hotspot/src/share/vm/opto/idealGraphPrinter.hpp
changeset 27147 ed83dc5777e6
parent 17376 4ee999c3c007
child 30591 b32fcc177417
--- a/hotspot/src/share/vm/opto/idealGraphPrinter.hpp	Mon Oct 13 12:30:37 2014 +0200
+++ b/hotspot/src/share/vm/opto/idealGraphPrinter.hpp	Wed Oct 15 10:51:43 2014 +0200
@@ -134,6 +134,7 @@
   void print_method(Compile* compile, const char *name, int level=1, bool clear_nodes = false);
   void print(Compile* compile, const char *name, Node *root, int level=1, bool clear_nodes = false);
   void print_xml(const char *name);
+  static bool should_print(ciMethod* method, int level = 1);
 };
 
 #endif