hg: jdk8/deploy/hotspot: 19 new changesets
andy.herrick at sun.com
andy.herrick at sun.com
Fri Nov 18 11:49:31 PST 2011
Changeset: c9d25d93ddfe
Author: jcoomes
Date: 2011-10-21 16:00 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/c9d25d93ddfe
7103619: Bump the hs23 build number to 04
Reviewed-by: johnc
Contributed-by: alejandro.murillo at oracle.com
! make/hotspot_version
Changeset: 5e5d4821bf07
Author: brutisso
Date: 2011-10-20 10:21 +0200
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/5e5d4821bf07
7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range.
Summary: Introduced a version of is_in_reserved() that looks at _orig_end as opposed to _end.
Reviewed-by: tonyp, stefank
! src/share/vm/gc_implementation/g1/heapRegion.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.cpp
Changeset: 8d161913dfc3
Author: tonyp
Date: 2011-10-21 12:42 -0400
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/8d161913dfc3
Merge
Changeset: db89aa49298f
Author: johnc
Date: 2011-10-20 12:06 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/db89aa49298f
7099824: G1: we should take the pending list lock before doing the remark pause
Summary: Acquire the pending list lock in the prologue method of G1's concurrent VM_Operation and release the lock in the epilogue() method. The locking/unlocking order of the pending list lock and the Heap_lock should match that in the prologue and epilogue methods of VM_GC_Operation.
Reviewed-by: tonyp, ysr
! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! src/share/vm/gc_implementation/g1/vm_operations_g1.cpp
! src/share/vm/gc_implementation/g1/vm_operations_g1.hpp
! src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
Changeset: c6a6e936dc68
Author: johnc
Date: 2011-10-23 23:06 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/c6a6e936dc68
7096030: G1: PrintGCDetails enhancements
7102445: G1: Unnecessary Resource allocations during RSet scanning
Summary: Add a new per-worker thread line in the PrintGCDetails output. GC Worker Other is the difference between the elapsed time for the parallel phase of the evacuation pause and the sum of the times of the sub-phases (external root scanning, mark stack scanning, RSet updating, RSet scanning, object copying, and termination) for that worker. During RSet scanning, stack allocate DirtyCardToOopClosure objects; allocating these in a resource area was causing abnormally high GC Worker Other times while the worker thread freed ResourceArea chunks.
Reviewed-by: tonyp, jwilhelm, brutisso
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: c08412904149
Author: ysr
Date: 2011-10-25 20:15 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/c08412904149
7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
Summary: Suitably weaken asserts that were in each case a tad too strong; fix up some loose uses of parameters in code related to size-indexed free list table.
Reviewed-by: jmasa, brutisso, stefank
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
Changeset: dbfcbecbb2dc
Author: brutisso
Date: 2011-10-26 08:44 +0200
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/dbfcbecbb2dc
7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
Summary: initial_region_num actually not needed.
Reviewed-by: tonyp, johnc
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
Changeset: 8487c835efbf
Author: tonyp
Date: 2011-10-28 12:49 -0400
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/8487c835efbf
Merge
Changeset: 6534482ff68a
Author: jcoomes
Date: 2011-10-28 15:36 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/6534482ff68a
Merge
Changeset: 1d3900713a67
Author: jcoomes
Date: 2011-10-28 15:41 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/1d3900713a67
Added tag hs23-b04 for changeset 6534482ff68a
! .hgtags
Changeset: ddb34559f9a7
Author: katleman
Date: 2011-11-03 10:32 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/ddb34559f9a7
Added tag jdk8-b12 for changeset 1d3900713a67
! .hgtags
Changeset: 5c8c7bef6403
Author: jcoomes
Date: 2011-10-28 18:30 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/5c8c7bef6403
7106092: Bump the hs23 build number to 05
Reviewed-by: johnc
Contributed-by: alejandro.murillo at oracle.com
! make/hotspot_version
Changeset: d5c4c73aa855
Author: dholmes
Date: 2011-10-27 18:04 -0400
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/d5c4c73aa855
7104173: sun/tools tests fail with debug build after 7012206
Summary: Disable PrintVMOptions in embedded debug builds so tests are unaffected by extra output
Reviewed-by: twisti, coleenp, phh, fparain, dsamersoff
! src/share/vm/runtime/globals.hpp
Changeset: 6da94c5a6746
Author: dholmes
Date: 2011-10-30 18:40 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/6da94c5a6746
Merge
Changeset: 95009f678859
Author: brutisso
Date: 2011-11-01 13:44 +0100
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/95009f678859
7106766: Move the precompiled header from the src/share/vm directory
Summary: Moved precompiled.hpp to src/share/vm/precompiled
Reviewed-by: coleenp, dholmes
Contributed-by: rbackman <rickard.backman at oracle.com>
! make/bsd/makefiles/buildtree.make
! make/bsd/makefiles/gcc.make
! make/linux/makefiles/buildtree.make
! make/linux/makefiles/gcc.make
! make/solaris/makefiles/buildtree.make
! make/solaris/makefiles/gcc.make
! make/windows/makefiles/vm.make
- src/share/vm/precompiled.hpp
+ src/share/vm/precompiled/precompiled.hpp
Changeset: 3e609627e780
Author: jcoomes
Date: 2011-11-04 12:40 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/3e609627e780
Merge
- src/share/vm/precompiled.hpp
Changeset: b92ca8e229d2
Author: jcoomes
Date: 2011-11-04 12:43 -0700
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/b92ca8e229d2
Added tag hs23-b05 for changeset 3e609627e780
! .hgtags
Changeset: 088d09a130ff
Author: katleman
Date: 2011-11-10 11:46 -0800
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/088d09a130ff
Added tag jdk8-b13 for changeset b92ca8e229d2
! .hgtags
Changeset: 883328bfc472
Author: katleman
Date: 2011-11-17 10:45 -0800
URL: http://hg.openjdk.java.net/jdk8/deploy/hotspot/rev/883328bfc472
Added tag jdk8-b14 for changeset 088d09a130ff
! .hgtags
More information about the jdk8-changes
mailing list