hotspot/src/cpu/sparc/vm/c1_Runtime1_sparc.cpp
changeset 10508 233d2e7c462d
parent 10252 0981ce1c3eef
child 10519 fb373fa38321
equal deleted inserted replaced
10507:4b1c5c1cf1b8 10508:233d2e7c462d
   780       { __ set_info("load_klass_patching", dont_gc_arguments);
   780       { __ set_info("load_klass_patching", dont_gc_arguments);
   781         oop_maps = generate_patching(sasm, CAST_FROM_FN_PTR(address, move_klass_patching));
   781         oop_maps = generate_patching(sasm, CAST_FROM_FN_PTR(address, move_klass_patching));
   782       }
   782       }
   783       break;
   783       break;
   784 
   784 
   785     case jvmti_exception_throw_id:
       
   786       { // Oexception : exception
       
   787         __ set_info("jvmti_exception_throw", dont_gc_arguments);
       
   788         oop_maps = generate_stub_call(sasm, noreg, CAST_FROM_FN_PTR(address, Runtime1::post_jvmti_exception_throw), I0);
       
   789       }
       
   790       break;
       
   791 
       
   792     case dtrace_object_alloc_id:
   785     case dtrace_object_alloc_id:
   793       { // O0: object
   786       { // O0: object
   794         __ set_info("dtrace_object_alloc", dont_gc_arguments);
   787         __ set_info("dtrace_object_alloc", dont_gc_arguments);
   795         // we can't gc here so skip the oopmap but make sure that all
   788         // we can't gc here so skip the oopmap but make sure that all
   796         // the live registers get saved.
   789         // the live registers get saved.