-
Bug
-
Resolution: Fixed
-
P4
-
11, 12
-
b11
-
x86_64, sparc_64
-
linux, solaris
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8254181 | 11.0.10-oracle | Daniil Titov | P4 | Resolved | Fixed | b01 |
JDK-8252488 | 11.0.9 | Kim Barrett | P4 | Resolved | Fixed | b06 |
3 failures on two different platforms, all with the same general error message:
The following fake exception stacktrace is for failuire analysis.
nsk.share.Fake_Exception_for_RULE_Creation: (ap10t001.c:94) NSK_CPP_STUB2(GetCurrentThreadCpuTimerInfo, jvmti_env, &timer_info1 )
at nsk_lvcomplain(nsk_tools.c:174)
# ERROR: ap10t001.c, 94: NSK_CPP_STUB2(GetCurrentThreadCpuTimerInfo, jvmti_env, &timer_info1 )
# jvmti error: code=115, name=JVMTI_ERROR_UNATTACHED_THREAD
# ERROR: ap10t001.c, 97: ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
# ERROR: ap10t001.c, 118: NSK_CPP_STUB2(GetCurrentThreadCpuTime, jvmti_env, &nanos )
# jvmti error: code=115, name=JVMTI_ERROR_UNATTACHED_THREAD
# ERROR: ap10t001.c, 121: ObjectFree: GetCurrentThreadCpuTime returned unexpected error code
...
The following fake exception stacktrace is for failuire analysis.
nsk.share.Fake_Exception_for_RULE_Creation: (ap10t001.c:94) NSK_CPP_STUB2(GetCurrentThreadCpuTimerInfo, jvmti_env, &timer_info1 )
at nsk_lvcomplain(nsk_tools.c:174)
# ERROR: ap10t001.c, 94: NSK_CPP_STUB2(GetCurrentThreadCpuTimerInfo, jvmti_env, &timer_info1 )
# jvmti error: code=115, name=JVMTI_ERROR_UNATTACHED_THREAD
# ERROR: ap10t001.c, 97: ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
# ERROR: ap10t001.c, 118: NSK_CPP_STUB2(GetCurrentThreadCpuTime, jvmti_env, &nanos )
# jvmti error: code=115, name=JVMTI_ERROR_UNATTACHED_THREAD
# ERROR: ap10t001.c, 121: ObjectFree: GetCurrentThreadCpuTime returned unexpected error code
...
- backported by
-
JDK-8252488 vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
- Resolved
-
JDK-8254181 vmTestbase/nsk/jvmti/scenarios/allocation/AP10/ap10t001/TestDescription.java failed with ObjectFree: GetCurrentThreadCpuTimerInfo returned unexpected error code
- Resolved
- relates to
-
JDK-8072498 Multi-thread JNI weak reference processing
- Resolved
-
JDK-8203948 Expand JVMTI callback notion of "internal threads"
- Resolved