hotspot/src/share/vm/interpreter/interpreterRuntime.hpp
changeset 4429 d7eb4e2099aa
parent 3696 9e5d9b5e1049
child 5688 9052dc91ea67
child 5547 f4b087cbb361
equal deleted inserted replaced
4428:d1617f46285d 4429:d7eb4e2099aa
    89   static void    new_illegal_monitor_state_exception(JavaThread* thread);
    89   static void    new_illegal_monitor_state_exception(JavaThread* thread);
    90 
    90 
    91   // Calls
    91   // Calls
    92   static void    resolve_invoke       (JavaThread* thread, Bytecodes::Code bytecode);
    92   static void    resolve_invoke       (JavaThread* thread, Bytecodes::Code bytecode);
    93   static void    resolve_invokedynamic(JavaThread* thread);
    93   static void    resolve_invokedynamic(JavaThread* thread);
    94   static void  bootstrap_invokedynamic(JavaThread* thread, oopDesc* call_site);
       
    95 
    94 
    96   // Breakpoints
    95   // Breakpoints
    97   static void _breakpoint(JavaThread* thread, methodOopDesc* method, address bcp);
    96   static void _breakpoint(JavaThread* thread, methodOopDesc* method, address bcp);
    98   static Bytecodes::Code get_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp);
    97   static Bytecodes::Code get_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp);
    99   static void            set_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp, Bytecodes::Code new_code);
    98   static void            set_original_bytecode_at(JavaThread* thread, methodOopDesc* method, address bcp, Bytecodes::Code new_code);