RFR: 8309346: Extend hs_err logging for all VM operations deriving from VM_GC_Operation [v3]

Thomas Schatzl tschatzl at openjdk.org
Mon Jun 5 14:57:05 UTC 2023


On Mon, 5 Jun 2023 14:50:42 GMT, Daohan Qu <duke at openjdk.org> wrote:

>> This patch implements `cause()` for `VM_GC_Operation` and its derived classes. It follows [JDK-8309210](https://bugs.openjdk.org/browse/JDK-8309210) to provide more detailed info for `VM_GC_Operation`s in hs_err log file.
>
> Daohan Qu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert the change and leave it for further cleaning up

Lgtm.

Would it be possible to also add some description string for `VM_Verify` and `VM_PopulateDynamicDumpSharedSpace` (separately)? I'll file an RFE which you could pick up if you want.

-------------

Marked as reviewed by tschatzl (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/14287#pullrequestreview-1462745064


More information about the hotspot-gc-dev mailing list