comparison src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 2181:d25d4ca69222

Merge.
author Thomas Wuerthinger <wuerthinger@ssw.jku.at>
date Wed, 16 Feb 2011 13:47:20 +0100
parents 91fe28b03d6a e4fee0bdaa85
children 0654ee04b214
comparison
equal deleted inserted replaced
2108:50b45e2d9725 2181:d25d4ca69222
1430 1430
1431 case throw_array_store_exception_id: 1431 case throw_array_store_exception_id:
1432 { StubFrame f(sasm, "throw_array_store_exception", dont_gc_arguments); 1432 { StubFrame f(sasm, "throw_array_store_exception", dont_gc_arguments);
1433 // tos + 0: link 1433 // tos + 0: link
1434 // + 1: return address 1434 // + 1: return address
1435 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), false); 1435 oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), true);
1436 } 1436 }
1437 break; 1437 break;
1438 1438
1439 case throw_class_cast_exception_id: 1439 case throw_class_cast_exception_id:
1440 { StubFrame f(sasm, "throw_class_cast_exception", dont_gc_arguments); 1440 { StubFrame f(sasm, "throw_class_cast_exception", dont_gc_arguments);