8065151: Support IdealGraphVisualizer in optimized build

Reviewed-by: kvn
This commit is contained in:
Vladimir Ivanov 2015-09-06 10:13:18 +03:00
parent 344a9becee
commit 0fcb9ffe75

View File

@ -374,10 +374,10 @@
\
develop(intx, PrintIdealGraphLevel, 0, \
"Level of detail of the ideal graph printout. " \
"System-wide value, 0=nothing is printed, 3=all details printed. "\
"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, 3) \
range(0, 4) \
\
develop(intx, PrintIdealGraphPort, 4444, \
"Ideal graph printer to network port") \