-
Bug
-
Resolution: Fixed
-
P5
-
17, 21, 23
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8361742 | 21.0.9 | Satyen Subramaniam | P5 | Resolved | Fixed | master |
JDK-8361743 | 17.0.17 | Satyen Subramaniam | P5 | Resolved | Fixed | master |
Since BlockLocationPrinter::print_location() can be printed at arbitrary times (e.g. via MacroAssembler::stop()), it needs to provide its own ResourceMark for successful register printing.
This is an issue since the introduction of this helper class (JDK 14).
- backported by
-
JDK-8361742 BlockLocationPrinter::print_location misses a ResourceMark
-
- Resolved
-
-
JDK-8361743 BlockLocationPrinter::print_location misses a ResourceMark
-
- Resolved
-
- caused by
-
JDK-8229278 Improve hs_err location printing to assume less about GC internals
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk17u-dev/29d46c30
-
Commit(master) openjdk/jdk21u-dev/7b6ae460
-
Commit(master) openjdk/jdk/f5ebda43
-
Review(master) openjdk/jdk17u-dev/3665
-
Review(master) openjdk/jdk21u-dev/1896
-
Review(master) openjdk/jdk/22455