< prev index next >

src/hotspot/share/gc/z/c2/zBarrierSetC2.hpp

Print this page

        

@@ -205,11 +205,11 @@
   virtual bool expand_macro_nodes(PhaseMacroExpand* macro) const;
 
   static void find_dominating_barriers(PhaseIterGVN& igvn);
   static void loop_optimize_gc_barrier(PhaseIdealLoop* phase, Node* node, bool last_round);
 
-  virtual bool final_graph_reshaping(Compile* compile, Node* n) const;
+  virtual bool final_graph_reshaping(Compile* compile, Node* n, uint opcode) const;
 
 #ifdef ASSERT
   virtual void verify_gc_barriers(Compile* compile, CompilePhase phase) const;
 #endif
 };
< prev index next >