diff src/share/vm/opto/node.hpp @ 23474:7c5babab479b

8144935: C2: safepoint is pruned from a non-counted loop Reviewed-by: roland
author vlivanov
date Thu, 10 Dec 2015 14:51:53 +0300
parents 70649f10b88c
children b5f3a471e646 535618ab1c04 c42cb5db3601
line wrap: on
line diff
--- a/src/share/vm/opto/node.hpp	Fri Dec 04 14:06:38 2015 +0100
+++ b/src/share/vm/opto/node.hpp	Thu Dec 10 14:51:53 2015 +0300
@@ -1374,6 +1374,7 @@
   void clear() { _cnt = 0; Node_Array::clear(); } // retain storage
   uint size() const { return _cnt; }
   void dump() const;
+  void dump_simple() const;
 };
 
 //------------------------------Unique_Node_List-------------------------------