comparison 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
comparison
equal deleted inserted replaced
433:c1345e85f901 434:de78b80cedec
254 "By default attempts to connect to the visualizer on a socket.") \ 254 "By default attempts to connect to the visualizer on a socket.") \
255 \ 255 \
256 develop(intx, PrintIdealGraphPort, 4444, \ 256 develop(intx, PrintIdealGraphPort, 4444, \
257 "Ideal graph printer to network port") \ 257 "Ideal graph printer to network port") \
258 \ 258 \
259 develop(ccstr, PrintIdealGraphAddress, "127.0.0.1", \ 259 notproduct(ccstr, PrintIdealGraphAddress, "127.0.0.1", \
260 "IP address to connect to visualizer") \ 260 "IP address to connect to visualizer") \
261 \ 261 \
262 develop(ccstr, PrintIdealGraphFile, NULL, \ 262 notproduct(ccstr, PrintIdealGraphFile, NULL, \
263 "File to dump ideal graph to. If set overrides the " \ 263 "File to dump ideal graph to. If set overrides the " \
264 "use of the network") \ 264 "use of the network") \
265 \ 265 \
266 product(bool, UseOldInlining, true, \ 266 product(bool, UseOldInlining, true, \
267 "Enable the 1.3 inlining strategy") \ 267 "Enable the 1.3 inlining strategy") \