Code Review for hotspot

Prepared by:roland on Thu Mar 12 16:58:46 CET 2015
Workspace:/net/mackdrive/export/jrts/work/rw140007/jdk9-repo/hotspot
Compare against: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot
Compare against version:8000
Summary of changes: 303 lines changed: 226 ins; 53 del; 24 mod; 11510 unchg
Patch of changes: hotspot.patch
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/graphKit.cpp

rev 8008 : 8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by:
12 lines changed: 0 ins; 8 del; 4 mod; 4342 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/graphKit.hpp

rev 8008 : 8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by:
2 lines changed: 0 ins; 1 del; 1 mod; 941 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/library_call.cpp

rev 8008 : 8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by:
218 lines changed: 158 ins; 44 del; 16 mod; 5830 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/compiler/arraycopy/TestArrayCopyNoInit.java

rev 8008 : 8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by:
2 lines changed: 0 ins; 0 del; 2 mod; 240 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw test/compiler/arraycopy/TestArrayCopyNoInitDeopt.java

rev 8008 : 8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by:
2 lines changed: 1 ins; 0 del; 1 mod; 157 unchg

------ ------ ------ ------ --- New Patch Raw test/compiler/arraycopy/TestArrayCopyBadReexec.java

rev 8008 : 8073866: Fix for 8064703 is not sufficient
Summary: side effects between allocation and arraycopy can be reexecuted, unreachable uninitialized array can be seen by GCs
Reviewed-by:
67 lines changed: 67 ins; 0 del; 0 mod; 0 unchg

This code review page was prepared using ../../c2-inlining/webrev.ksh (vers 23.18-hg-never-dev).