hg: jdk-updates/jdk13u-dev: 3 new changesets
vkempik at azul.com
vkempik at azul.com
Mon May 18 13:09:07 UTC 2020
Changeset: dd3138f7cff3
Author: fmatte
Date: 2019-07-02 08:43 -0700
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/dd3138f7cff3
8225715: jhsdb jmap fails to write binary heap dump of a jshell process
Summary: Add a Null check for getSourceFileName() before writing into thread dump.
Reviewed-by: cjplummer, kevinw
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/HeapHprofBinWriter.java
+ test/jdk/sun/tools/jhsdb/JShellHeapDumpTest.java
Changeset: 2b9a313e5273
Author: mbaesken
Date: 2019-07-17 09:58 +0200
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/2b9a313e5273
8227834: build.log output from failing commands : include the hs_error file path in case of crashes in build
Reviewed-by: tbell
! make/InitSupport.gmk
Changeset: 0bf957966466
Author: cjplummer
Date: 2019-09-26 14:41 -0700
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/0bf957966466
8228625: [TESTBUG] sun/tools/jhsdb/JShellHeapDumpTest.java fails with RuntimeException 'JShellToolProvider' missing from stdout/stderr
Summary: Give jshell process time to fully startup and stablize before requesting heap dump
Reviewed-by: sspitsyn, amenkov
! test/jdk/sun/tools/jhsdb/JShellHeapDumpTest.java
More information about the jdk-updates-changes
mailing list