src/hotspot/cpu/s390/nativeInst_s390.hpp
changeset 52460 f1bb77833b59
parent 49621 5ef28d560b6f
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/s390/nativeInst_s390.hpp	Thu Nov 08 11:22:28 2018 -0800
+++ b/src/hotspot/cpu/s390/nativeInst_s390.hpp	Thu Nov 08 11:45:13 2018 -0800
@@ -104,12 +104,6 @@
     return MacroAssembler::get_poll_register(addr_at(0));
   }
 
-  bool is_memory_serialization(JavaThread *thread, void *ucontext) {
-    // Is the current instruction a write access of thread to the
-    // memory serialization page?
-    return MacroAssembler::is_memory_serialization(long_at(0), thread, ucontext);
-  }
-
  public:
 
   // The output of __ breakpoint_trap().