< prev index next >

src/hotspot/share/opto/opcodes.cpp

Print this page

        

*** 26,35 **** --- 26,36 ---- // ---------------------------------------------------------------------------- // 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 >