hg: jdk9/hs-gc/hotspot: 3 new changesets

thomas.schatzl at oracle.com thomas.schatzl at oracle.com
Fri Jan 31 02:01:06 PST 2014


Changeset: 05ede1d98e1e
Author:    tschatzl
Date:      2014-01-31 09:55 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/05ede1d98e1e

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

+ test/gc/TestVerifySilently.java

Changeset: bec0ef450ead
Author:    tschatzl
Date:      2014-01-31 09:57 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/bec0ef450ead

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: 2edf6f3e191d
Author:    tschatzl
Date:      2014-01-31 09:58 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2edf6f3e191d

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 jdk9-all-changes mailing list