# HG changeset patch # User twisti # Date 1375227771 25200 # Node ID 4bd4bf0b47f4f13993f0d10e89b2bdb16321c45c # Parent bc70ae12be397dcc49122e502e00a47c7273c0cd adding back setting safepointPollingAddress diff -r bc70ae12be39 -r 4bd4bf0b47f4 src/share/vm/graal/graalCompilerToVM.cpp --- a/src/share/vm/graal/graalCompilerToVM.cpp Tue Jul 30 16:42:34 2013 -0700 +++ b/src/share/vm/graal/graalCompilerToVM.cpp Tue Jul 30 16:42:51 2013 -0700 @@ -702,6 +702,7 @@ set_int("klassHasFinalizerFlag", JVM_ACC_HAS_FINALIZER); set_int("threadExceptionOopOffset", in_bytes(JavaThread::exception_oop_offset())); set_int("threadExceptionPcOffset", in_bytes(JavaThread::exception_pc_offset())); + set_long("safepointPollingAddress", (jlong)(os::get_polling_page())); #ifdef TARGET_ARCH_x86 set_boolean("isPollingPageFar", Assembler::is_polling_page_far()); set_int("runtimeCallStackSize", (jint)frame::arg_reg_save_area_bytes);