-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P4
-
Affects Version/s: 6u18, 7
-
Component/s: core-svc
-
generic
-
generic
Test
java/lang/management/ThreadMXBean/ResetPeakThreadCount.java
intermittenly fails because it expects threads to be terminated after barrier.await() in .terminateThreads(). This is not enough: thread may still be alive for short period of time and may cause peak thread count to raise higher than expected.
java/lang/management/ThreadMXBean/ResetPeakThreadCount.java
intermittenly fails because it expects threads to be terminated after barrier.await() in .terminateThreads(). This is not enough: thread may still be alive for short period of time and may cause peak thread count to raise higher than expected.
- duplicates
-
JDK-6951284 test failure java/lang/management/ThreadMXBean/ResetPeakThreadCount.java
-
- Closed
-