hg: jdk8u/hs-dev/hotspot: 2 new changesets
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Tue Mar 31 18:15:19 UTC 2015
Changeset: c04f46b4abe4
Author: tschatzl
Date: 2015-03-31 11:36 +0200
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/c04f46b4abe4
8068036: assert(is_available(index)) failed in G1 cset
Summary: Some verification code iterated over the heap using the region mapping array. This is not allowed. Changed to use the regular iteration method with closure.
Reviewed-by: jwilhelm, brutisso
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
Changeset: 12eb26c15642
Author: tschatzl
Date: 2015-03-31 16:12 +0000
URL: http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/12eb26c15642
Merge
More information about the jdk8u-all-changes
mailing list