--- old/src/cpu/x86/vm/x86_64.ad 2012-11-20 11:19:17.451542000 +0100 +++ new/src/cpu/x86/vm/x86_64.ad 2012-11-20 11:19:17.318551000 +0100 @@ -1365,6 +1365,10 @@ //============================================================================= +// Offset from start of compiled java to interpreter stub to the load +// constant that loads the inline cache (IC) (0 on amd64). +const int CompiledStaticCall::comp_to_int_load_offset = 0; + // emit call stub, compiled java to interpreter void emit_java_to_interp(CodeBuffer& cbuf) {