Integrated: 8325464: GCCause.java out of sync with gcCause.hpp
Yifeng Jin
duke at openjdk.org
Sat Feb 10 14:10:05 UTC 2024
On Thu, 8 Feb 2024 06:19:16 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`.
This pull request has now been integrated.
Changeset: 71d2dbd0
Author: yifeng.jyf <yifeng.jyf at alibaba-inc.com>
Committer: Denghui Dong <ddong at 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
More information about the serviceability-dev
mailing list