hotspot/src/share/vm/opto/c2_globals.hpp
changeset 33447 fa16119dcde7
parent 33166 81352250770f
child 33454 d97c7a894c66
child 33451 0712796e4039
equal deleted inserted replaced
33198:b37ad9fbf681 33447:fa16119dcde7
   372           "Print ideal graph to XML file / network interface. "             \
   372           "Print ideal graph to XML file / network interface. "             \
   373           "By default attempts to connect to the visualizer on a socket.")  \
   373           "By default attempts to connect to the visualizer on a socket.")  \
   374                                                                             \
   374                                                                             \
   375   develop(intx, PrintIdealGraphLevel, 0,                                    \
   375   develop(intx, PrintIdealGraphLevel, 0,                                    \
   376           "Level of detail of the ideal graph printout. "                   \
   376           "Level of detail of the ideal graph printout. "                   \
   377           "System-wide value, 0=nothing is printed, 3=all details printed. "\
   377           "System-wide value, 0=nothing is printed, 4=all details printed. "\
   378           "Level of detail of printouts can be set on a per-method level "  \
   378           "Level of detail of printouts can be set on a per-method level "  \
   379           "as well by using CompileCommand=option.")                        \
   379           "as well by using CompileCommand=option.")                        \
   380           range(0, 3)                                                       \
   380           range(0, 4)                                                       \
   381                                                                             \
   381                                                                             \
   382   develop(intx, PrintIdealGraphPort, 4444,                                  \
   382   develop(intx, PrintIdealGraphPort, 4444,                                  \
   383           "Ideal graph printer to network port")                            \
   383           "Ideal graph printer to network port")                            \
   384           range(0, SHRT_MAX)                                                \
   384           range(0, SHRT_MAX)                                                \
   385                                                                             \
   385                                                                             \