diff -r 73a726751507 -r 389049f3f393 src/share/vm/interpreter/interpreterRuntime.hpp --- a/src/share/vm/interpreter/interpreterRuntime.hpp Fri Oct 30 10:12:52 2009 -0700 +++ b/src/share/vm/interpreter/interpreterRuntime.hpp Fri Oct 30 16:22:59 2009 -0700 @@ -91,7 +91,6 @@ // Calls static void resolve_invoke (JavaThread* thread, Bytecodes::Code bytecode); static void resolve_invokedynamic(JavaThread* thread); - static void bootstrap_invokedynamic(JavaThread* thread, oopDesc* call_site); // Breakpoints static void _breakpoint(JavaThread* thread, methodOopDesc* method, address bcp);