-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b160
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8176657 | 10 | Doug Lea | P3 | Resolved | Fixed | b03 |
java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java starts failing intermittently recently (after JDK-8134853), very rare though.
----------System.out:(3/28)----------
Passed = 0, failed = 1
----------System.err:(23/1323)----------
java.lang.Error: references to 1/100 tasks retained ("leaked")
at GCRetention.test(GCRetention.java:116)
at GCRetention.instanceMain(GCRetention.java:133)
at GCRetention.main(GCRetention.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:747)
java.lang.AssertionError: Some tests failed
at GCRetention.instanceMain(GCRetention.java:135)
at GCRetention.main(GCRetention.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:747)
----------System.out:(3/28)----------
Passed = 0, failed = 1
----------System.err:(23/1323)----------
java.lang.Error: references to 1/100 tasks retained ("leaked")
at GCRetention.test(GCRetention.java:116)
at GCRetention.instanceMain(GCRetention.java:133)
at GCRetention.main(GCRetention.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:747)
java.lang.AssertionError: Some tests failed
at GCRetention.instanceMain(GCRetention.java:135)
at GCRetention.main(GCRetention.java:131)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:520)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:747)
- backported by
-
JDK-8176657 java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java starts failing intermittently
-
- Resolved
-
- duplicates
-
JDK-8142441 Improve jtreg tests for java.util.concurrent
-
- Closed
-
-
JDK-8150523 improve jtreg test timeout handling, especially -timeout:
-
- Closed
-
- relates to
-
JDK-8224995 java/util/concurrent/ScheduledThreadPoolExecutor/GCRetention.java timed out
-
- Open
-