hotspot/src/share/vm/opto/c2_globals.hpp
changeset 33447 fa16119dcde7
parent 33166 81352250770f
child 33454 d97c7a894c66
child 33451 0712796e4039
--- 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")                            \