hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 13396 1b2b5f740ee0
parent 13391 30245956af37
child 13728 882756847a04
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Wed Aug 01 14:44:26 2012 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Aug 07 14:32:08 2012 -0700
@@ -238,6 +238,7 @@
 
   // To be used as the entry point for unresolved native methods.
   static address native_method_throw_unsatisfied_link_error_entry();
+  static address native_method_throw_unsupported_operation_exception_entry();
 
   // bytecode tracing is only used by the TraceBytecodes
   static intptr_t trace_bytecode(JavaThread* thread, intptr_t preserve_this_value, intptr_t tos, intptr_t tos2) PRODUCT_RETURN0;