Changeset: 6898d85cf0bb
Author:amurillo
Date: 2012-08-10 23:19 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/6898d85cf0bb
7190772: new hotspot build - hs24-b21
Reviewed-by: jcoomes
! make/hotspot_version
Changeset: d5ec46c7da5c
Author:amurillo
Date: 2012-08-15 16:49 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/d5ec46c7da5c
7191765: make jdk8 the default jprt release for hs24
Reviewed-by: jcoomes
! make/jprt.properties
Changeset: aaf61e68b255
Author:johnc
Date: 2012-08-06 12:20 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/aaf61e68b255
6818524: G1: use ergonomic resizing of PLABs
Summary: Employ PLABStats instances to record information about survivor and
old PLABs, and use the recorded stats to adjust the sizes of survivor and old
PLABS.
Reviewed-by: johnc, ysr
Contributed-by: Brandon Mitchell
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
- src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp
- src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
+ src/share/vm/gc_implementation/shared/parGCAllocBuffer.cpp
+ src/share/vm/gc_implementation/shared/parGCAllocBuffer.hpp
! src/share/vm/memory/tenuredGeneration.cpp
! src/share/vm/precompiled/precompiled.hpp
Changeset: eff5d59db7e1
Author:amurillo
Date: 2012-08-07 09:53 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/eff5d59db7e1
7189729: jprt.properties should include release jdk7u8
Reviewed-by: jcoomes
! make/jprt.properties
Changeset: 3958f0acde31
Author:amurillo
Date: 2012-08-17 15:41 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/3958f0acde31
Merge
! make/jprt.properties
- src/share/vm/gc_implementation/parNew/parGCAllocBuffer.cpp
- src/share/vm/gc_implementation/parNew/parGCAllocBuffer.hpp
Changeset: 6acee021f5ac
Author:coleenp
Date: 2012-08-01 16:52 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/6acee021f5ac
7129723: MAC: Some regression tests need to recognize Mac OS X platform
Summary: Add Darwin like Linux to shell scripts
Reviewed-by: kvn, kamg, dholmes
! test/compiler/6894807/Test6894807.sh
! test/gc/6941923/test6941923.sh
! test/runtime/6626217/Test6626217.sh
! test/runtime/6878713/Test6878713.sh
! test/runtime/6929067/Test6929067.sh
! test/runtime/7051189/Xchecksig.sh
! test/runtime/7110720/Test7110720.sh
! test/runtime/7158800/Test7158800.sh
! test/runtime/7158988/TestFieldMonitor.sh
Changeset: 4acebbe310e1
Author:zgu
Date: 2012-08-01 17:19 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/4acebbe310e1
7185614: NMT ON: "check by caller" assertion failed on nsk ThreadMXBean test
7187429: NMT ON: Merge failure should cause NMT to shutdown
Summary: Fixed NMT assertion failures
Reviewed-by: acorn, kvn
! src/share/vm/services/memSnapshot.cpp
! src/share/vm/services/memSnapshot.hpp
! src/share/vm/services/memTrackWorker.cpp
! src/share/vm/services/memTracker.hpp
Changeset: b27675afea11
Author:zgu
Date: 2012-08-01 15:00 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/b27675afea11
Merge
Changeset: 8e69438de9c6
Author:zgu
Date: 2012-08-01 16:16 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/8e69438de9c6
Merge
Changeset: 282abd0fd878
Author:dcubed
Date: 2012-08-02 14:54 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/282abd0fd878
7188168: 7071904 broke the DEBUG_BINARIES option on Linux
Summary: Change DEBUG_BINARIES option logic to be more clear.
Reviewed-by: fparain, andrew
! make/linux/makefiles/adlc.make
! make/linux/makefiles/gcc.make
Changeset: 0d8e265ba727
Author:dcubed
Date: 2012-08-03 18:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/0d8e265ba727
7181175: Enable builds on Windows with MinGW/MSYS
Summary: This fix is the minimum number of Makefile changes to enable building
HotSpot with MinGW/MSYS
Reviewed-by: jcoomes, dcubed, tbell, ohair
Contributed-by: volker.simo...@gmail.com
! make/windows/makefiles/defs.make
! make/windows/makefiles/rules.make
! make/windows/makefiles/sa.make
! make/windows/makefiles/shared.make
Changeset: c3c2141203e7
Author:dcubed
Date: 2012-08-06 09:34 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/c3c2141203e7
Merge
Changeset: 4ee06e614636
Author:kamg
Date: 2012-08-06 15:54 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/hotspot/rev/4ee06e614636
7116786: RFE: Detailed information on VerifyErrors
Summary: Provide additional detail in VerifyError messages
Reviewed-by: sspitsyn, acorn
! src/os/solaris/vm/dtraceJSDT_solaris.cpp
! src/share/vm/classfile/stackMapFrame.cpp
! src/share/vm/classfile/stackMapFrame.hpp
! src/share/vm/classfile/stackMapTable.cpp
! src/share/vm/c