diff src/cpu/x86/vm/templateInterpreter_x86_64.cpp @ 21559:be896a1983c0

recast all Graal native code as JVMCI code (JBS:GRAAL-53)
author Doug Simon <doug.simon@oracle.com>
date Thu, 28 May 2015 15:36:48 +0200
parents 52b4284cb496
children
line wrap: on
line diff
--- a/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/cpu/x86/vm/templateInterpreter_x86_64.cpp	Thu May 28 15:36:48 2015 +0200
@@ -204,7 +204,7 @@
   __ movptr(Address(rbp, frame::interpreter_frame_last_sp_offset * wordSize), (int32_t)NULL_WORD);
   __ restore_bcp();
   __ restore_locals();
-#ifdef GRAAL
+#ifdef JVMCI
   // Check if we need to take lock at entry of synchronized method.
   {
     Label L;