src/hotspot/share/opto/compile.hpp
changeset 52471 04d7e790aa2e
parent 52426 38bf0c9c4e64
child 52711 f480ad035c73
--- a/src/hotspot/share/opto/compile.hpp	Fri Nov 09 10:38:07 2018 +0100
+++ b/src/hotspot/share/opto/compile.hpp	Fri Nov 09 10:38:07 2018 +0100
@@ -1304,6 +1304,7 @@
   // Function calls made by the public function final_graph_reshaping.
   // No need to be made public as they are not called elsewhere.
   void final_graph_reshaping_impl( Node *n, Final_Reshape_Counts &frc);
+  void final_graph_reshaping_main_switch(Node* n, Final_Reshape_Counts& frc, uint nop);
   void final_graph_reshaping_walk( Node_Stack &nstack, Node *root, Final_Reshape_Counts &frc );
   void eliminate_redundant_card_marks(Node* n);