hg: hsx/hsx17/master: 5 new changesets
erik.trimble at oracle.com
erik.trimble at oracle.com
Fri Apr 16 20:36:59 PDT 2010
Changeset: 66d7ba180c77
Author: asaha
Date: 2010-04-15 15:20 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/master/rev/66d7ba180c77
6852873: Increase in delta between application stopped time and ParNew GC time over application lifetime
Reviewed-by: acorn, chrisphi, kevinw, dice
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/synchronizer.cpp
! src/share/vm/runtime/synchronizer.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp
Changeset: 1753407b5d19
Author: asaha
Date: 2010-04-16 12:50 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/master/rev/1753407b5d19
6933402: RFE: Improve PrintSafepointStatistics output to track cleanup time
6934758: Expose the break down of clean up task time during Safepoint
Reviewed-by: acorn, ysr
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/safepoint.cpp
! src/share/vm/runtime/safepoint.hpp
Changeset: c475b10a610b
Author: jcoomes
Date: 2010-02-16 22:09 -0800
URL: http://hg.openjdk.java.net/hsx/hsx17/master/rev/c475b10a610b
6423256: GC stacks should use a better data structure
6942771: SEGV in ParScanThreadState::take_from_overflow_stack
Reviewed-by: apetrusenko, ysr, pbk
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.hpp
! src/share/vm/gc_implementation/g1/g1MarkSweep.cpp
! src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep
! src/share/vm/gc_implementation/includeDB_gc_parallelScavenge
! src/share/vm/gc_implementation/includeDB_gc_serial
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
! src/share/vm/gc_implementation/parallelScavenge/pcTasks.cpp
! src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.cpp
! src/share/vm/gc_implementation/parallelScavenge/psCompactionManager.hpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp
! src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.hpp
! src/share/vm/gc_implementation/shared/markSweep.cpp
! src/share/vm/gc_implementation/shared/markSweep.hpp
! src/share/vm/gc_implementation/shared/markSweep.inline.hpp
! src/share/vm/includeDB_core
! src/share/vm/memory/allocation.hpp
! src/share/vm/memory/defNewGeneration.cpp
! src/share/vm/memory/defNewGeneration.hpp
! src/share/vm/memory/genMarkSweep.cpp
! src/share/vm/runtime/globals.hpp
+ src/share/vm/utilities/stack.hpp
+ src/share/vm/utilities/stack.inline.hpp
! src/share/vm/utilities/taskqueue.cpp
! src/share/vm/utilities/taskqueue.hpp
Changeset: daafeed82cf5
Author: apetrusenko
Date: 2010-04-16 08:48 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/master/rev/daafeed82cf5
6942253: G1: replace G1ParallelGCAllocBufferSize with YoungPLABSize and OldPLABSize
Summary: Replaces the G1-specific parameter with the existing ones that are used by the other GCs (YoungPLABSize and OldPLABSize)
Reviewed-by: tonyp, johnc
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
Changeset: 2fdcfb70e37d
Author: trims
Date: 2010-04-16 18:15 -0700
URL: http://hg.openjdk.java.net/hsx/hsx17/master/rev/2fdcfb70e37d
6944787: Bump the HS17 build number to 14
Summary: Update the HS17 build number to 14
Reviewed-by: jcoomes
! make/hotspot_version
More information about the hotspot-dev
mailing list