--- old/src/cpu/x86/vm/templateTable_x86_64.cpp 2014-01-30 14:36:47.582259010 -0800 +++ new/src/cpu/x86/vm/templateTable_x86_64.cpp 2014-01-30 14:36:47.488925681 -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) {