hotspot/src/share/vm/utilities/exceptions.hpp
changeset 9321 c29711c6ae35
parent 8921 14bfe81f2a9d
child 10547 ea4a2ec31ae2
--- a/hotspot/src/share/vm/utilities/exceptions.hpp	Sat Apr 23 00:33:38 2011 -0400
+++ b/hotspot/src/share/vm/utilities/exceptions.hpp	Tue Apr 26 14:04:43 2011 -0400
@@ -144,7 +144,7 @@
                              const char* message,
                              ExceptionMsgToUtf8Mode to_utf8_safe = safe_to_utf8);
 
-  static void throw_stack_overflow_exception(Thread* thread, const char* file, int line);
+  static void throw_stack_overflow_exception(Thread* thread, const char* file, int line, methodHandle method);
 
   // for AbortVMOnException flag
   NOT_PRODUCT(static void debug_check_abort(Handle exception, const char* message = NULL);)