< prev index next >

src/hotspot/share/opto/opcodes.cpp

Print this page

        

@@ -26,10 +26,11 @@
 
 // ----------------------------------------------------------------------------
 // Build a table of class names as strings.  Used both for debugging printouts
 // and in the ADL machine descriptions.
 #define macro(x) #x,
+#define optionalmacro(x) macro(x)
 const char *NodeClassNames[] = {
   "Node",
   "Set",
   "RegN",
   "RegI",
< prev index next >