We have a section in the hs_err file, which prints the most recently run VM operations. Sometimes a VM operation type is used from multiple places in our code and it's not obvious why the VM operation was run. For example, HandshakeAllThreads doesn't tell us why we are running the handshake. I propose that we add an option for the VM operations to tell more about why they are used.
- relates to
-
JDK-8309346 Extend hs_err logging for all VM operations deriving from VM_GC_Operation
-
- Resolved
-
-
JDK-8309482 Fill in GC operation string for VM_Verify and VM_PopulateDynamicDumpSharedSpace
-
- Closed
-