-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8323495 | 21.0.3-oracle | Shivangi Gupta | P4 | Resolved | Fixed | b02 |
JDK-8324057 | 21.0.3 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
The java/lang/ProcessBuilder/CloseRace.java#id0 test fails transiently on libgraal when run with -Xcomp with:
java.lang.Error: At least one child thread (Thread-2) failed to finish gracefully
at CloseRace.main(CloseRace.java:122)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1570)
Possible fixes would include:
* Disable the test under -Xcomp
* Increase the time the main thread waits for other threads to join. For example, it could be adjusted by JTREG_TIMEOUT_FACTOR (which is typically increased when running test with -Xcomp).
java.lang.Error: At least one child thread (Thread-2) failed to finish gracefully
at CloseRace.main(CloseRace.java:122)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1570)
Possible fixes would include:
* Disable the test under -Xcomp
* Increase the time the main thread waits for other threads to join. For example, it could be adjusted by JTREG_TIMEOUT_FACTOR (which is typically increased when running test with -Xcomp).
- backported by
-
JDK-8323495 CloseRace.java#id0 fails transiently on libgraal
- Resolved
-
JDK-8324057 CloseRace.java#id0 fails transiently on libgraal
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/29818585
-
Commit openjdk/jdk/1be35573
-
Review openjdk/jdk21u-dev/170
-
Review openjdk/jdk/15930
(1 links to)