src/hotspot/cpu/s390/macroAssembler_s390.hpp
changeset 52460 f1bb77833b59
parent 51996 84743156e780
child 52462 4ad404da0088
--- a/src/hotspot/cpu/s390/macroAssembler_s390.hpp	Thu Nov 08 11:22:28 2018 -0800
+++ b/src/hotspot/cpu/s390/macroAssembler_s390.hpp	Thu Nov 08 11:45:13 2018 -0800
@@ -635,13 +635,6 @@
   // Extract poll register from instruction.
   static uint get_poll_register(address instr_loc);
 
-  // Check if instruction is a write access to the memory serialization page
-  // realized by one of the instructions stw, stwu, stwx, or stwux.
-  static bool is_memory_serialization(int instruction, JavaThread* thread, void* ucontext);
-
-  // Support for serializing memory accesses between threads.
-  void serialize_memory(Register thread, Register tmp1, Register tmp2);
-
   // Check if safepoint requested and if so branch
   void safepoint_poll(Label& slow_path, Register temp_reg);