RFR: 8227106: InitiatingHeapOccupancyPercent is G1-specific but defined in shared
Guoxiong Li
github.com+13688759+lgxbslgx at openjdk.java.net
Mon Nov 16 08:26:02 UTC 2020
Hi all,
Please review this little fix of G1.
The command line option InitiatingHeapOccupancyPercent is G1-specific. But it is defined in shared/gc_globals.hpp rather than g1/g1_globals.hpp. This patch moves it to the proper location.
Thank you for taking the time to review.
Best Regards.
-------------
Commit messages:
- 8227106: InitiatingHeapOccupancyPercent is G1-specific but defined in shared
Changes: https://git.openjdk.java.net/jdk/pull/1217/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1217&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8227106
Stats: 24 lines in 2 files changed: 12 ins; 12 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/1217.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1217/head:pull/1217
PR: https://git.openjdk.java.net/jdk/pull/1217
More information about the hotspot-gc-dev
mailing list