The GetThreadState JVMTI_THREAD_STATE_IN_NATIVE bit specifies that --
Thread is in native code--that is, a native method is running.
This flag is not set when running VM compiled Java programming
language code nor is it set when running VM code or
VM support code.
This needs to clarify that JNI and JVMTI functions are VM code and
thus not in native.
Thread is in native code--that is, a native method is running.
This flag is not set when running VM compiled Java programming
language code nor is it set when running VM code or
VM support code.
This needs to clarify that JNI and JVMTI functions are VM code and
thus not in native.
- relates to
-
JDK-5010730 JVMTI_THREAD_STATE_IN_NATIVE is not set properly
-
- Closed
-