src/share/vm/runtime/sharedRuntime.hpp

changeset 1730
3cf667df43ef
parent 1642
74c848d437ab
child 1734
9eba43136cb5
     1.1 --- a/src/share/vm/runtime/sharedRuntime.hpp	Mon Mar 08 04:46:30 2010 -0800
     1.2 +++ b/src/share/vm/runtime/sharedRuntime.hpp	Tue Mar 09 20:16:19 2010 +0100
     1.3 @@ -96,10 +96,9 @@
     1.4    static jdouble dexp(jdouble x);
     1.5    static jdouble dpow(jdouble x, jdouble y);
     1.6  
     1.7 -
     1.8    // exception handling across interpreter/compiler boundaries
     1.9 -  static address raw_exception_handler_for_return_address(address return_address);
    1.10 -  static address exception_handler_for_return_address(address return_address);
    1.11 +  static address raw_exception_handler_for_return_address(JavaThread* thread, address return_address);
    1.12 +  static address exception_handler_for_return_address(JavaThread* thread, address return_address);
    1.13  
    1.14  #ifndef SERIALGC
    1.15    // G1 write barriers

mercurial