hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 13396 1b2b5f740ee0
parent 13391 30245956af37
child 13728 882756847a04
equal deleted inserted replaced
13395:edf37d840190 13396:1b2b5f740ee0
   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