--- old/src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp 2015-10-08 07:22:59.000000000 -1000 +++ new/src/cpu/aarch64/vm/interpreterGenerator_aarch64.hpp 2015-10-08 07:22:59.000000000 -1000 @@ -48,7 +48,6 @@ address generate_CRC32_update_entry(); address generate_CRC32_updateBytes_entry(AbstractInterpreter::MethodKind kind); address generate_CRC32C_updateBytes_entry(AbstractInterpreter::MethodKind kind) { return NULL; } - void lock_method(void); void generate_stack_overflow_check(void); void generate_counter_incr(Label* overflow, Label* profile_method, Label* profile_method_continue);