src/hotspot/cpu/s390/assembler_s390.inline.hpp
changeset 50423 82599d53dd6d
parent 48331 a8e39cc7b88f
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/s390/assembler_s390.inline.hpp	Tue Jun 05 23:06:32 2018 -0700
+++ b/src/hotspot/cpu/s390/assembler_s390.inline.hpp	Wed Jun 06 10:11:23 2018 +0200
@@ -1311,6 +1311,7 @@
 
 // branch never (nop), branch always
 inline void Assembler::z_nop() { z_bcr(bcondNop, Z_R0); }
+inline void Assembler::nop() { z_nop(); }
 inline void Assembler::z_br(Register r2) { assert(r2 != Z_R0, "nop if target is Z_R0, use z_nop() instead"); z_bcr(bcondAlways, r2 ); }
 
 inline void Assembler::z_exrl(Register r1, Label& L) { z_exrl(r1, target(L)); }  // z10