comparison src/share/vm/interpreter/abstractInterpreter.hpp @ 13040:f8b56489e455

Merge
author mgronlun
date Fri, 01 Nov 2013 17:10:31 +0000
parents bd3237e0e18d
children 096c224171c4 2b8e28fdf503
comparison
equal deleted inserted replaced
13038:910026b800b8 13040:f8b56489e455
156 static bool can_be_compiled(methodHandle m); 156 static bool can_be_compiled(methodHandle m);
157 157
158 // Runtime support 158 // Runtime support
159 159
160 // length = invoke bytecode length (to advance to next bytecode) 160 // length = invoke bytecode length (to advance to next bytecode)
161 static address deopt_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } 161 static address deopt_entry(TosState state, int length) { ShouldNotReachHere(); return NULL; }
162 static address return_entry (TosState state, int length) { ShouldNotReachHere(); return NULL; } 162 static address return_entry(TosState state, int length, Bytecodes::Code code) { ShouldNotReachHere(); return NULL; }
163 163
164 static address rethrow_exception_entry() { return _rethrow_exception_entry; } 164 static address rethrow_exception_entry() { return _rethrow_exception_entry; }
165 165
166 // Activation size in words for a method that is just being called. 166 // Activation size in words for a method that is just being called.
167 // Parameters haven't been pushed so count them too. 167 // Parameters haven't been pushed so count them too.