diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/cpu/aarch64/nativeInst_aarch64.hpp --- 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