7005503: Make GuaranteedSafepointInterval a diagnostic flag

Reviewed-by: kamg, ysr
This commit is contained in:
Kevin Walls 2011-04-18 08:03:45 -07:00
parent 544652776c
commit 4fbaadca47

View File

@ -2879,7 +2879,7 @@ class CommandLineFlags {
"Max. no. of lines in the stack trace for Java exceptions " \
"(0 means all)") \
\
NOT_EMBEDDED(develop(intx, GuaranteedSafepointInterval, 1000, \
NOT_EMBEDDED(diagnostic(intx, GuaranteedSafepointInterval, 1000, \
"Guarantee a safepoint (at least) every so many milliseconds " \
"(0 means none)")) \
\