< prev index next >

src/hotspot/share/gc/shared/c2/barrierSetC2.hpp

Print this page
rev 52430 : 8213489: GC/C2 abstraction for Compile::final_graph_reshaping()

@@ -281,8 +281,10 @@
     BeforeOptimize, /* post_parse = true */
     BeforeExpand, /* post_parse = false */
     BeforeCodeGen
   };
   virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const {}
+
+  virtual bool final_graph_reshaping(Compile* compile, Node* n) const { return false; }
 };
 
 #endif // SHARE_GC_SHARED_C2_BARRIERSETC2_HPP
< prev index next >