jvmti_write_code
int jvmti_write_code(void *agent, char const *symbol_name,
if (jvmti_write_code(jvmti_agent, str, addr, code_addr, code_size))
ret = jvmti_write_code(jvmti_agent, name, addr, code_addr, code_size);