hotspot/src/cpu/x86/vm/c1_Runtime1_x86.cpp
changeset 8067 f5f4eac4c48f
parent 7724 a92d706dbdd5
child 8495 a4959965eaa3
equal deleted inserted replaced
8066:919e5489b292 8067:f5f4eac4c48f
  1335 
  1335 
  1336     case throw_array_store_exception_id:
  1336     case throw_array_store_exception_id:
  1337       { StubFrame f(sasm, "throw_array_store_exception", dont_gc_arguments);
  1337       { StubFrame f(sasm, "throw_array_store_exception", dont_gc_arguments);
  1338         // tos + 0: link
  1338         // tos + 0: link
  1339         //     + 1: return address
  1339         //     + 1: return address
  1340         oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), false);
  1340         oop_maps = generate_exception_throw(sasm, CAST_FROM_FN_PTR(address, throw_array_store_exception), true);
  1341       }
  1341       }
  1342       break;
  1342       break;
  1343 
  1343 
  1344     case throw_class_cast_exception_id:
  1344     case throw_class_cast_exception_id:
  1345       { StubFrame f(sasm, "throw_class_cast_exception", dont_gc_arguments);
  1345       { StubFrame f(sasm, "throw_class_cast_exception", dont_gc_arguments);