--- old/src/cpu/x86/vm/c1_Runtime1_x86.cpp Thu Jan 20 13:59:30 2011 +++ new/src/cpu/x86/vm/c1_Runtime1_x86.cpp Thu Jan 20 13:59:30 2011 @@ -1337,7 +1337,7 @@ { StubFrame f(sasm, "throw_array_store_exception", dont_gc_arguments); // tos + 0: link // + 1: return address - oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), false); + oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), true); } break;