< prev index next >

src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.hpp

Print this page
rev 53149 : [mq]: flatten-alias-types.patch

@@ -135,8 +135,10 @@
   // expanded later, then now is the time to do so.
   virtual bool expand_macro_nodes(PhaseMacroExpand* macro) const;
   virtual void verify_gc_barriers(bool post_parse) const;
 
   virtual Node* ideal_node(PhaseGVN* phase, Node* n, bool can_reshape) const;
+
+  virtual bool flatten_gc_alias_type(const TypePtr*& adr_type) const;
 };
 
 #endif // SHARE_VM_GC_SHENANDOAH_C2_SHENANDOAHBARRIERSETC2_HPP
< prev index next >