hotspot/src/share/vm/utilities/exceptions.hpp
changeset 33593 60764a78fa5c
parent 33208 5ec6ffa63c57
child 35123 b0b89d83bcf5
child 35477 7a00b08d27bc
--- a/hotspot/src/share/vm/utilities/exceptions.hpp	Wed Oct 21 13:46:25 2015 +0000
+++ b/hotspot/src/share/vm/utilities/exceptions.hpp	Fri Oct 23 16:48:38 2015 -0400
@@ -163,7 +163,7 @@
                               const char* message,
                               ExceptionMsgToUtf8Mode to_utf8_safe = safe_to_utf8);
 
-  static void throw_stack_overflow_exception(Thread* thread, const char* file, int line, methodHandle method);
+  static void throw_stack_overflow_exception(Thread* thread, const char* file, int line, const methodHandle& method);
 
   // Exception counting for error files of interesting exceptions that may have
   // caused a problem for the jvm