-
Bug
-
Resolution: Fixed
-
P3
-
16
-
b14
-
x86_64
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8266992 | 16u-cpu | Harold Seigel | P3 | Resolved | Fixed | master |
JDK-8264451 | 16.0.2 | Harold Seigel | P3 | Resolved | Fixed | b04 |
JDK-8264043 | 11.0.12-oracle | Dukebot | P3 | Resolved | Fixed | b01 |
JDK-8264982 | 11.0.12 | Robbin Ehn | P3 | Resolved | Fixed | b01 |
We call the SafepointBlob, which handles return polls, it setup last java frame.
Here we have some inconsistencies on exactly how that looks.
This causes the below issue:
Stack: [0x00000268ef610000,0x00000268ef710000], sp=0x00000268ef70afc0, free space=1003k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x507969] GetCurrentLocationClosure::do_thread+0xb9 (jvmtiEnvThreadState.cpp:267)
V [jvm.dll+0x33c019] HandshakeOperation::do_handshake+0x49 (handshake.cpp:312)
V [jvm.dll+0x33cd59] HandshakeState::process_self_inner+0x109 (handshake.cpp:456)
V [jvm.dll+0x33cc31] HandshakeState::process_by_self+0x51 (handshake.cpp:441)
V [jvm.dll+0x6c24a4] SafepointMechanism::process_if_requested_slow+0x54 (safepointMechanism.cpp:138)
V [jvm.dll+0x6bfa83] ThreadSafepointState::handle_polling_page_exception+0x1e3 (safepoint.cpp:944)
C 0x000002681430e387
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
v ~SafepointBlob
v ~StubRoutines::call_stub
- backported by
-
JDK-8264043 Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION
- Resolved
-
JDK-8264451 Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION
- Resolved
-
JDK-8264982 Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION
- Resolved
-
JDK-8266992 Kitchensink24HStress.java crashed with EXCEPTION_ACCESS_VIOLATION
- Resolved
- relates to
-
JDK-8263576 SafepointBlob setup last java frame inconsistent.
- Open
- links to
-
Commit openjdk/jdk16u/566703ac
-
Commit openjdk/jdk/7b9d2562
-
Review openjdk/jdk16u/96
-
Review openjdk/jdk/3010