[jdk11u-dev] RFR: 8237354: Add option to jcmd to write a gzipped heap dump [v2]
BuddyLiao
github.com+3094961+buddyliao at openjdk.java.net
Wed Aug 18 02:44:42 UTC 2021
On Tue, 17 Aug 2021 14:49:09 GMT, Paul Hohensee <phh at openjdk.org> wrote:
> If MonitorLockerEx.wait() needs parameters, why does the call to wait() in heapDumperCompression.cpp at line 258 lack one? The two other uses pass Mutex::_no_safepoint_check_flag, which seems the correct thing to do given that all three constructors are passed Mutex::_no_safepoint_check_flag.
Thank you for pointing out this, I have fixed it.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/209
More information about the jdk-updates-dev
mailing list