hg: hsx/hotspot-main/hotspot: 12 new changesets
bengt.rutisson at oracle.com
bengt.rutisson at oracle.com
Fri Feb 8 03:43:54 PST 2013
Changeset: ec0c4951286c
Author: stefank
Date: 2013-01-29 10:51 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ec0c4951286c
8004710: NPG: jmap could throw sun.jvm.hotspot.types.WrongTypeException after PermGen removal
Summary: When calculating live object regions, make sure that the alignment reserve, at the end of a TLAB, is excluded.
Reviewed-by: jmasa, brutisso
! agent/src/share/classes/sun/jvm/hotspot/oops/ObjectHeap.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/ThreadLocalAllocBuffer.java
! agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java
! src/share/vm/runtime/vmStructs.cpp
Changeset: 4700e77d44c1
Author: johnc
Date: 2013-02-01 13:17 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/4700e77d44c1
8006894: G1: Number of marking threads missing from PrintFlagsFinal output
Summary: Set ConcGCThreads to the calculated number of marking threads.
Reviewed-by: jmasa, ysr
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
Changeset: d9058e388631
Author: mikael
Date: 2013-02-01 17:21 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/d9058e388631
8007257: NPG: metaspace.cpp: Incorrect arguments in calls to err_msg
Summary: Fix size checks in assert and corrected some print formats. Also reviewed by vitalyd at gmail.com.
Reviewed-by: coleenp, sspitsyn
! src/share/vm/memory/metaspace.cpp
Changeset: 256d3f43c177
Author: johnc
Date: 2013-01-31 10:45 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/256d3f43c177
8005875: G1: Kitchensink fails with ParallelGCThreads=0
Summary: Check that the concurrent marking worker gang exists in ConcurrentMark::print_worker_threads_on(). Changes were also reviewed by Vitaly Davidovich <vitalyd at gmail.com>.
Reviewed-by: brutisso
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
Changeset: 80518f4ecf32
Author: jmasa
Date: 2013-02-04 12:51 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/80518f4ecf32
Merge
! src/share/vm/runtime/vmStructs.cpp
Changeset: f2f0cf0f5444
Author: jmasa
Date: 2013-02-04 13:26 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f2f0cf0f5444
Merge
Changeset: 06fd03af6ce4
Author: johnc
Date: 2013-02-04 13:24 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/06fd03af6ce4
8001384: G1: assert(!is_null(v)) failed: narrow oop value can never be zero
Summary: Flush any deferred card mark before a Java thread exits.
Reviewed-by: brutisso, jmasa
! src/share/vm/runtime/thread.cpp
Changeset: 84304a77c4e3
Author: johnc
Date: 2013-02-04 19:40 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/84304a77c4e3
Merge
Changeset: 95ccff9eee8e
Author: jwilhelm
Date: 2013-01-28 15:41 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/95ccff9eee8e
6348447: Specifying -XX:OldSize crashes 64-bit VMs
Summary: Heap size will be set to allow for OldSize to fit. Also reviewed by vitalyd at gmail.com
Reviewed-by: ehelin, jmasa
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
Changeset: f90b9bceb8e5
Author: johnc
Date: 2013-02-05 09:13 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/f90b9bceb8e5
8005032: G1: Cleanup serial reference processing closures in concurrent marking
Summary: Reuse the parallel reference processing oop closures during serial reference processing.
Reviewed-by: brutisso
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
Changeset: 50d3b37d5bcd
Author: johnc
Date: 2013-02-05 22:24 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/50d3b37d5bcd
Merge
Changeset: 1135141fb97e
Author: brutisso
Date: 2013-02-08 10:08 +0100
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/1135141fb97e
Merge
! src/share/vm/memory/collectorPolicy.cpp
! src/share/vm/memory/collectorPolicy.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/vmStructs.cpp
More information about the hotspot-dev
mailing list