src/share/vm/interpreter/interpreterRuntime.hpp

changeset 1494
389049f3f393
parent 1376
8b46c4d82093
child 1907
c18cbe5936b8
child 1920
ab102d5d923e
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.hpp	Fri Oct 30 10:12:52 2009 -0700
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.hpp	Fri Oct 30 16:22:59 2009 -0700
     1.3 @@ -91,7 +91,6 @@
     1.4    // Calls
     1.5    static void    resolve_invoke       (JavaThread* thread, Bytecodes::Code bytecode);
     1.6    static void    resolve_invokedynamic(JavaThread* thread);
     1.7 -  static void  bootstrap_invokedynamic(JavaThread* thread, oopDesc* call_site);
     1.8  
     1.9    // Breakpoints
    1.10    static void _breakpoint(JavaThread* thread, methodOopDesc* method, address bcp);

mercurial