RFR: JDK-8325496: Make TrimNativeHeapInterval a product switch
Thomas Stuefe
stuefe at openjdk.org
Mon Feb 12 09:17:09 UTC 2024
[JDK-8293114](https://bugs.openjdk.org/browse/JDK-8293114) introduced automatic C-heap trimming, for now supported only by the glibc. It is controlled by the command line switch `TrimNativeHeapInterval`. The feature has proven very valuable to customers, and all issues have been ironed out. So, I'd like to make this switch a non-experimental product switch.
-------------
Commit messages:
- Manpage
- JDK-8325496-Make-TrimNativeHeapInterval-a-product-switch
Changes: https://git.openjdk.org/jdk/pull/17799/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17799&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8325496
Stats: 16 lines in 4 files changed: 9 ins; 0 del; 7 mod
Patch: https://git.openjdk.org/jdk/pull/17799.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17799/head:pull/17799
PR: https://git.openjdk.org/jdk/pull/17799
More information about the hotspot-runtime-dev
mailing list