comparison src/share/vm/graal/graalCompilerToVM.cpp @ 10916:4bd4bf0b47f4

adding back setting safepointPollingAddress
author twisti
date Tue, 30 Jul 2013 16:42:51 -0700
parents 9c4f90e48c60
children 97e282186b5b
comparison
equal deleted inserted replaced
10915:bc70ae12be39 10916:4bd4bf0b47f4
700 set_int("methodQueuedForCompilationBit", (int) JVM_ACC_QUEUED); 700 set_int("methodQueuedForCompilationBit", (int) JVM_ACC_QUEUED);
701 set_int("methodIntrinsicIdOffset", Method::intrinsic_id_offset_in_bytes()); 701 set_int("methodIntrinsicIdOffset", Method::intrinsic_id_offset_in_bytes());
702 set_int("klassHasFinalizerFlag", JVM_ACC_HAS_FINALIZER); 702 set_int("klassHasFinalizerFlag", JVM_ACC_HAS_FINALIZER);
703 set_int("threadExceptionOopOffset", in_bytes(JavaThread::exception_oop_offset())); 703 set_int("threadExceptionOopOffset", in_bytes(JavaThread::exception_oop_offset()));
704 set_int("threadExceptionPcOffset", in_bytes(JavaThread::exception_pc_offset())); 704 set_int("threadExceptionPcOffset", in_bytes(JavaThread::exception_pc_offset()));
705 set_long("safepointPollingAddress", (jlong)(os::get_polling_page()));
705 #ifdef TARGET_ARCH_x86 706 #ifdef TARGET_ARCH_x86
706 set_boolean("isPollingPageFar", Assembler::is_polling_page_far()); 707 set_boolean("isPollingPageFar", Assembler::is_polling_page_far());
707 set_int("runtimeCallStackSize", (jint)frame::arg_reg_save_area_bytes); 708 set_int("runtimeCallStackSize", (jint)frame::arg_reg_save_area_bytes);
708 #endif 709 #endif
709 set_int("classMirrorOffset", in_bytes(Klass::java_mirror_offset())); 710 set_int("classMirrorOffset", in_bytes(Klass::java_mirror_offset()));