Searched refs:handle_polling_page_exception (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.hpp163 static void handle_polling_page_exception(JavaThread *thread);
233 void handle_polling_page_exception();
H A Dsafepoint.cpp803 void SafepointSynchronize::handle_polling_page_exception(JavaThread *thread) { function in class:SafepointSynchronize
820 tty->print("handle_polling_page_exception: ");
829 state->handle_polling_page_exception();
1022 void ThreadSafepointState::handle_polling_page_exception() { function in class:ThreadSafepointState
H A DsharedRuntime.cpp111 _polling_page_vectors_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_VECTOR_LOOP);
114 _polling_page_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_LOOP);
115 _polling_page_return_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_RETURN);

Completed in 265 milliseconds