-
Bug
-
Resolution: Duplicate
-
P4
-
6u18, 7
-
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