hg: jdk9/hs-gc/hotspot: 8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink

thomas.schatzl at oracle.com thomas.schatzl at oracle.com
Wed Feb 5 06:19:23 PST 2014


Changeset: 990d7aa2f325
Author:    tschatzl
Date:      2014-02-05 14:29 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/990d7aa2f325

8033443: Test8000311 fails after latest changes to parallelize string and symbol table unlink
Summary: When string and symbol table unlink are not performed in parallel, the claim index we check is not updated, and so a guarantee fails. Take this into account when checking the guarantee.
Reviewed-by: brutisso, jwilhelm

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



More information about the jdk9-all-changes mailing list