hg: jdk9/hs/hotspot: 6 new changesets
jon.masamitsu at oracle.com
jon.masamitsu at oracle.com
Fri Aug 29 16:16:01 UTC 2014
Changeset: 647c1493f833
Author: tschatzl
Date: 2014-08-28 17:05 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/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: fb7e346a0f3f
Author: jmasa
Date: 2014-08-29 08:07 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/fb7e346a0f3f
Merge
! src/share/vm/gc_implementation/g1/heapRegion.hpp
Changeset: b515190809d5
Author: dfazunen
Date: 2014-08-28 18:38 +0400
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/b515190809d5
8050464: G1 string deduplication tests hang/timeout and leave running processes consuming all resources
Reviewed-by: jmasa
! test/gc/g1/TestStringDeduplicationTools.java
Changeset: 40c22d6c0cef
Author: tschatzl
Date: 2014-08-28 17:06 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/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/hotspot/rev/aa64b1cbb1b8
Merge
Changeset: 1a3bdc233bda
Author: jmasa
Date: 2014-08-29 08:14 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/1a3bdc233bda
Merge
More information about the jdk9-hs-changes
mailing list