src/hotspot/cpu/x86/compiledIC_x86.cpp
changeset 48487 abf1d797e380
parent 47216 71c04702a3d5
child 48807 fd8ccb37fce9
equal deleted inserted replaced
48486:bda5211e7876 48487:abf1d797e380
    69 #undef __
    69 #undef __
    70 
    70 
    71 int CompiledStaticCall::to_interp_stub_size() {
    71 int CompiledStaticCall::to_interp_stub_size() {
    72   return NOT_LP64(10)    // movl; jmp
    72   return NOT_LP64(10)    // movl; jmp
    73          LP64_ONLY(15);  // movq (1+1+8); jmp (1+4)
    73          LP64_ONLY(15);  // movq (1+1+8); jmp (1+4)
       
    74 }
       
    75 
       
    76 int CompiledStaticCall::to_trampoline_stub_size() {
       
    77   // x86 doesn't use trampolines.
       
    78   return 0;
    74 }
    79 }
    75 
    80 
    76 // Relocation entries for call stub, compiled java to interpreter.
    81 // Relocation entries for call stub, compiled java to interpreter.
    77 int CompiledStaticCall::reloc_to_interp_stub() {
    82 int CompiledStaticCall::reloc_to_interp_stub() {
    78   return 4; // 3 in emit_to_interp_stub + 1 in emit_call
    83   return 4; // 3 in emit_to_interp_stub + 1 in emit_call