--- old/src/share/vm/opto/c2_globals.hpp 2014-11-19 01:12:46.000000000 +0400 +++ new/src/share/vm/opto/c2_globals.hpp 2014-11-19 01:12:46.000000000 +0400 @@ -343,17 +343,17 @@ product(bool, UseRDPCForConstantTableBase, false, \ "Use Sparc RDPC instruction for the constant table base.") \ \ - develop(bool, PrintIdealGraph, false, \ + notproduct(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, \ + notproduct(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, \ + notproduct(intx, PrintIdealGraphPort, 4444, \ "Ideal graph printer to network port") \ \ notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1", \