hg: jdk8u/hs-dev/hotspot: 3 new changesets

thomas.schatzl at oracle.com thomas.schatzl at oracle.com
Wed Feb 5 06:57:54 PST 2014


Changeset: 77d08a820fe3
Author:    tschatzl
Date:      2014-01-31 09:55 +0100
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/77d08a820fe3

8032771: The flag VerifySilently misses a test case
Summary: Add test case for the VerifySilently flag.
Reviewed-by: brutisso

+ test/gc/TestVerifySilently.java

Changeset: 5a9a209853bf
Author:    tschatzl
Date:      2014-01-31 09:57 +0100
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/5a9a209853bf

6991197: G1: specialize deal_with_reference() for narrowOop*
Summary: Clean up and slightly optimize reference handling from the GC reference task queue. Since we never push partial array chunks as narrowOop* we can manually specialize the code so that some code can be optimized away.
Reviewed-by: tonyp, brutisso, stefank

! src/share/vm/gc_implementation/g1/g1OopClosures.hpp

Changeset: 7a860525e91e
Author:    tschatzl
Date:      2014-01-31 09:58 +0100
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/7a860525e91e

8033106: Wrong predicate for checking whether the correct amount of symbol table entries have been processed in G1
Summary: The change fixes the predicate check.
Reviewed-by: jmasa, tonyp, stefank

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



More information about the jdk8u-hs-changes mailing list