hg: jdk7/hotspot/hotspot: 4 new changesets

andrey.petrusenko at sun.com andrey.petrusenko at sun.com
Thu Apr 2 08:18:02 PDT 2009


Changeset: 96b229c54d1e
Author:    apetrusenko
Date:      2009-03-25 13:10 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/96b229c54d1e

6543938: G1: remove the concept of popularity
Reviewed-by: iveresov, tonyp

! src/cpu/sparc/vm/assembler_sparc.cpp
! src/share/vm/gc_implementation/g1/collectionSetChooser.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/g1MarkSweep.cpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp
! src/share/vm/gc_implementation/g1/g1RemSet.inline.hpp
! src/share/vm/gc_implementation/g1/g1_globals.hpp
! src/share/vm/gc_implementation/g1/heapRegion.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
! src/share/vm/gc_implementation/g1/heapRegionRemSet.hpp
! src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
! src/share/vm/gc_implementation/g1/heapRegionSeq.hpp
! src/share/vm/gc_implementation/g1/vm_operations_g1.cpp
! src/share/vm/gc_implementation/g1/vm_operations_g1.hpp
! src/share/vm/gc_interface/gcCause.hpp
! src/share/vm/runtime/vm_operations.hpp

Changeset: 4ac7d97e6101
Author:    iveresov
Date:      2009-03-26 08:51 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/4ac7d97e6101

6822263: G1: JVMTI heap iteration fails
Summary: Make object_iterate() traverse the perm gen
Reviewed-by: apetrusenko, tonyp

! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

Changeset: cea947c8a988
Author:    ysr
Date:      2009-03-28 15:47 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/cea947c8a988

6819891: ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
Summary: When using compressed oops, rather than chaining the overflowed grey objects' pre-images through their klass words, we use GC-worker thread-local overflow stacks.
Reviewed-by: jcoomes, jmasa

! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.cpp
! src/share/vm/gc_implementation/parNew/parNewGeneration.hpp
! src/share/vm/runtime/globals.hpp

Changeset: a80d48f6fde1
Author:    apetrusenko
Date:      2009-04-02 05:22 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/a80d48f6fde1

Merge

! src/cpu/sparc/vm/assembler_sparc.cpp
! src/share/vm/runtime/globals.hpp




More information about the jdk7-changes mailing list