hotspot/src/share/vm/opto/c2_globals.hpp
changeset 33454 d97c7a894c66
parent 33447 fa16119dcde7
child 33455 9fbec272c38c
equal deleted inserted replaced
33450:08222df07d0d 33454:d97c7a894c66
   366           "Assume Sparc V9 I&L registers on V8+ systems are zero-extended") \
   366           "Assume Sparc V9 I&L registers on V8+ systems are zero-extended") \
   367                                                                             \
   367                                                                             \
   368   product(bool, UseRDPCForConstantTableBase, false,                         \
   368   product(bool, UseRDPCForConstantTableBase, false,                         \
   369           "Use Sparc RDPC instruction for the constant table base.")        \
   369           "Use Sparc RDPC instruction for the constant table base.")        \
   370                                                                             \
   370                                                                             \
   371   develop(bool, PrintIdealGraph, false,                                     \
   371   notproduct(bool, PrintIdealGraph, false,                                  \
   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   notproduct(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, 4=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, 4)                                                       \
   380           range(0, 4)                                                       \
   381                                                                             \
   381                                                                             \
   382   develop(intx, PrintIdealGraphPort, 4444,                                  \
   382   notproduct(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                                                                             \
   386   notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1",                    \
   386   notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1",                    \
   387           "IP address to connect to visualizer")                            \
   387           "IP address to connect to visualizer")                            \