src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp
changeset 53244 9807daeb47c4
parent 53149 259c36ef27df
child 58932 8623f75be895
--- a/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp	Thu Jan 10 14:32:56 2019 -0500
+++ b/src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp	Thu Jan 10 15:13:51 2019 -0500
@@ -23,8 +23,8 @@
  *
  */
 
-#ifndef CPU_AARCH64_VM_NATIVEINST_AARCH64_HPP
-#define CPU_AARCH64_VM_NATIVEINST_AARCH64_HPP
+#ifndef CPU_AARCH64_NATIVEINST_AARCH64_HPP
+#define CPU_AARCH64_NATIVEINST_AARCH64_HPP
 
 #include "asm/assembler.hpp"
 #include "runtime/icache.hpp"
@@ -703,4 +703,4 @@
   assert(nativeInstruction_at(addr)->is_Imm_LdSt(), "no immediate load/store found");
   return (NativeLdSt*)addr;
 }
-#endif // CPU_AARCH64_VM_NATIVEINST_AARCH64_HPP
+#endif // CPU_AARCH64_NATIVEINST_AARCH64_HPP