src/hotspot/share/utilities/macros.hpp
changeset 49906 4bb58f644e4e
parent 49746 b17256b5c047
child 49972 37b2446d7f86
--- a/src/hotspot/share/utilities/macros.hpp	Thu Apr 26 12:48:35 2018 -0700
+++ b/src/hotspot/share/utilities/macros.hpp	Thu Apr 26 20:42:43 2018 +0200
@@ -206,8 +206,10 @@
   #define TIERED
 #endif
 #define COMPILER1_PRESENT(code) code
+#define NOT_COMPILER1(code)
 #else // COMPILER1
 #define COMPILER1_PRESENT(code)
+#define NOT_COMPILER1(code) code
 #endif // COMPILER1
 
 // COMPILER2 variant