comparison src/share/vm/interpreter/interpreterRuntime.hpp @ 1339:09ac706c2623

Merge
author asaha
date Wed, 24 Mar 2010 17:16:33 -0700
parents 389049f3f393
children c18cbe5936b8 ab102d5d923e
comparison
equal deleted inserted replaced
1338:f5dd08ad65df 1339:09ac706c2623
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);