--- old/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp 2010-05-05 12:36:18.000000000 +0100 +++ new/hotspot/src/cpu/zero/vm/methodHandles_zero.cpp 2010-05-05 12:36:18.000000000 +0100 @@ -26,6 +26,10 @@ #include "incls/_precompiled.incl" #include "incls/_methodHandles_zero.cpp.incl" +int MethodHandles::adapter_conversion_ops_supported_mask() { + ShouldNotCallThis(); +} + void MethodHandles::generate_method_handle_stub(MacroAssembler* masm, MethodHandles::EntryKind ek) { ShouldNotCallThis();