hotspot/src/share/vm/utilities/macros.hpp
changeset 1606 dcf9714addbe
parent 1217 5eb97f366a6a
child 2998 b501bd305780
--- a/hotspot/src/share/vm/utilities/macros.hpp	Thu Nov 20 12:27:41 2008 -0800
+++ b/hotspot/src/share/vm/utilities/macros.hpp	Thu Nov 20 16:56:09 2008 -0800
@@ -65,8 +65,10 @@
 // COMPILER2 variant
 #ifdef COMPILER2
 #define COMPILER2_PRESENT(code) code
+#define NOT_COMPILER2(code)
 #else // COMPILER2
 #define COMPILER2_PRESENT(code)
+#define NOT_COMPILER2(code) code
 #endif // COMPILER2