-
Bug
-
Resolution: Fixed
-
P2
-
7u91, 8u66, 9
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141864 | emb-9 | David Holmes | P2 | Resolved | Fixed | team |
JDK-8140840 | 8u91 | David Holmes | P2 | Resolved | Fixed | b01 |
JDK-8133629 | 8u72 | David Holmes | P4 | Closed | Fixed | b01 |
JDK-8147147 | emb-8u91 | David Holmes | P2 | Resolved | Fixed | b01 |
JDK-8133630 | 7u95 | Unassigned | P4 | Closed | Won't Fix |
The test has never failed before. So, it's could be an incidental failure, not a bug.
The jtr is attached. Some quotes:
----------System.err:(4/264)----------
warning: [options] bootstrap class path not set in conjunction with -source 1.5
warning: [options] source value 1.5 is obsolete and will be removed in a future release
warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
3 warnings
result: Passed. Compilation successful
#section:build
----------messages:(3/99)----------
command: build TimeoutLockLoops
reason: Named class compiled on demand
elapsed time (seconds): 0.0
result: Passed. All files up to date
#section:main
----------messages:(3/121)----------
command: main TimeoutLockLoops
reason: User specified action: run main TimeoutLockLoops
elapsed time (seconds): 960.008
----------System.out:(9/314)----------
Threads: 1 0.251106581s run time
Threads: 2 0.202150581s run time
Threads: 3 0.206090516s run time
Threads: 5 0.210550358s run time
Threads: 8 1.457507195s run time
Threads: 12 153.525323368s run time
Threads: 18 0.233047631s run time
Threads: 27 0.213040926s run time
Threads: 41 695.364596734s run time
- backported by
-
JDK-8140840 java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
- Resolved
-
JDK-8141864 java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
- Resolved
-
JDK-8147147 java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
- Resolved
-
JDK-8133629 java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
- Closed
-
JDK-8133630 java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java failed by timeout
- Closed
- relates to
-
JDK-6900441 PlatformEvent.park(millis) on Linux could still be affected by changes to the time-of-day clock
- Closed
-
JDK-8133231 Mark TimeoutLockLoops.java as failing intermittently
- Closed
-
JDK-8133588 Place TimeoutLockLoops.java on the problem list
- Closed
-
JDK-8133611 Remove java/util/concurrent/locks/ReentrantLock/TimeoutLockLoops.java from problem list
- Closed
-
JDK-8130728 Disable WorkAroundNPTLTimedWaitHang by default
- Resolved