[jdk11u-dev] RFR: 8237354: Add option to jcmd to write a gzipped heap dump
BuddyLiao
github.com+3094961+buddyliao at openjdk.java.net
Wed Aug 18 02:31:21 UTC 2021
On Tue, 17 Aug 2021 18:56:02 GMT, Paul Hohensee <phh at openjdk.org> wrote:
> I applied the patch and ran the serviceability/dcmd/gc tests with "make run-test". HeapDumpAllTest crashed due to the lack of the the line 258 change. Adding that cured that crash, but the new HeapDumpCompressedTest test failed due to lack of a backport of [JDK-8233790](https://bugs.openjdk.java.net/browse/JDK-8233790). 8233790 guarantees that the "Unable to create" string for which the test checks will be in the output file. That backport looks useful to me, so I'd do it as a pre-req to this one.
Hi Paul, thank you for pointing out the lack of line 258, I will fix it and update the patch. I know JDK-8233790 is a fix for the HeapDumpCompressedTest, I will backport it after this patch merge.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/209
More information about the jdk-updates-dev
mailing list