-
Bug
-
Resolution: Fixed
-
P3
-
22, 23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8324389 | 22.0.1 | Alan Bateman | P3 | Resolved | Fixed | b02 |
JDK-8322863 | 22 | Alan Bateman | P3 | Resolved | Fixed | b32 |
JDK-8331596 | 21.0.5-oracle | Michael McMahon | P3 | Resolved | Fixed | b01 |
JDK-8331970 | 21.0.4-oracle | Michael McMahon | P3 | Resolved | Fixed | b05 |
JDK-8326969 | 21.0.4 | Aleksey Shipilev | P3 | Resolved | Fixed | b01 |
java.lang.InternalError
at java.base/java.lang.VirtualThread.tryGetStackTrace(VirtualThread.java:995)
at java.base/java.lang.VirtualThread.asyncGetStackTrace(VirtualThread.java:965)
at java.base/java.lang.Thread.getStackTrace(Thread.java:2376)
at GetStackTraceALotWhenPinned.main(GetStackTraceALotWhenPinned.java:72)
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.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:333)
at java.base/java.lang.Thread.run(Thread.java:1570)
This is a regression since
- backported by
-
JDK-8322863 Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
- Resolved
-
JDK-8324389 Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
- Resolved
-
JDK-8326969 Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
- Resolved
-
JDK-8331596 Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
- Resolved
-
JDK-8331970 Thread::getStackTrace can fail with InternalError if virtual thread is timed-parked when pinned
- Resolved
- relates to
-
JDK-8312498 Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked
- Closed
-
JDK-8323002 test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java times out on macosx-x64
- Resolved
-
JDK-8323296 java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java#id1 timed out
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/3eb5517b
-
Commit openjdk/jdk22/628e31b8
-
Commit openjdk/jdk/4db7a1c3
-
Review openjdk/jdk21u-dev/245
-
Review openjdk/jdk22/72
-
Review openjdk/jdk/17217