-
Sub-task
-
Resolution: Fixed
-
P4
-
21, 22
-
b17
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8347486 | 21.0.7-oracle | Fairoz Matte | P4 | Resolved | Fixed | b02 |
JDK-8339147 | 21.0.6 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
PlaceholderEntry calls print_action_queue without checking if the thread pointers are non-null. This works because we compile with -fno-delete-null-pointer-checks, and crashes if that flag is removed.
Crash can be observed in test/hotspot/jtreg/runtime/logging/RedefineClasses.java, for example.
Crash can be observed in test/hotspot/jtreg/runtime/logging/RedefineClasses.java, for example.
- backported by
-
JDK-8339147 SeenThread::print_action_queue called on a null pointer
-
- Resolved
-
-
JDK-8347486 SeenThread::print_action_queue called on a null pointer
-
- Resolved
-
- links to
-
Commit openjdk/jdk/fd52be2a
-
Commit(master) openjdk/jdk21u-dev/eb80936a
-
Review openjdk/jdk/15932
-
Review(master) openjdk/jdk21u-dev/927
(1 links to)