diff src/cpu/x86/vm/c1_Runtime1_x86.cpp @ 6521:2a0c9f20baa1

consolidated framework for runtime and stub calls and moved declaration of descriptors for such calls to the source file in which they are used
author Doug Simon <doug.simon@oracle.com>
date Fri, 05 Oct 2012 17:55:12 +0200
parents 921005bb0b45
children fd71ca8c5f88
line wrap: on
line diff
--- a/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Fri Oct 05 15:54:08 2012 +0200
+++ b/src/cpu/x86/vm/c1_Runtime1_x86.cpp	Fri Oct 05 17:55:12 2012 +0200
@@ -1965,17 +1965,6 @@
       break;
     }
 
-    case graal_generic_callback_id: {
-    __ enter();
-    oop_maps = new OopMapSet();
-    OopMap* oop_map = save_live_registers(sasm, 0);
-    int call_offset = __ call_RT(rax, noreg, (address)graal_generic_callback, j_rarg0, j_rarg1);
-    oop_maps->add_gc_map(call_offset, oop_map);
-    __ leave();
-    __ ret(0);
-      break;
-    }
-
     case graal_verify_oop_id: {
       // We use enter & leave so that a better stack trace is produced in the hs_err file
       __ enter();