--- old/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp 2009-01-20 02:13:58.000000000 -0800 +++ new/src/cpu/x86/vm/cppInterpreterGenerator_x86.hpp 2009-01-20 02:13:57.000000000 -0800 @@ -28,6 +28,7 @@ address generate_asm_interpreter_entry(bool synchronized); address generate_native_entry(bool synchronized); address generate_abstract_entry(void); + address generate_method_handle_entry(void); address generate_math_entry(AbstractInterpreter::MethodKind kind); address generate_empty_entry(void); address generate_accessor_entry(void);