Code Review for 7008809

Prepared by:never on Thu Jan 20 13:59:30 PST 2011
Workspace:/export/ws/c1
Compare against: ssh://hg.openjdk.java.net/jdk7/hotspot-comp-gate/hotspot
Summary of changes: 58 lines changed: 2 ins; 41 del; 15 mod; 7827 unchg
Patch of changes: 7008809.patch
Author comments:
7008809: should report the class in ArrayStoreExceptions from compiled code
Summary:
Reviewed-by:

The fix for 4826718 added the type of the object in
ArrayStoreException but didn't update C1 to report the same thing.
The fix is to simply pass the argument the same way it's done for
ClassCastException. Tested with failing test case.

Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/c1/c1_CodeStubs.hpp

9 lines changed: 0 ins; 6 del; 3 mod; 591 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/c1/c1_LIR.cpp

2 lines changed: 0 ins; 0 del; 2 mod; 1975 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/c1/c1_Runtime1.hpp

3 lines changed: 0 ins; 0 del; 3 mod; 184 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/c1/c1_Runtime1.cpp

5 lines changed: 2 ins; 0 del; 3 mod; 1252 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/sparc/vm/c1_CodeStubs_sparc.cpp

22 lines changed: 0 ins; 21 del; 1 mod; 466 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/sparc/vm/c1_Runtime1_sparc.cpp

1 line changed: 0 ins; 0 del; 1 mod; 1051 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/c1_CodeStubs_x86.cpp

15 lines changed: 0 ins; 14 del; 1 mod; 505 unchg

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/cpu/x86/vm/c1_Runtime1_x86.cpp

1 line changed: 0 ins; 0 del; 1 mod; 1803 unchg

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