8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp
authordpochepk
Wed, 25 May 2016 16:20:02 +0300
changeset 38711 462b3dc4ab27
parent 38710 899abf16bb60
child 38712 6bc0837b2633
8156585: Cosmetic: AARCH64 defines in c1_LIRAssembler_aarch64.hpp Reviewed-by: kvn
hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp
--- a/hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp	Wed May 25 10:46:21 2016 +0200
+++ b/hotspot/src/cpu/aarch64/vm/c1_LIRAssembler_aarch64.hpp	Wed May 25 16:20:02 2016 +0300
@@ -23,8 +23,8 @@
  *
  */
 
-#ifndef CPU_X86_VM_C1_LIRASSEMBLER_X86_HPP
-#define CPU_X86_VM_C1_LIRASSEMBLER_X86_HPP
+#ifndef CPU_AARCH64_VM_C1_LIRASSEMBLER_AARCH64_HPP
+#define CPU_AARCH64_VM_C1_LIRASSEMBLER_AARCH64_HPP
 
 // ArrayCopyStub needs access to bailout
 friend class ArrayCopyStub;
@@ -78,4 +78,4 @@
        exception_handler_size = DEBUG_ONLY(1*K) NOT_DEBUG(175),
        deopt_handler_size = 7 * NativeInstruction::instruction_size };
 
-#endif // CPU_X86_VM_C1_LIRASSEMBLER_X86_HPP
+#endif // CPU_AARCH64_VM_C1_LIRASSEMBLER_AARCH64_HPP