With the fix for 6306922, the HotSpot built-in heapdump includes the thread dump. So jmap -dump option will generate a heap dump with HPROF_TRACE and HPROF_FRAME records.
jmap -F -dump option should be updated to generate these records in the heap dump when appropriate.
jmap -F -dump option should be updated to generate these records in the heap dump when appropriate.
- relates to
-
JDK-8231634 SA stack walking fails with "illegal bci"
- Resolved
-
JDK-8231635 SA Stackwalking code stuck in BasicTypeDataBase.findDynamicTypeForAddress()
- Resolved
-
JDK-8173053 SA heapdumper discrepancies
- Open
-
JDK-8230872 sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException: Test ERROR java.io.EOFException
- Closed
-
JDK-6306922 Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
- Closed