# HG changeset patch # User kevinw # Date 1303139025 25200 # Node ID 277d0f6ca64d7d2b89d768354b1b8959549e9959 # Parent 5781ed5f1865d7eec304e02aa6ccfcec1e274b11 7005503: Make GuaranteedSafepointInterval a diagnostic flag Reviewed-by: kamg, ysr diff -r 5781ed5f1865 -r 277d0f6ca64d src/share/vm/runtime/globals.hpp --- a/src/share/vm/runtime/globals.hpp Tue May 03 12:45:54 2011 -0700 +++ b/src/share/vm/runtime/globals.hpp Mon Apr 18 08:03:45 2011 -0700 @@ -2879,7 +2879,7 @@ "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)")) \ \