Code Review for hotspot

Prepared by:tschatzl on Tue Mar 31 11:48:40 CEST 2015
Workspace:/home/tschatzl/Downloads/vmshare/jdk8u-backport/jdk8u/hs-dev/hotspot
Compare against: ssh://hg.openjdk.java.net/jdk8u/hs-dev/hotspot
Compare against version:-2
Summary of changes: 35 lines changed: 15 ins; 0 del; 20 mod; 8506 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

rev 7184 : 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
32 lines changed: 12 ins; 0 del; 20 mod; 6873 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

rev 7184 : 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
3 lines changed: 3 ins; 0 del; 0 mod; 1633 unchg

This code review page was prepared using ../../../../tools/webrev.sh (vers 25.6-hg+openjdk.java.net).