diff src/cpu/x86/vm/nativeInst_x86.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/nativeInst_x86.cpp	Wed May 27 13:43:27 2015 +0200
+++ b/src/cpu/x86/vm/nativeInst_x86.cpp	Thu May 28 15:36:48 2015 +0200
@@ -474,7 +474,7 @@
 //
 // In C2 the 5+ byte sized instruction is enforced by code in MachPrologNode::emit.
 // In C1 the restriction is enforced by CodeEmitter::method_entry
-// In Graal, the restriction is enforced by HotSpotFrameContext.enter(...)
+// In JVMCI, the restriction is enforced by HotSpotFrameContext.enter(...)
 //
 void NativeJump::patch_verified_entry(address entry, address verified_entry, address dest) {
   // complete jump instruction (to be inserted) is in code_buffer;