comparison src/cpu/sparc/vm/c1_Runtime1_sparc.cpp @ 2168:e4fee0bdaa85

7008809: should report the class in ArrayStoreExceptions from compiled code Reviewed-by: iveresov, twisti
author never
date Mon, 24 Jan 2011 13:34:18 -0800
parents 5577848f5923
children 635b068a7224
comparison
equal deleted inserted replaced
2167:aa4b04b68652 2168:e4fee0bdaa85
707 break; 707 break;
708 708
709 case throw_array_store_exception_id: 709 case throw_array_store_exception_id:
710 { 710 {
711 __ set_info("throw_array_store_exception", dont_gc_arguments); 711 __ set_info("throw_array_store_exception", dont_gc_arguments);
712 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), false); 712 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), true);
713 } 713 }
714 break; 714 break;
715 715
716 case throw_class_cast_exception_id: 716 case throw_class_cast_exception_id:
717 { 717 {