src/hotspot/share/utilities/macros.hpp
changeset 49906 4bb58f644e4e
parent 49746 b17256b5c047
child 49972 37b2446d7f86
equal deleted inserted replaced
49905:a09af8ef8e5c 49906:4bb58f644e4e
   204 #ifdef COMPILER1
   204 #ifdef COMPILER1
   205 #ifdef COMPILER2
   205 #ifdef COMPILER2
   206   #define TIERED
   206   #define TIERED
   207 #endif
   207 #endif
   208 #define COMPILER1_PRESENT(code) code
   208 #define COMPILER1_PRESENT(code) code
       
   209 #define NOT_COMPILER1(code)
   209 #else // COMPILER1
   210 #else // COMPILER1
   210 #define COMPILER1_PRESENT(code)
   211 #define COMPILER1_PRESENT(code)
       
   212 #define NOT_COMPILER1(code) code
   211 #endif // COMPILER1
   213 #endif // COMPILER1
   212 
   214 
   213 // COMPILER2 variant
   215 // COMPILER2 variant
   214 #ifdef COMPILER2
   216 #ifdef COMPILER2
   215 #define COMPILER2_PRESENT(code) code
   217 #define COMPILER2_PRESENT(code) code