OpenJDK / valhalla / valhalla
changeset 9429:4569a4c199da
7005503: Make GuaranteedSafepointInterval a diagnostic flag
Reviewed-by: kamg, ysr
author | kevinw |
---|---|
date | Mon, 18 Apr 2011 08:03:45 -0700 |
parents | a8c7f18f93e6 |
children | 195f39af508f |
files | hotspot/src/share/vm/runtime/globals.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/runtime/globals.hpp Tue May 03 12:45:54 2011 -0700 +++ b/hotspot/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)")) \ \