hg: jdk7/hotspot/hotspot: 5 new changesets

jon.masamitsu at oracle.com jon.masamitsu at oracle.com
Thu Jun 24 20:49:15 PDT 2010


Changeset: 79107c3a6bd5
Author:    tonyp
Date:      2010-05-07 13:14 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/79107c3a6bd5

6949307: G1: raise a vm error, do not core dump, if target pause time and target interval are inconsistent
Summary: First, change the guarantee to raising a vm error. Second, set the interval dynamically, and based on the pause time target, if it is not set explicitly.
Reviewed-by: ysr, johnc

! src/share/vm/gc_implementation/g1/g1CollectorPolicy.cpp
! src/share/vm/runtime/arguments.cpp
! src/share/vm/runtime/globals.hpp

Changeset: 215576b54709
Author:    tonyp
Date:      2010-04-22 15:20 -0400
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/215576b54709

6946048: G1: improvements to +PrintGCDetails output
Summary: Small improvements to G1's PrintGCDetails output. It also includes minor formatting details.
Reviewed-by: ysr, 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/g1CollectorPolicy.hpp
! src/share/vm/gc_implementation/g1/g1RemSet.cpp

Changeset: fdde661c8e06
Author:    jmasa
Date:      2010-06-23 08:35 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/fdde661c8e06

6952853: SIGSEGV with UseAdaptiveGCBoundary on 64b linux running jvm2008
Summary: Shrinking of a generation and the corresponding card table was causing part of the card table to be uncommitted.
Reviewed-by: jcoomes

! src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.cpp
! src/share/vm/gc_implementation/parallelScavenge/cardTableExtension.hpp
! src/share/vm/memory/cardTableModRefBS.cpp

Changeset: 0d781caf0cbb
Author:    jmasa
Date:      2010-06-23 15:17 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/0d781caf0cbb

Merge


Changeset: b8537b881421
Author:    jmasa
Date:      2010-06-24 15:56 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot/hotspot/rev/b8537b881421

Merge




More information about the hotspot-dev mailing list