diff src/share/vm/opto/c2_globals.hpp @ 434:de78b80cedec

6772413: code cleanup Summary: Removed lines in adm64.make with interpret.o and moved few constant strings from header files. Reviewed-by: never
author kvn
date Tue, 18 Nov 2008 12:31:53 -0800
parents a1980da045cc
children 96964ebdb154
line wrap: on
line diff
--- a/src/share/vm/opto/c2_globals.hpp	Thu Nov 13 14:50:04 2008 -0800
+++ b/src/share/vm/opto/c2_globals.hpp	Tue Nov 18 12:31:53 2008 -0800
@@ -256,10 +256,10 @@
   develop(intx, PrintIdealGraphPort, 4444,                                  \
           "Ideal graph printer to network port")                            \
                                                                             \
-  develop(ccstr, PrintIdealGraphAddress, "127.0.0.1",                       \
+  notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1",                    \
           "IP address to connect to visualizer")                            \
                                                                             \
-  develop(ccstr, PrintIdealGraphFile, NULL,                                 \
+  notproduct(ccstr, PrintIdealGraphFile, NULL,                              \
           "File to dump ideal graph to.  If set overrides the "             \
           "use of the network")                                             \
                                                                             \