src/hotspot/share/utilities/macros.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File open Cdiff src/hotspot/share/utilities/macros.hpp

src/hotspot/share/utilities/macros.hpp

Print this page

        

*** 539,552 **** #else #define E500V2_ONLY(code) #define NOT_E500V2(code) code #endif ! // Note: There are three ARM ports. They set the following in the makefiles: ! // 1. Closed 32-bit port: -DARM -DARM32 -DTARGET_ARCH_arm ! // 2. Closed 64-bit port: -DARM -DAARCH64 -D_LP64 -DTARGET_ARCH_arm ! // 3. Open 64-bit port: -DAARCH64 -D_LP64 -DTARGET_ARCH_aaarch64 #ifdef ARM #define ARM_ONLY(code) code #define NOT_ARM(code) #else #define ARM_ONLY(code) --- 539,551 ---- #else #define E500V2_ONLY(code) #define NOT_E500V2(code) code #endif ! // Note: There are two ARM ports. They set the following in the makefiles: ! // 1. 32-bit port: -DARM -DARM32 -DTARGET_ARCH_arm ! // 2. 64-bit port: -DAARCH64 -D_LP64 -DTARGET_ARCH_aaarch64 #ifdef ARM #define ARM_ONLY(code) code #define NOT_ARM(code) #else #define ARM_ONLY(code)
src/hotspot/share/utilities/macros.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File