This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Keith> +_Jv_JVMTIEnv * Keith> +_Jv_GetJVMTIEnv (void) Keith> +{ Keith> + _Jv_JVMTIEnv *env Keith> + = (_Jv_JVMTIEnv *) _Jv_MallocUnchecked (sizeof (_Jv_JVMTIEnv)); Keith> + env->p = &_Jv_JVMTI_Interface; Keith> + return env;
We want to make a new one each time? (I know zero about jvmti, this just seemed a little odd.)
"jvmtiError DisposeEnvironment(jvmtiEnv* env)
What would you like me to do? Keith
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |