< prev index next >

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

Print this page
*** 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
  
  //
  // Page Allocation Tiers
  // ---------------------
  //
--- 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 CPU_X86_GC_Z_ZGLOBALS_X86_HPP
! #define CPU_X86_GC_Z_ZGLOBALS_X86_HPP
  
  //
  // Page Allocation Tiers
  // ---------------------
  //

*** 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
--- 46,6 ---
  uintptr_t    ZPlatformAddressReservedEnd();
  uintptr_t    ZPlatformAddressBase();
  size_t       ZPlatformAddressOffsetBits();
  size_t       ZPlatformAddressMetadataShift();
  
! #endif // CPU_X86_GC_Z_ZGLOBALS_X86_HPP
< prev index next >