RFR: JDK-8325496: Make TrimNativeHeapInterval a product switch [v3]
David Holmes
dholmes at openjdk.org
Tue Feb 20 06:58:56 UTC 2024
On Mon, 19 Feb 2024 12:54:25 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 with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains five additional commits since the last revision:
>
> - man change
> - Merge branch 'master' into JDK-8325496-Make-TrimNativeHeapInterval-a-product-switch
> - Feedback David
> - Manpage
> - JDK-8325496-Make-TrimNativeHeapInterval-a-product-switch
Thanks. Sorry can you please update the copyright year too:
-." Copyright (c) 1994, 2023, Oracle and/or its affiliates. All rights reserved.
+." Copyright (c) 1994, 2024, Oracle and/or its affiliates. All rights reserved.
-------------
Marked as reviewed by dholmes (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/17799#pullrequestreview-1889616850
More information about the hotspot-runtime-dev
mailing list