hg: jdk7/hotspot-comp/hotspot: 7 new changesets
john.r.rose at oracle.com
john.r.rose at oracle.com
Tue Jun 29 18:50:38 PDT 2010
Changeset: 79107c3a6bd5
Author: tonyp
Date: 2010-05-07 13:14 -0400
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/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-comp/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-comp/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-comp/hotspot/rev/0d781caf0cbb
Merge
Changeset: b8537b881421
Author: jmasa
Date: 2010-06-24 15:56 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/b8537b881421
Merge
Changeset: 5a297ea605c7
Author: jrose
Date: 2010-06-26 00:19 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/5a297ea605c7
Merge
Changeset: fcbb92a1ab3b
Author: jrose
Date: 2010-06-29 16:09 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/fcbb92a1ab3b
Merge
! src/share/vm/runtime/arguments.cpp
More information about the hotspot-compiler-dev
mailing list