diff src/share/vm/graal/graalCodeInstaller.cpp @ 4221:bcbb918f5ac6

Renaming of VMExits and VMEntries part 2.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Wed, 04 Jan 2012 21:07:44 +0100
parents 5c80ccb80036
children e0a4668c57a2
line wrap: on
line diff
--- a/src/share/vm/graal/graalCodeInstaller.cpp	Wed Jan 04 20:59:11 2012 +0100
+++ b/src/share/vm/graal/graalCodeInstaller.cpp	Wed Jan 04 21:07:44 2012 +0100
@@ -25,7 +25,7 @@
 #include "graal/graalCompiler.hpp"
 #include "graal/graalCodeInstaller.hpp"
 #include "graal/graalJavaAccess.hpp"
-#include "graal/graalVMEntries.hpp"
+#include "graal/graalCompilerToVM.hpp"
 #include "graal/graalVmIds.hpp"
 #include "graal/graalEnv.hpp"
 #include "c1/c1_Runtime1.hpp"
@@ -670,7 +670,7 @@
 
       if (inst->is_call()) {
         // NOTE: for call without a mov, the offset must fit a 32-bit immediate
-        //       see also VMEntries.getMaxCallTargetOffset()
+        //       see also CompilerToVM.getMaxCallTargetOffset()
         NativeCall* call = nativeCall_at(_instructions->start() + pc_offset);
         call->set_destination(target_addr);
         _instructions->relocate(call->instruction_address(), runtime_call_Relocation::spec(), Assembler::call32_operand);