hotspot/src/share/vm/opto/phaseX.hpp
changeset 24015 e54063b2eb53
parent 22799 83e58bac7980
child 25913 81dbc151e91c
--- a/hotspot/src/share/vm/opto/phaseX.hpp	Thu Apr 03 12:37:53 2014 +0200
+++ b/hotspot/src/share/vm/opto/phaseX.hpp	Mon Apr 14 10:57:07 2014 +0200
@@ -440,6 +440,17 @@
   // and dominator info to a fixed point.
   void optimize();
 
+#ifndef PRODUCT
+  void trace_PhaseIterGVN(Node* n, Node* nn, const Type* old_type);
+  void init_verifyPhaseIterGVN();
+  void verify_PhaseIterGVN();
+#endif
+
+#ifdef ASSERT
+  void dump_infinite_loop_info(Node* n);
+  void trace_PhaseIterGVN_verbose(Node* n, int num_processed);
+#endif
+
   // Register a new node with the iter GVN pass without transforming it.
   // Used when we need to restructure a Region/Phi area and all the Regions
   // and Phis need to complete this one big transform before any other