hg: hsx/hotspot-main/hotspot: 5 new changesets
jon.masamitsu at oracle.com
jon.masamitsu at oracle.com
Wed Oct 17 17:29:54 PDT 2012
Changeset: 8a5ea0a9ccc4
Author: johnc
Date: 2012-10-06 01:17 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/8a5ea0a9ccc4
7127708: G1: change task num types from int to uint in concurrent mark
Summary: Change the type of various task num fields, parameters etc to unsigned and rename them to be more consistent with the other collectors. Code changes were also reviewed by Vitaly Davidovich.
Reviewed-by: johnc
Contributed-by: Kaushik Srenevasan <kaushik at twitter.com>
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.hpp
! src/share/vm/gc_implementation/g1/concurrentMark.inline.hpp
! src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
Changeset: 04155d9c8c76
Author: johnc
Date: 2012-10-08 09:12 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/04155d9c8c76
8000358: G1: metaspace information not printed in PrintHeapAtGC output nor in hs_err file
Summary: Missing call to MetaspaceAux::print_on() in G1CollectedHeap::print_on().
Reviewed-by: azeemj, jmasa
Contributed-by: Mikael Gerdin <mikael.gerdin at oracle.com>
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
Changeset: dd2b66d09ccd
Author: stefank
Date: 2012-10-09 22:12 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/dd2b66d09ccd
8000659: NPG: ClassCastExceptions are unexpectedly thrown when testing nashorn
Summary: Treat the oops in invoke_method_table() as strong roots when ClassUnloading is enabled.
Reviewed-by: kamg, coleenp
! src/share/vm/classfile/systemDictionary.cpp
Changeset: 4202510ee0fe
Author: johnc
Date: 2012-10-15 10:02 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/4202510ee0fe
8000831: Heap verification output incorrect/incomplete
Summary: Restore non-silent output of heap verification.
Reviewed-by: ysr, brutisso, jmasa
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
! src/share/vm/memory/genCollectedHeap.cpp
! src/share/vm/memory/universe.hpp
! src/share/vm/utilities/debug.cpp
Changeset: 633ba56cb013
Author: jmasa
Date: 2012-10-17 13:59 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/633ba56cb013
Merge
! src/share/vm/classfile/systemDictionary.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/vmCMSOperations.cpp
! src/share/vm/memory/universe.hpp
More information about the hotspot-dev
mailing list