diff src/share/vm/classfile/systemDictionary.hpp @ 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 957c266d8bc5
children fd71ca8c5f88
line wrap: on
line diff
--- a/src/share/vm/classfile/systemDictionary.hpp	Fri Oct 05 15:54:08 2012 +0200
+++ b/src/share/vm/classfile/systemDictionary.hpp	Fri Oct 05 17:55:12 2012 +0200
@@ -210,7 +210,6 @@
   template(code_MonitorValue_klass,               com_oracle_graal_api_code_MonitorValue,                       Opt) \
   template(code_Register_klass,                   com_oracle_graal_api_code_Register,                           Opt) \
   template(RegisterValue_klass,                   com_oracle_graal_api_code_RegisterValue,                      Opt) \
-  template(RuntimeCall_klass,                     com_oracle_graal_api_code_RuntimeCall,                        Opt) \
   template(StackSlot_klass,                       com_oracle_graal_api_code_StackSlot,                          Opt) \
   template(VirtualObject_klass,                   com_oracle_graal_api_code_VirtualObject,                      Opt) \
   /* graal.api.meta */                                                                                                \