--- old/src/cpu/x86/vm/nativeInst_x86.cpp 2015-10-08 07:23:20.000000000 -1000 +++ new/src/cpu/x86/vm/nativeInst_x86.cpp 2015-10-08 07:23:20.000000000 -1000 @@ -41,7 +41,6 @@ ICache::invalidate_word(addr_at(offset)); } - void NativeCall::verify() { // Make sure code pattern is actually a call imm32 instruction. int inst = ubyte_at(0); @@ -474,6 +473,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 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;