hotspot/src/share/vm/opto/c2_globals.hpp
changeset 27147 ed83dc5777e6
parent 26913 9ad70cd32368
child 27424 77a7f4a2463b
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Mon Oct 13 12:30:37 2014 +0200
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Wed Oct 15 10:51:43 2014 +0200
@@ -343,10 +343,16 @@
   product(bool, UseRDPCForConstantTableBase, false,                         \
           "Use Sparc RDPC instruction for the constant table base.")        \
                                                                             \
-  develop(intx, PrintIdealGraphLevel, 0,                                    \
+  develop(bool, PrintIdealGraph, false,                                     \
           "Print ideal graph to XML file / network interface. "             \
           "By default attempts to connect to the visualizer on a socket.")  \
                                                                             \
+  develop(intx, PrintIdealGraphLevel, 0,                                    \
+          "Level of detail of the ideal graph printout. "                   \
+          "System-wide value, 0=nothing is printed, 3=all details printed. "\
+          "Level of detail of printouts can be set on a per-method level "  \
+          "as well by using CompileCommand=option.")                        \
+                                                                            \
   develop(intx, PrintIdealGraphPort, 4444,                                  \
           "Ideal graph printer to network port")                            \
                                                                             \