-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
9
-
generic
-
generic
The following test failed with JFR on Windows in the 2014-07-28 RT_Baseline nightly:
nsk/jvmti/scenarios/sampling/SP06/sp06t001
This test failed due to:
# ERROR: sp06t001.c, 321: Too few frameCount of not compiled not suspended thread #4 (threadRunningInterrupted):
# got frameCount: 0
# expected minimum: 2
# ERROR: sp06t001.c, 321: Too few frameCount of not compiled suspended thread #4 (threadRunningInterrupted):
# got frameCount: 0
# expected minimum: 2
# ERROR: sp06t001.c, 321: Too few frameCount of not compiled resumed thread #4 (threadRunningInterrupted):
# got frameCount: 0
# expected minimum: 2
# Test level exit status: 97
It seems the test is interfered with the JFR activity (threads).
I'm not exactly sure yet that it is a test issue or not.
RULE nsk/jvmti/scenarios/sampling/SP06/sp06t002 ExitCode 97
nsk/jvmti/scenarios/sampling/SP06/sp06t001
This test failed due to:
# ERROR: sp06t001.c, 321: Too few frameCount of not compiled not suspended thread #4 (threadRunningInterrupted):
# got frameCount: 0
# expected minimum: 2
# ERROR: sp06t001.c, 321: Too few frameCount of not compiled suspended thread #4 (threadRunningInterrupted):
# got frameCount: 0
# expected minimum: 2
# ERROR: sp06t001.c, 321: Too few frameCount of not compiled resumed thread #4 (threadRunningInterrupted):
# got frameCount: 0
# expected minimum: 2
# Test level exit status: 97
It seems the test is interfered with the JFR activity (threads).
I'm not exactly sure yet that it is a test issue or not.
RULE nsk/jvmti/scenarios/sampling/SP06/sp06t002 ExitCode 97
- duplicates
-
JDK-8051349 nsk/jvmti/scenarios/sampling/SP06/sp06t003 fails in nightly
- Resolved
-
JDK-8054165 nsk/jvmti/scenarios/sampling/SP06/sp06t002 fails with "Unexpected method frames on stack for not compiled not suspended thread"
- Closed
- relates to
-
JDK-8014165 G1: GraphKit accesses PtrQueue::_index as int but is size_t
- Resolved