-
Bug
-
Resolution: Fixed
-
P2
-
17, 18
-
b32
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8271000 | 18 | Jorn Vernee | P2 | Resolved | Fixed | b07 |
JDK-8271630 | 17.0.2 | Jorn Vernee | P2 | Resolved | Fixed | b01 |
JDK-8271753 | 17.0.1 | Jorn Vernee | P2 | Resolved | Fixed | b05 |
make CONF=linux-x86_64-server-fastdebug TEST_VM_OPTS="-XX:+UseShenandoahGC" run-test TEST=java/foreign/stackwalk/TestAsyncStackWalk.java
or
make CONF=linux-x86_64-server-fastdebug TEST_VM_OPTS="-XX:+UseZGC" run-test TEST=java/foreign/stackwalk/TestAsyncStackWalk.java
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=/thread.cpp:1968
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (/home/zgu/ws/jdk17/src/hotspot/share/runtime/thread.cpp:1968), pid=1704229, tid=1704245
# assert((!has_last_Java_frame() && java_call_counter() == 0) || (has_last_Java_frame() && java_call_counter() > 0)) failed: wrong java_sp info!
#
# JRE version: OpenJDK Runtime Environment (17.0) (fastdebug build 17-internal+0-adhoc.zgu.jdk17)
# Java VM: OpenJDK 64-Bit Server VM (fastdebug 17-internal+0-adhoc.zgu.jdk17, mixed mode, sharing, tiered, compressed class ptrs, z gc, linux-amd64)
# Problematic frame:
# V [libjvm.so+0x1a6948c] JavaThread::oops_do_no_frames(OopClosure*, CodeBlobClosure*)+0x1bc
#
# No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
- backported by
-
JDK-8271000 java/foreign/stackwalk/TestAsyncStackWalk.java test failed with concurrent GC
-
- Resolved
-
-
JDK-8271630 java/foreign/stackwalk/TestAsyncStackWalk.java test failed with concurrent GC
-
- Resolved
-
-
JDK-8271753 java/foreign/stackwalk/TestAsyncStackWalk.java test failed with concurrent GC
-
- Resolved
-
- causes
-
JDK-8331735 UpcallLinker::on_exit races with GC when copying frame anchor
-
- Closed
-
- relates to
-
JDK-8264774 Implementation of Foreign Function and Memory API (Incubator)
-
- Resolved
-
-
JDK-8268717 Upstream: 8268673: Stack walk across optimized entry frame on fresh native thread fails
-
- Closed
-