diff -r 8bea4144b21c -r 9807daeb47c4 src/hotspot/cpu/arm/nativeInst_arm_32.hpp --- a/src/hotspot/cpu/arm/nativeInst_arm_32.hpp Thu Jan 10 14:32:56 2019 -0500 +++ b/src/hotspot/cpu/arm/nativeInst_arm_32.hpp Thu Jan 10 15:13:51 2019 -0500 @@ -22,8 +22,8 @@ * */ -#ifndef CPU_ARM_VM_NATIVEINST_ARM_32_HPP -#define CPU_ARM_VM_NATIVEINST_ARM_32_HPP +#ifndef CPU_ARM_NATIVEINST_ARM_32_HPP +#define CPU_ARM_NATIVEINST_ARM_32_HPP #include "asm/macroAssembler.hpp" #include "code/codeCache.hpp" @@ -429,4 +429,4 @@ return (NativeCall *) rawNativeCall_before(return_address); } -#endif // CPU_ARM_VM_NATIVEINST_ARM_32_HPP +#endif // CPU_ARM_NATIVEINST_ARM_32_HPP