hotspot/src/share/vm/runtime/javaCalls.cpp
changeset 9321 c29711c6ae35
parent 8921 14bfe81f2a9d
child 10250 0794cd144834
--- a/hotspot/src/share/vm/runtime/javaCalls.cpp	Sat Apr 23 00:33:38 2011 -0400
+++ b/hotspot/src/share/vm/runtime/javaCalls.cpp	Tue Apr 26 14:04:43 2011 -0400
@@ -389,7 +389,7 @@
   // to Java
   if (!os::stack_shadow_pages_available(THREAD, method)) {
     // Throw stack overflow exception with preinitialized exception.
-    Exceptions::throw_stack_overflow_exception(THREAD, __FILE__, __LINE__);
+    Exceptions::throw_stack_overflow_exception(THREAD, __FILE__, __LINE__, method);
     return;
   } else {
     // Touch pages checked if the OS needs them to be touched to be mapped.