comparison src/share/vm/runtime/sharedRuntime.hpp @ 6271:93c71eb28866

7188911: nightly failures after JSR 292 lazy method handle update (round 2) Reviewed-by: kvn, jrose
author twisti
date Tue, 07 Aug 2012 14:32:08 -0700
parents 1d7922586cf6
children 957c266d8bc5 da91efe96a93
comparison
equal deleted inserted replaced
6270:b72784e722ff 6271:93c71eb28866
236 // RedefineClasses() tracing support for obsolete method entry 236 // RedefineClasses() tracing support for obsolete method entry
237 static int rc_trace_method_entry(JavaThread* thread, methodOopDesc* m); 237 static int rc_trace_method_entry(JavaThread* thread, methodOopDesc* m);
238 238
239 // To be used as the entry point for unresolved native methods. 239 // To be used as the entry point for unresolved native methods.
240 static address native_method_throw_unsatisfied_link_error_entry(); 240 static address native_method_throw_unsatisfied_link_error_entry();
241 static address native_method_throw_unsupported_operation_exception_entry();
241 242
242 // bytecode tracing is only used by the TraceBytecodes 243 // bytecode tracing is only used by the TraceBytecodes
243 static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0; 244 static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0;
244 245
245 // Used to back off a spin lock that is under heavy contention 246 // Used to back off a spin lock that is under heavy contention