OpenJDK / jdk / jdk
changeset 33455:9fbec272c38c
Merge
author | vlivanov |
---|---|
date | Tue, 20 Oct 2015 22:03:38 +0000 |
parents | b62df32d4af8 d97c7a894c66 |
children | 376b324df89d b43c023fc149 |
files | hotspot/src/share/vm/opto/c2_globals.hpp |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/opto/c2_globals.hpp Tue Oct 20 21:12:25 2015 +0300 +++ b/hotspot/src/share/vm/opto/c2_globals.hpp Tue Oct 20 22:03:38 2015 +0000 @@ -368,18 +368,18 @@ 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, 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, 4) \ \ - develop(intx, PrintIdealGraphPort, 4444, \ + notproduct(intx, PrintIdealGraphPort, 4444, \ "Ideal graph printer to network port") \ range(0, SHRT_MAX) \ \