RFR: JDK-8325496: Make TrimNativeHeapInterval a product switch [v4]

Matthias Baesken mbaesken at openjdk.org
Tue Feb 20 08:33:55 UTC 2024


On Tue, 20 Feb 2024 08:16:08 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

>> [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

Marked as reviewed by mbaesken (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/17799#pullrequestreview-1889764226


More information about the hotspot-runtime-dev mailing list