< prev index next >

src/hotspot/share/opto/node.hpp

Print this page
rev 54386 : 8221766: Load-reference barriers for Shenandoah

*** 140,150 **** class RegMask; class RegionNode; class RootNode; class SafePointNode; class SafePointScalarObjectNode; - class ShenandoahBarrierNode; class StartNode; class State; class StoreNode; class SubNode; class Type; --- 140,149 ----
*** 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) --- 673,682 ----
*** 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) --- 871,880 ----
< prev index next >