8065151: Support IdealGraphVisualizer in optimized build
authorvlivanov
Sun, 06 Sep 2015 10:13:18 +0300
changeset 33447 fa16119dcde7
parent 33198 b37ad9fbf681
child 33448 666c82f3bd5a
child 33449 8aca535611b8
8065151: Support IdealGraphVisualizer in optimized build Reviewed-by: kvn
hotspot/src/share/vm/opto/c2_globals.hpp
--- a/hotspot/src/share/vm/opto/c2_globals.hpp	Sat Oct 17 19:40:30 2015 -0400
+++ b/hotspot/src/share/vm/opto/c2_globals.hpp	Sun Sep 06 10:13:18 2015 +0300
@@ -374,10 +374,10 @@
                                                                             \
   develop(intx, PrintIdealGraphLevel, 0,                                    \
           "Level of detail of the ideal graph printout. "                   \
-          "System-wide value, 0=nothing is printed, 3=all details printed. "\
+          "System-wide value, 0=nothing is printed, 4=all details printed. "\
           "Level of detail of printouts can be set on a per-method level "  \
           "as well by using CompileCommand=option.")                        \
-          range(0, 3)                                                       \
+          range(0, 4)                                                       \
                                                                             \
   develop(intx, PrintIdealGraphPort, 4444,                                  \
           "Ideal graph printer to network port")                            \