hg: hsx/hotspot-main/hotspot: 5 new changesets
y.s.ramakrishna at oracle.com
y.s.ramakrishna at oracle.com
Thu Aug 25 18:06:19 PDT 2011
Changeset: ff53346271fe
Author: brutisso
Date: 2011-08-19 09:30 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ff53346271fe
6814390: G1: remove the concept of non-generational G1
Summary: Removed the possibility to turn off generational mode for G1.
Reviewed-by: johnc, ysr, tonyp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/concurrentMarkThread.cpp
! 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/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
Changeset: ae73da50be4b
Author: tonyp
Date: 2011-08-22 10:16 -0400
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ae73da50be4b
7081064: G1: remove develop params G1FixedSurvivorSpaceSize, G1FixedTenuringThreshold, and G1FixedEdenSize
Summary: Remove three develop parameters we don't use.
Reviewed-by: brutisso, jwilhelm
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/gc_implementation/g1/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
Changeset: 7f776886a215
Author: ysr
Date: 2011-08-22 12:30 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/7f776886a215
6810861: G1: support -XX:+{PrintClassHistogram,HeapDump}{Before,After}FullGC
Summary: Call {pre,post}_full_gc_dump() before and after a STW full gc of G1CollectedHeap. Also adjusted the prefix message, including the addition of missing whitespace.
Reviewed-by: brutisso, tonyp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_interface/collectedHeap.cpp
Changeset: be05e987ba07
Author: ysr
Date: 2011-08-22 23:57 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/be05e987ba07
Merge
Changeset: 2f27ed2a98fa
Author: brutisso
Date: 2011-08-23 11:06 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2f27ed2a98fa
7082220: Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls and new
Summary: Add the psapi.lib library to Visual Studio projects
Reviewed-by: jwilhelm, poonam, kamg
! src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
More information about the hotspot-dev
mailing list