review (S) for 7008809: should report the class in ArrayStoreExceptions from compiled code

Tom Rodriguez tom.rodriguez at oracle.com
Thu Jan 20 13:56:22 PST 2011


http://cr.openjdk.java.net/~never/7008809

7008809: should report the class in ArrayStoreExceptions from compiled code
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.


More information about the hotspot-compiler-dev mailing list