diff src/share/vm/classfile/vmSymbols.hpp @ 5278:74dfa6f86879

removed last remaining references to vmEntries and vmExits
author Lukas Stadler <lukas.stadler@jku.at>
date Tue, 24 Apr 2012 13:04:43 +0200
parents 290b3025b66f
children a53162ca8219
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Mon Apr 23 21:27:48 2012 +0200
+++ b/src/share/vm/classfile/vmSymbols.hpp	Tue Apr 24 13:04:43 2012 +0200
@@ -344,8 +344,8 @@
   template(createCiConstantDouble_signature,          "(D)Lcom/oracle/max/cri/ci/CiConstant;")                          \
   template(createCiConstantObject_name,               "createCiConstantObject")                                         \
   template(createCiConstantObject_signature,          "(Ljava/lang/Object;)Lcom/oracle/max/cri/ci/CiConstant;")         \
-  template(getVMExits_name,                           "getVMExits")                                                     \
-  template(getVMExits_signature,                      "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;")               \
+  template(getVMToCompiler_name,                      "getVMToCompiler")                                                     \
+  template(getVMToCompiler_signature,                 "()Lcom/oracle/graal/hotspot/bridge/VMToCompiler;")               \
   template(getInstance_name,                          "getInstance")                                                    \
   template(initialize_name,                           "initialize")                                                     \
   template(getInstance_signature,                     "()Lcom/oracle/graal/hotspot/Compiler;")                          \