hg: jdk9/hs-gc/hotspot: 3 new changesets
thomas.schatzl at oracle.com
thomas.schatzl at oracle.com
Thu Aug 28 18:18:08 UTC 2014
Changeset: 647c1493f833
Author: tschatzl
Date: 2014-08-28 17:05 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/647c1493f833
8054808: Bitmap verification sometimes fails after Full GC aborts concurrent mark.
Summary: The verification code that checked whether no bitmap mark had been found re-read HeapRegion::end() after the check on the bitmap. Concurrent humongous object allocation could have changed HeapRegion::end() in the meantime. Fix this by using the actual end of the region instead of HeapRegion::end() for comparison.
Reviewed-by: brutisso, jmasa
! src/share/vm/gc_implementation/g1/concurrentMark.cpp
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: 40c22d6c0cef
Author: tschatzl
Date: 2014-08-28 17:06 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/40c22d6c0cef
Merge
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: aa64b1cbb1b8
Author: tschatzl
Date: 2014-08-28 15:55 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/aa64b1cbb1b8
Merge
More information about the jdk9-all-changes
mailing list