On Thu, 8 Feb 2024 06:19:16 GMT, Yifeng Jin <d...@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`. This pull request has now been integrated. Changeset: 71d2dbd0 Author: yifeng.jyf <yifeng....@alibaba-inc.com> Committer: Denghui Dong <dd...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/71d2dbd0b637b75a98115b6d867669b574d7baa8 Stats: 19 lines in 1 file changed: 9 ins; 7 del; 3 mod 8325464: GCCause.java out of sync with gcCause.hpp Reviewed-by: stefank, tschatzl ------------- PR: https://git.openjdk.org/jdk/pull/17766