RFR: JDK-8325496: Make TrimNativeHeapInterval a product switch [v4]
Thomas Stuefe
stuefe at openjdk.org
Tue Feb 20 08:16:08 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.
Thomas Stuefe has updated the pull request incrementally with five additional commits since the last revision:
- Update NativeHeapTrimmerGtest.java
- Update TestTrimNative.java
- Update NativeHeapTrimmerGtest.java
- Update java.1
- Update globals.hpp
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17799/files
- new: https://git.openjdk.org/jdk/pull/17799/files/093536d2..912df1b2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17799&range=03
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17799&range=02-03
Stats: 6 lines in 4 files changed: 0 ins; 0 del; 6 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