hotspot/src/share/vm/runtime/globals.hpp
changeset 34236 4558141028a9
parent 34211 d25c2fc1e248
parent 34231 adc744ac832a
child 34317 e93b85bf4cc2
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Nov 26 19:16:37 2015 +0100
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Nov 27 18:35:43 2015 +0100
@@ -1031,9 +1031,10 @@
   product(bool, CreateCoredumpOnCrash, true,                                \
           "Create core/mini dump on VM fatal error")                        \
                                                                             \
-  product(uintx, ErrorLogTimeout, 2 * 60,                                   \
+  product(uint64_t, ErrorLogTimeout, 2 * 60,                                \
           "Timeout, in seconds, to limit the time spent on writing an "     \
           "error log in case of a crash.")                                  \
+          range(0, (uint64_t)max_jlong/1000)                                \
                                                                             \
   product_pd(bool, UseOSErrorReporting,                                     \
           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \