Changeset: be1d97cdee46 Author: katleman Date: 2012-04-16 16:28 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/be1d97cdee46
Added tag jdk7u6-b05 for changeset 77b43af50556 ! .hgtags Changeset: a5bf59f9ec72 Author: katleman Date: 2012-04-18 14:38 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/a5bf59f9ec72 Added tag jdk7u6-b06 for changeset be1d97cdee46 ! .hgtags Changeset: bd649a0a58e2 Author: jcoomes Date: 2012-03-24 07:30 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/bd649a0a58e2 7154677: new hotspot build - hs23-b20 Reviewed-by: johnc ! make/hotspot_version Changeset: 86ce3208eb18 Author: dcubed Date: 2012-02-17 15:55 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/86ce3208eb18 7145798: System.loadLibrary does not search current working directory Summary: Append "." to java.library.path on MacOS X to ease migration from Apple's Java6 to OpenJDK7. Reviewed-by: phh, jmelvin, coleenp ! src/os/bsd/vm/os_bsd.cpp Changeset: f5fba31ac5ce Author: dcubed Date: 2012-03-25 19:55 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/f5fba31ac5ce Merge Changeset: de5748cca211 Author: johnc Date: 2012-03-12 14:59 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/de5748cca211 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: c1606f7a714c Author: brutisso Date: 2012-03-23 15:28 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/c1606f7a714c 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: 1db5b993a0d8 Author: dsamersoff Date: 2012-03-29 01:02 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/1db5b993a0d8 7118280: The gbyc00102 JCK7 test causes an assert in JVM 7.0 fastdebug mode Summary: Assert doesn't respect invokedynamic opcode Reviewed-by: dcubed, phh ! src/share/vm/prims/jvmtiClassFileReconstituter.cpp Changeset: d5ff739e96c7 Author: dsamersoff Date: 2012-03-28 14:54 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/d5ff739e96c7 Merge Changeset: 1834c6835b75 Author: minqi Date: 2012-03-29 11:34 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/1834c6835b75 7156960: Incorrect copyright headers in parts of the Serviceability agent Summary: Errant files added as part of 7088955 fix. The Copyright information now corrected with gpl-header template Reviewed-by: sla, ohair, mbykov ! agent/src/share/classes/sun/jvm/hotspot/oops/ArrayData.java ! agent/src/share/classes/sun/jvm/hotspot/oops/BranchData.java ! agent/src/share/classes/sun/jvm/hotspot/oops/CounterData.java ! agent/src/share/classes/sun/jvm/hotspot/oops/DataLayout.java ! agent/src/share/classes/sun/jvm/hotspot/oops/JumpData.java ! agent/src/share/classes/sun/jvm/hotspot/oops/MultiBranchData.java ! agent/src/share/classes/sun/jvm/hotspot/oops/ReceiverTypeData.java ! agent/src/share/classes/sun/jvm/hotspot/oops/VirtualCallData.java Changeset: 726d1dc1b521 Author: amurillo Date: 2012-03-30 13:07 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/726d1dc1b521 Added tag hs23-b20 for changeset 1834c6835b75 ! .hgtags Changeset: a1292d4e0709 Author: amurillo Date: 2012-03-30 13:22 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/a1292d4e0709 Merge ! .hgtags ! make/hotspot_version Changeset: 30e3475c1a45 Author: katleman Date: 2012-04-05 15:09 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/30e3475c1a45 Added tag jdk7u4-b19 for changeset a1292d4e0709 ! .hgtags Changeset: 7c99c217cc89 Author: amurillo Date: 2012-03-30 13:25 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/7c99c217cc89 7158135: new hotspot build - hs23-b21 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 34fce1d343b0 Author: iveresov Date: 2012-04-07 12:29 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/34fce1d343b0 7159766: Tiered compilation causes performance regressions Summary: Disable tiered in 7u4 because of the performance anomalies with Oracle FMW Reviewed-by: never, kvn ! src/cpu/sparc/vm/c2_globals_sparc.hpp ! src/cpu/x86/vm/c2_globals_x86.hpp Changeset: bf81dbf47dec Author: jcoomes Date: 2012-04-10 14:43 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/bf81dbf47dec Added tag hs23-b21 for changeset 34fce1d343b0 ! .hgtags Changeset: ad6f5eaa165e Author: jcoomes Date: 2012-04-10 16:54 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/ad6f5eaa165e Merge ! .hgtags ! make/hotspot_version Changeset: c7c6b00122cf Author: katleman Date: 2012-04-12 14:15 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/c7c6b00122cf Added tag jdk7u4-b20 for changeset ad6f5eaa165e ! .hgtags Changeset: dd238f9705f0 Author: asaha Date: 2012-04-16 11:08 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/dd238f9705f0 Merge ! .hgtags Changeset: 515d07d42f87 Author: asaha Date: 2012-04-17 11:51 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/515d07d42f87 Merge ! .hgtags Changeset: 144f8a1a43cb Author: asaha Date: 2012-04-19 07:47 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/144f8a1a43cb Merge ! .hgtags
