Today when we crash and print hs_err files, the printing utility assumes:
1) That the Java heap memory reservation is contiguous
2) That the Java heap is parseable
We should let the GC describe a location instead, opting in to such concepts.
1) That the Java heap memory reservation is contiguous
2) 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
-