hg: hsx/hotspot-main/hotspot: 7 new changesets
jesper.wilhelmsson at oracle.com
jesper.wilhelmsson at oracle.com
Wed Mar 28 06:59:11 PDT 2012
Changeset: 1139f6b1cbd4
Author: jcoomes
Date: 2012-03-20 19:36 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/1139f6b1cbd4
7154724: jdk7u4 test properties missing from jprt.properties
Reviewed-by: brutisso
! make/jprt.properties
Changeset: 0e9e3cecdc81
Author: mgerdin
Date: 2012-03-21 08:34 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/0e9e3cecdc81
7152791: wbapi tests fail on cygwin
Summary: Detect cygwin prescence when setting up PLATFORM. Translate cygwin style paths before passing them on to jtreg.
Reviewed-by: jcoomes, brutisso
! test/Makefile
Changeset: 8a729074feae
Author: nloodin
Date: 2012-03-16 16:14 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/8a729074feae
7154517: Build error in hotspot-gc without precompiled headers
Reviewed-by: jcoomes, brutisso
! src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.inline.hpp
Changeset: 64bf7c8270cb
Author: johnc
Date: 2012-03-12 14:59 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/64bf7c8270cb
7147724: G1: hang in SurrogateLockerThread::manipulatePLL
Summary: Attempting to initiate a marking cycle when allocating a humongous object can, if a marking cycle is successfully initiated by another thread, result in the allocating thread spinning until the marking cycle is complete. Eliminate a deadlock between the main ConcurrentMarkThread, the SurrogateLocker thread, the VM thread, and a mutator thread waiting on the SecondaryFreeList_lock (while free regions are going to become available) by not manipulating the pending list lock during the prologue and epilogue of the cleanup pause.
Reviewed-by: brutisso, jcoomes, tonyp
! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/vm_operations_g1.cpp
! src/share/vm/gc_implementation/g1/vm_operations_g1.hpp
Changeset: 21595f05bc93
Author: tonyp
Date: 2012-03-23 10:53 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/21595f05bc93
7146246: G1: expose some of the -XX flags that drive which old regions to collect during mixed GCs
Summary: Make two G1 cmd line flags available in product builds: G1HeapWastePercent (previously called: G1OldReclaimableThresholdPercent) and G1MixedGCCountTarget (previous called: G1MaxMixedGCNum). Also changed the default of the former from 1% to 5% and the default for G1OldCSetRegionLiveThresholdPercent to 90%.
Reviewed-by: azeemj, jwilhelm, johnc
! src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
Changeset: cc74fa5a91a9
Author: brutisso
Date: 2012-03-23 15:28 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/cc74fa5a91a9
7103665: HeapWord*ParallelScavengeHeap::failed_mem_allocate(unsigned long,bool)+0x97
Summary: Make sure that MutableNUMASpace::ensure_parsability() only calls CollectedHeap::fill_with_object() with valid sizes and make sure CollectedHeap::filler_array_max_size() returns a value that can be converted to an int without overflow
Reviewed-by: azeemj, jmasa, iveresov
! src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp
! src/share/vm/gc_interface/collectedHeap.cpp
! src/share/vm/gc_interface/collectedHeap.hpp
Changeset: 0c49af52ff2c
Author: jwilhelm
Date: 2012-03-26 13:22 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/0c49af52ff2c
Merge
More information about the hotspot-dev
mailing list