Integrated: JDK-8325496: Make TrimNativeHeapInterval a product switch
Thomas Stuefe
stuefe at openjdk.org
Wed Feb 21 04:42:00 UTC 2024
On Sat, 10 Feb 2024 09:57:56 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.
This pull request has now been integrated.
Changeset: d31fd78d
Author: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/d31fd78d963d5d103b1b1bf66ae0bdbe4be2b790
Stats: 24 lines in 4 files changed: 11 ins; 0 del; 13 mod
8325496: Make TrimNativeHeapInterval a product switch
Reviewed-by: dholmes, mbaesken
-------------
PR: https://git.openjdk.org/jdk/pull/17799
More information about the hotspot-runtime-dev
mailing list