--- old/src/share/vm/runtime/sharedRuntime.hpp 2015-08-12 14:09:45.000000000 +0200 +++ new/src/share/vm/runtime/sharedRuntime.hpp 2015-08-12 14:09:45.000000000 +0200 @@ -175,6 +175,7 @@ // exception handling across interpreter/compiler boundaries 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); + static void thread_local_safepoint(JavaThread *thread); #if INCLUDE_ALL_GCS // G1 write barriers