src/hotspot/cpu/arm/arm.ad
changeset 53686 3047cf8c3bc2
parent 53061 5da72d7e0e80
child 54915 278600885731
--- a/src/hotspot/cpu/arm/arm.ad	Thu Feb 07 14:29:17 2019 -0500
+++ b/src/hotspot/cpu/arm/arm.ad	Thu Feb 07 22:20:46 2019 +0100
@@ -352,7 +352,7 @@
   // If this does safepoint polling, then do it here
   if (do_polling() && ra_->C->is_method_compilation()) {
     // mov_slow here is usually one or two instruction
-    __ mov_address(Rtemp, (address)os::get_polling_page(), symbolic_Relocation::polling_page_reference);
+    __ mov_address(Rtemp, (address)os::get_polling_page());
     __ relocate(relocInfo::poll_return_type);
     __ ldr(Rtemp, Address(Rtemp));
   }