< prev index next >

src/hotspot/share/opto/node.hpp

Print this page

        

*** 140,149 **** --- 140,150 ---- class RegMask; class RegionNode; class RootNode; class SafePointNode; class SafePointScalarObjectNode; + class ShenandoahBarrierNode; class StartNode; class State; class StoreNode; class SubNode; class Type;
*** 673,682 **** --- 674,684 ---- DEFINE_CLASS_ID(DecodeN, DecodeNarrowPtr, 0) DEFINE_CLASS_ID(DecodeNKlass, DecodeNarrowPtr, 1) DEFINE_CLASS_ID(EncodeNarrowPtr, Type, 6) DEFINE_CLASS_ID(EncodeP, EncodeNarrowPtr, 0) DEFINE_CLASS_ID(EncodePKlass, EncodeNarrowPtr, 1) + DEFINE_CLASS_ID(ShenandoahBarrier, Type, 7) DEFINE_CLASS_ID(Proj, Node, 3) DEFINE_CLASS_ID(CatchProj, Proj, 0) DEFINE_CLASS_ID(JumpProj, Proj, 1) DEFINE_CLASS_ID(IfProj, Proj, 2)
*** 871,880 **** --- 873,883 ---- DEFINE_CLASS_QUERY(Proj) DEFINE_CLASS_QUERY(Region) DEFINE_CLASS_QUERY(Root) DEFINE_CLASS_QUERY(SafePoint) DEFINE_CLASS_QUERY(SafePointScalarObject) + DEFINE_CLASS_QUERY(ShenandoahBarrier) DEFINE_CLASS_QUERY(Start) DEFINE_CLASS_QUERY(Store) DEFINE_CLASS_QUERY(Sub) DEFINE_CLASS_QUERY(Type) DEFINE_CLASS_QUERY(Vector)
< prev index next >