hg: jdk9/hs/hotspot: 18 new changesets
daniel.daugherty at oracle.com
daniel.daugherty at oracle.com
Wed Aug 27 23:08:01 UTC 2014
Changeset: 91f25b8a47af
Author: zgu
Date: 2014-08-20 08:41 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/91f25b8a47af
8054546: NMT2 leaks memory
Summary: Fixed memory leak in NMT by baselining memory in c heap instead of an arena.
Reviewed-by: coleenp, minqi
! src/share/vm/services/mallocTracker.hpp
! src/share/vm/services/memBaseline.cpp
! src/share/vm/services/memBaseline.hpp
Changeset: 6ae3b7da7952
Author: zgu
Date: 2014-08-20 08:50 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6ae3b7da7952
Merge
Changeset: f2417008f618
Author: zgu
Date: 2014-08-20 15:58 -0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f2417008f618
8055236: Deadlock during NMT2 shutdown on Windows
Summary: Removed MemTracker::shutdown() call to avoid deadlock
Reviewed-by: minqi, ctornqvi
! src/os/windows/vm/os_windows.cpp
Changeset: 115d958b07de
Author: zgu
Date: 2014-08-20 21:37 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/115d958b07de
Merge
Changeset: 943c5da523fd
Author: ctornqvi
Date: 2014-08-20 14:59 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/943c5da523fd
8055164: [TESTBUG] runtime/CompressedOops/CompressedClassPointers.java fails with OpenJDK build
Summary: Removed explicit check for HotSpot in output
Reviewed-by: sla, coleenp, hseigel
! test/runtime/CompressedOops/CompressedClassPointers.java
Changeset: 23270ceb0be7
Author: ctornqvi
Date: 2014-08-20 14:59 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/23270ceb0be7
8027480: Build Windows x64 fastdebug builds using /homeparams
Summary: Windows x64 fastdebug builds now uses the /homeparams compiler flag
Reviewed-by: dcubed, zgu, lfoltan
! make/windows/makefiles/vm.make
! src/share/tools/ProjectCreator/BuildConfig.java
! src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
! src/share/tools/ProjectCreator/WinGammaPlatformVC7.java
! src/share/tools/ProjectCreator/WinGammaPlatformVC8.java
Changeset: b231e0ef5547
Author: ctornqvi
Date: 2014-08-21 01:43 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b231e0ef5547
Merge
Changeset: af72c1a537dc
Author: igerasim
Date: 2014-08-21 16:32 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/af72c1a537dc
8055338: (process) Add instrumentation to help diagnose JDK-6573254
Reviewed-by: dcubed, ohair, iklam, dholmes, sspitsyn, sla
! src/os/windows/vm/os_windows.cpp
! src/share/vm/runtime/java.cpp
Changeset: f7df20ae08e2
Author: sla
Date: 2014-08-22 08:13 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/f7df20ae08e2
8055754: filemap.cpp does not compile with clang
Reviewed-by: kvn, iklam, coleenp
! src/share/vm/memory/filemap.cpp
! src/share/vm/memory/filemap.hpp
Changeset: b5c908c4e997
Author: ctornqvi
Date: 2014-08-22 09:30 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b5c908c4e997
8055814: [TESTBUG] runtime/NMT/NMTWithCDS.java fails with product builds due to missing UnlockDiagnosticVMOptions
Summary: Passing -XX:+UnlockDiagnosticVMOptions to ProcessBuilder
Reviewed-by: zgu, gtriantafill
! test/runtime/NMT/NMTWithCDS.java
Changeset: 6c4b3632b42f
Author: dcubed
Date: 2014-08-22 11:23 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/6c4b3632b42f
Merge
Changeset: 8519a5cf7cd4
Author: gtriantafill
Date: 2014-08-22 06:46 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8519a5cf7cd4
8055052: [TESTBUG] runtime/NMT/JcmdDetailDiff.java fails on Windows when there are no debug symbols available
Reviewed-by: ctornqvi, hseigel
! test/runtime/NMT/JcmdDetailDiff.java
Changeset: d764332b3890
Author: gtriantafill
Date: 2014-08-22 07:38 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/d764332b3890
8055053: [TESTBUG] runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails
Reviewed-by: ctornqvi, zgu
! test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java
Changeset: 2d87b6b4660c
Author: gtriantafill
Date: 2014-08-21 14:37 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/2d87b6b4660c
8055684: runtime/NMT/CommandLineEmptyArgument.java fails
Reviewed-by: ctornqvi, sla
! test/runtime/NMT/CommandLineEmptyArgument.java
Changeset: 04b4bc792043
Author: gtriantafill
Date: 2014-08-22 06:28 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/04b4bc792043
8055765: Misplaced @key stress prevents MallocSiteHashOverflow.java and MallocStressTest.java tests from running
Reviewed-by: ctornqvi, zgu, hseigel
! test/runtime/NMT/MallocSiteHashOverflow.java
! test/runtime/NMT/MallocStressTest.java
Changeset: 026e9d17ba9b
Author: ctornqvi
Date: 2014-08-22 14:21 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/026e9d17ba9b
8055844: [TESTBUG] test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java fails on Solaris Sparc due to incorrect page size being used
Summary: Use 128KB chunks for virtual memory operations
Reviewed-by: zgu, gtriantafill
! test/runtime/NMT/VirtualAllocCommitUncommitRecommit.java
Changeset: 86451b926286
Author: ccheung
Date: 2014-08-25 00:13 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/86451b926286
8048150: Allow easy configurations for large CDS archives
Summary: Estimate the size of shared archive based on the number of classes in the classlist file
Reviewed-by: iklam, jiangli, minqi, dholmes
! src/share/vm/memory/metaspace.cpp
! src/share/vm/memory/metaspaceShared.cpp
! src/share/vm/memory/metaspaceShared.hpp
Changeset: 8ae56f4f758f
Author: ctornqvi
Date: 2014-08-26 13:07 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8ae56f4f758f
8041727: [TESTBUG] runtime/jsig/Test8017498.sh fails with Test8017498.sh: 50: [: x/usr/bin/gcc: unexpected operator
Summary: Fixed shell script issues
Reviewed-by: dcubed, gtriantafill
! test/runtime/jsig/Test8017498.sh
More information about the jdk9-all-changes
mailing list