hg: jdk/sandbox: 2 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Wed Jan 15 13:15:12 UTC 2020
Changeset: 89db52d75aee
Author: coleenp
Date: 2020-01-15 08:08 -0500
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/89db52d75aee
8236968: jmap -clstats fails to work after JDK-8232759
Summary: Make jmap -clstats call jcmd VM.classloader_stats instead which better matches the documentation
Reviewed-by: dholmes, cjplummer
! src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java
Changeset: b218684fc61b
Author: coleenp
Date: 2020-01-15 08:11 -0500
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/b218684fc61b
8236917: TestInstanceKlassSize.java fails with "The size computed by SA for java.lang.Object does not match"
Summary: Use getTestJavaOpts() instead of getVmOptions() because of mach5 configuration settings.
Reviewed-by: lmesnik, cjplummer, dholmes
! test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSize.java
! test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSizeForInterface.java
More information about the jdk-sandbox-changes
mailing list