-
Bug
-
Resolution: Unresolved
-
P4
-
19
-
x86_64
-
windows
The following test failed in the JDK19 CI:
vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/TestDescription.java
Here's a snippet from the log file:
#section:main
----------messages:(4/288)----------
command: main -agentlib:sp06t001=-waittime=5 nsk.jvmti.scenarios.sampling.SP06.sp06t001
reason: User specified action: run main/othervm/native -agentlib:sp06t001=-waittime=5 nsk.jvmti.scenarios.sampling.SP06.sp06t001
Mode: othervm [/othervm specified]
elapsed time (seconds): 65.439
----------configuration:(0/0)----------
----------System.out:(6/375)----------
The following fake exception stacktrace is for failure analysis.
nsk.share.Fake_Exception_for_RULE_Creation: (sp06t001.cpp:318) Too few frameCount of not compiled thread #2 (threadWaiting):
at nsk_lvcomplain(nsk_tools.cpp:172)
# ERROR: sp06t001.cpp, 318: Too few frameCount of not compiled thread #2 (threadWaiting):
# got frameCount: 0
# expected minimum: 2
----------System.err:(0/0)----------
----------rerun:(49/6696)*----------
vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/TestDescription.java
Here's a snippet from the log file:
#section:main
----------messages:(4/288)----------
command: main -agentlib:sp06t001=-waittime=5 nsk.jvmti.scenarios.sampling.SP06.sp06t001
reason: User specified action: run main/othervm/native -agentlib:sp06t001=-waittime=5 nsk.jvmti.scenarios.sampling.SP06.sp06t001
Mode: othervm [/othervm specified]
elapsed time (seconds): 65.439
----------configuration:(0/0)----------
----------System.out:(6/375)----------
The following fake exception stacktrace is for failure analysis.
nsk.share.Fake_Exception_for_RULE_Creation: (sp06t001.cpp:318) Too few frameCount of not compiled thread #2 (threadWaiting):
at nsk_lvcomplain(nsk_tools.cpp:172)
# ERROR: sp06t001.cpp, 318: Too few frameCount of not compiled thread #2 (threadWaiting):
# got frameCount: 0
# expected minimum: 2
----------System.err:(0/0)----------
----------rerun:(49/6696)*----------
- relates to
-
JDK-8236188 vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/TestDescription.java timed out
- Closed