changeset 4222:8e2985cdaaa5

Renaming of VMExits and VMEntries part 3.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 21:13:44 +0100
parents bcbb918f5ac6
children e0a4668c57a2
files src/share/vm/classfile/vmSymbols.hpp src/share/vm/graal/graalCompilerToVM.cpp
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/vm/classfile/vmSymbols.hpp	Wed Jan 04 21:07:44 2012 +0100
+++ b/src/share/vm/classfile/vmSymbols.hpp	Wed Jan 04 21:13:44 2012 +0100
@@ -343,7 +343,7 @@
   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/max/graal/hotspot/VMToCompiler;")                       \
+  template(getVMExits_signature,                      "()Lcom/oracle/max/graal/hotspot/bridge/VMToCompiler;")                       \
   template(getInstance_name,                          "getInstance")                                                    \
   template(initialize_name,                           "initialize")                                                     \
   template(getInstance_signature,                     "()Lcom/oracle/max/graal/hotspot/Compiler;")                      \
--- a/src/share/vm/graal/graalCompilerToVM.cpp	Wed Jan 04 21:07:44 2012 +0100
+++ b/src/share/vm/graal/graalCompilerToVM.cpp	Wed Jan 04 21:13:44 2012 +0100
@@ -26,12 +26,12 @@
 #include "c1/c1_Runtime1.hpp"
 #include "ci/ciMethodData.hpp"
 #include "compiler/compileBroker.hpp"
-#include "graal/graalVMEntries.hpp"
+#include "graal/graalCompilerToVM.hpp"
 #include "graal/graalCompiler.hpp"
 #include "graal/graalEnv.hpp"
 #include "graal/graalJavaAccess.hpp"
 #include "graal/graalCodeInstaller.hpp"
-#include "graal/graalVMExits.hpp"
+#include "graal/graalVMToCompiler.hpp"
 #include "graal/graalVmIds.hpp"
 #include "memory/oopFactory.hpp"
 #include "oops/generateOopMap.hpp"