diff -r 74105c330330 -r 13fdeb7d7aad hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp --- a/hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp Wed Feb 05 15:14:47 2014 -0800 +++ b/hotspot/src/cpu/x86/vm/templateTable_x86_64.cpp Wed Feb 05 21:24:29 2014 -0800 @@ -107,10 +107,6 @@ return Address(rsp, Interpreter::expr_offset_in_bytes(2)); } -static inline Address at_tos_p3() { - return Address(rsp, Interpreter::expr_offset_in_bytes(3)); -} - // Condition conversion static Assembler::Condition j_not(TemplateTable::Condition cc) { switch (cc) {