RFR: 8302312: Make ParGCRareEvent_lock G1 specific

Stefan Johansson sjohanss at openjdk.org
Tue Feb 14 07:55:42 UTC 2023


On Mon, 13 Feb 2023 11:40:24 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Hi all,
> 
> please have a look at this renaming of ParGCRareEvent_lock to G1RareEvent_lock to align with it only being used in G1. Previously it had been used with CMS too, but that one's gone now.
> 
> Testing: local compilation, gha
> 
> Based on PR#12511
> 
> Thanks,
> Thomas

Looks good and trivial.

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

Marked as reviewed by sjohanss (Reviewer).

PR: https://git.openjdk.org/jdk/pull/12531


More information about the hotspot-gc-dev mailing list