-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b115
-
x86
-
windows
java/lang/ProcessHandle/TreeTest.java test failed during 2 sequential Nightly testing:
java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.locks.LockSupport
at java.util.concurrent.SynchronousQueue$TransferStack$SNode.tryMatch(SynchronousQueue.java:265)
and:
Exception in thread "process reaper" java.lang.StackOverflowError
I ran with -XX:+PreserveFramePointer
java.lang.NoClassDefFoundError: Could not initialize class java.util.concurrent.locks.LockSupport
at java.util.concurrent.SynchronousQueue$TransferStack$SNode.tryMatch(SynchronousQueue.java:265)
and:
Exception in thread "process reaper" java.lang.StackOverflowError
I ran with -XX:+PreserveFramePointer
- relates to
-
JDK-8130425 libjvm crash due to stack overflow in executables with 32k tbss/tdata
- Resolved
-
JDK-8153541 Native memory allocation failure in java/lang/ref/SoftReference/Pin.java
- Closed
-
JDK-8077350 JEP 102 Process API Updates Implementation
- Resolved
-
JDK-8156536 Remove intermittent key from TreeTest.java and move back to tier1
- Resolved