< prev index next >

src/hotspot/cpu/x86/gc/z/zGlobals_x86.hpp

Print this page
@@ -19,12 +19,12 @@
   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   * or visit www.oracle.com if you need additional information or have any
   * questions.
   */
  
- #ifndef OS_CPU_LINUX_AARCH64_GC_Z_ZGLOBALS_LINUX_AARCH64_HPP
- #define OS_CPU_LINUX_AARCH64_GC_Z_ZGLOBALS_LINUX_AARCH64_HPP
+ #ifndef CPU_X86_GC_Z_ZGLOBALS_X86_HPP
+ #define CPU_X86_GC_Z_ZGLOBALS_X86_HPP
  
  //
  // Page Allocation Tiers
  // ---------------------
  //

@@ -46,6 +46,6 @@
  uintptr_t    ZPlatformAddressReservedEnd();
  uintptr_t    ZPlatformAddressBase();
  size_t       ZPlatformAddressOffsetBits();
  size_t       ZPlatformAddressMetadataShift();
  
- #endif // OS_CPU_LINUX_AARCH64_GC_Z_ZGLOBALS_LINUX_AARCH64_HPP
+ #endif // CPU_X86_GC_Z_ZGLOBALS_X86_HPP
< prev index next >