changeset 10916:4bd4bf0b47f4

adding back setting safepointPollingAddress
author twisti
date Tue, 30 Jul 2013 16:42:51 -0700
parents bc70ae12be39
children 92fc1db20ad9 563c6d1994c0
files src/share/vm/graal/graalCompilerToVM.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);