RFR: 8325464: GCCause.java out of sync with gcCause.hpp [v2]

Stefan Karlsson stefank at openjdk.org
Fri Feb 9 07:34:53 UTC 2024


On Fri, 9 Feb 2024 05:31:17 GMT, Yifeng Jin <duke at openjdk.org> wrote:

>> These two files (`GCCause.java` and `gcCause.hpp`) should be in sync by design, see comments in these two files. However, some recent changes (e.g. [JDK-8240239](https://bugs.openjdk.org/browse/JDK-8240239)) to `gcCause.hpp` were not simultaneously reflected in `GCCause.java`. This patch updates `GCCause.java` to keep sync with latest `gcCause.hpp`.
>
> Yifeng Jin has updated the pull request incrementally with one additional commit since the last revision:
> 
>   swap zgc and shenandoah block

Looks good.

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

Marked as reviewed by stefank (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17766#pullrequestreview-1871801118


More information about the serviceability-dev mailing list