Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 14
- Affects Version/s: 14
Today when we crash and print hs_err files, the printing utility assumes:
- That the Java heap memory reservation is contiguous
- That the Java heap is parseable
We should let the GC describe a location instead, opting in to such concepts.
relates to
JDK-8343531 Improve print_location for invalid heap pointers
- Resolved
JDK-8344917 Fix recent NULL usage backsliding
- Resolved
JDK-8345173 BlockLocationPrinter::print_location misses a ResourceMark
- Resolved