--- a/src/hotspot/share/runtime/globals.hpp Fri Sep 07 07:52:35 2018 +0200
+++ b/src/hotspot/share/runtime/globals.hpp Wed Mar 06 17:31:25 2019 +0100
@@ -661,9 +661,6 @@
develop(bool, BreakAtWarning, false, \
"Execute breakpoint upon encountering VM warning") \
\
- develop(bool, UseFakeTimers, false, \
- "Tell whether the VM should use system time or a fake timer") \
- \
product(ccstr, NativeMemoryTracking, "off", \
"Native memory tracking options") \
\
@@ -2535,8 +2532,9 @@
"File of size Xmx is pre-allocated for performance reason, so" \
"we need that much space available") \
\
- develop(bool, VerifyMetaspace, false, \
- "Verify metaspace on chunk movements.") \
+ develop(int, VerifyMetaspaceInterval, DEBUG_ONLY(500) NOT_DEBUG(0), \
+ "Run periodic metaspace verifications (0 - none, " \
+ "1 - always, >1 every nth interval)") \
\
diagnostic(bool, ShowRegistersOnAssert, true, \
"On internal errors, include registers in error report.") \