Code Review for hotspot

Prepared by:johnc on Thu May 2 11:42:39 PDT 2013
Workspace:/export/workspaces/hsx24-backports/hsx24-backport/hotspot
Compare against: ssh://hg.openjdk.java.net/hsx/hsx24-gate/hotspot
Compare against version:0e2efda631b3
Summary of changes: 78 lines changed: 51 ins; 24 del; 3 mod; 13019 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

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

rev 4466 : 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
4 lines changed: 1 ins; 0 del; 3 mod; 6550 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/memory/universe.cpp

rev 4466 : 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
9 lines changed: 0 ins; 9 del; 0 mod; 1671 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/init.cpp

rev 4466 : 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
9 lines changed: 0 ins; 9 del; 0 mod; 169 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New Patch Raw src/share/vm/runtime/thread.cpp

rev 4466 : 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
11 lines changed: 5 ins; 6 del; 0 mod; 4629 unchg

------ ------ ------ ------ ------ --- New Patch Raw test/gc/TestVerifyBeforeGCDuringStartup.java

rev 4466 : 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
45 lines changed: 45 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using /java/j2se/bin/webrev (vers 23.18-hg).