hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 5046 27e801a857cb
parent 4755 eee57ea6d910
child 5050 47ecd86932ce
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Mon Mar 08 04:46:30 2010 -0800
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Mar 09 20:16:19 2010 +0100
@@ -96,10 +96,9 @@
   static jdouble dexp(jdouble x);
   static jdouble dpow(jdouble x, jdouble y);
 
-
   // exception handling across interpreter/compiler boundaries
-  static address raw_exception_handler_for_return_address(address return_address);
-  static address exception_handler_for_return_address(address return_address);
+  static address raw_exception_handler_for_return_address(JavaThread* thread, address return_address);
+  static address exception_handler_for_return_address(JavaThread* thread, address return_address);
 
 #ifndef SERIALGC
   // G1 write barriers