hg: hsx/hotspot-gc/hotspot: 8010463: G1: Crashes with -UseTLAB and heap verification
john.cuthbertson at oracle.com
john.cuthbertson at oracle.com
Sat Mar 30 03:49:25 UTC 2013
Changeset: 24ef5fb05e0f
Author: johnc
Date: 2013-03-29 13:49 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/24ef5fb05e0f
8010463: G1: Crashes with -UseTLAB and heap verification
Summary: Some parts of the G1 heap can only be walked during a safepoint. Skip verifying these parts of the heap when verifying during JVM startup.
Reviewed-by: brutisso, tschatzl
! src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp
! src/share/vm/memory/universe.cpp
! src/share/vm/runtime/init.cpp
! src/share/vm/runtime/thread.cpp
+ test/gc/TestVerifyBeforeGCDuringStartup.java
More information about the hotspot-gc-dev
mailing list