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

Christian Thalinger christian.thalinger at oracle.com
Fri Jan 21 02:06:00 PST 2011


On Jan 20, 2011, at 10:56 PM, Tom Rodriguez wrote:
> 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.

Looks good.  -- Christian


More information about the hotspot-compiler-dev mailing list