< prev index next >

src/hotspot/share/opto/classes.cpp

Print this page

        

*** 45,57 **** --- 45,62 ---- #include "opto/node.hpp" #include "opto/opaquenode.hpp" #include "opto/rootnode.hpp" #include "opto/subnode.hpp" #include "opto/vectornode.hpp" + #include "utilities/macros.hpp" + #if INCLUDE_ZGC + #include "gc/z/c2/zBarrierSetC2.hpp" + #endif // ---------------------------------------------------------------------------- // Build a table of virtual functions to map from Nodes to dense integer // opcode names. int Node::Opcode() const { return Op_Node; } #define macro(x) int x##Node::Opcode() const { return Op_##x; } + #define optionalmacro(x) #include "classes.hpp" #undef macro
< prev index next >