RFR: JDK-8293114: JVM should trim the native heap [v4]
Thomas Stuefe
stuefe at openjdk.org
Fri Jul 7 08:57:02 UTC 2023
On Thu, 6 Jul 2023 19:04:46 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> src/hotspot/share/runtime/trimNative.cpp line 149:
>>
>>> 147: return true;
>>> 148: } else {
>>> 149: log_info(trim)("Trim native heap (no details)");
>>
>> Consistency: `Trim native heap: complete, no details`.
>
> I would still like to know the trim_time.
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14781#discussion_r1255492490
More information about the serviceability-dev
mailing list