8218988: Improve metaspace verifications

Reviewed-by: zgu, coleenp
This commit is contained in:
Thomas Stuefe 2019-02-10 09:10:42 +01:00
parent 8bec32b02f
commit fb7bbfac57
10 changed files with 206 additions and 207 deletions

View file

@ -2525,8 +2525,9 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"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.") \