-
Bug
-
Resolution: Fixed
-
P2
-
11, 17, 18, 19
-
b28
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8288918 | 20 | Daniel Daugherty | P2 | Resolved | Fixed | b03 |
JDK-8291277 | 19.0.2 | Daniel Daugherty | P2 | Resolved | Fixed | b01 |
JDK-8291125 | 19.0.1 | Daniel Daugherty | P2 | Resolved | Fixed | b04 |
#21 OopHandle::resolve (this=0x7f2828ee4ee0) at /home/zhengyu/ws/jdk/src/hotspot/share/oops/oopHandle.inline.hpp:34
#22 JavaThread::threadObj (this=this@entry=0x7f27bcc75240) at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/thread.cpp:796
#23 0x00007f2850b38e3c in SharedRuntime::get_java_tid (thread=0x7f27bcc75240)
at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/thread.hpp:1582
#24 0x00007f2850e207c5 in ThreadsSMRSupport::remove_thread (thread=thread@entry=0x7f27bcc75240)
at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/threadSMR.cpp:1005
#25 0x00007f2850e0ac1c in Threads::remove (p=p@entry=0x7f27bcc75240, is_daemon=is_daemon@entry=false)
at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/thread.cpp:3605
#26 0x00007f2850e13937 in JavaThread::exit (this=this@entry=0x7f27bcc75240, destroy_vm=destroy_vm@entry=false,
exit_type=exit_type@entry=JavaThread::normal_exit) at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/thread.cpp:1540
#27 0x00007f2850e13f9b in JavaThread::post_run (this=0x7f27bcc75240) at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/thread.cpp:1336
#28 0x00007f2850e132a1 in Thread::call_run (this=this@entry=0x7f27bcc75240)
at /home/zhengyu/ws/jdk/src/hotspot/share/runtime/thread.cpp:370
#29 0x00007f28509baf3c in thread_native_entry (thread=0x7f27bcc75240) at /home/zhengyu/ws/jdk/src/hotspot/os/linux/os_linux.cpp:706
#30 0x00007f2851690609 in start_thread (arg=<optimized out>) at pthread_create.c:477
#31 0x00007f28517ec133 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
- backported by
-
JDK-8288918 JavaThread touches oop after GC barrier is detached
- Resolved
-
JDK-8291125 JavaThread touches oop after GC barrier is detached
- Resolved
-
JDK-8291277 JavaThread touches oop after GC barrier is detached
- Resolved
- blocks
-
JDK-8288129 Shenandoah: Skynet test crashed with iu + aggressive
- Resolved
- duplicates
-
JDK-8283898 Shenandoah: Crash with thread SATB queue has an unexpected active state
- Closed
- relates to
-
JDK-8289091 move oop safety check from SharedRuntime::get_java_tid() to JavaThread::threadObj()
- Resolved
-
JDK-8185005 Improve performance of ThreadMXBean.getThreadInfo(long ids[], int maxDepth)
- Resolved
-
JDK-8253180 ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
- Resolved
-
JDK-8289004 investigate if SharedRuntime::get_java_tid parameter should be a JavaThread*
- Resolved
-
JDK-8283898 Shenandoah: Crash with thread SATB queue has an unexpected active state
- Closed