Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2204324 | 7 | Keith Mcguigan | P3 | Closed | Fixed | b123 |
JDK-2205937 | 6u25 | Keith Mcguigan | P3 | Resolved | Fixed | b01 |
Add GetLocalInstance function to JVMTI 1.2:
jvmtiError GetLocalInstance(jvmtiEnv* env, jthread thread, jint depth, jobject* value_ptr);
Calling GetLocalInstance() is equivalent to calling GetLocalObject() call for slot 0 except:
(1) A call to GetLocalInstance() succeeds and retrieves an object out of a native frame where GetLocalObject() would return JVMTI_ERROR_OPAQUE_FRAME.
(2) GetLocalInstance() returns JVMTI_ERROR_INVALID_SLOT if called on a static method frame.
jvmtiError GetLocalInstance(jvmtiEnv* env, jthread thread, jint depth, jobject* value_ptr);
Calling GetLocalInstance() is equivalent to calling GetLocalObject() call for slot 0 except:
(1) A call to GetLocalInstance() succeeds and retrieves an object out of a native frame where GetLocalObject() would return JVMTI_ERROR_OPAQUE_FRAME.
(2) GetLocalInstance() returns JVMTI_ERROR_INVALID_SLOT if called on a static method frame.
- backported by
-
JDK-2205937 Add GetLocalInstance() function to JVMTI 1.2
-
- Resolved
-
-
JDK-2204324 Add GetLocalInstance() function to JVMTI 1.2
-
- Closed
-
- relates to
-
JDK-7012689 NativeInstanceFilter.java fails due to "Event from native frame not filtered out."
-
- Closed
-
-
JDK-6436034 Instance filter doesn't filter event if it occurs in native method
-
- Closed
-