src/share/vm/interpreter/interpreterRuntime.hpp

changeset 1494
389049f3f393
parent 1376
8b46c4d82093
child 1907
c18cbe5936b8
child 1920
ab102d5d923e
equal deleted inserted replaced
1493:73a726751507 1494:389049f3f393
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);

mercurial