mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8218988: Improve metaspace verifications
Reviewed-by: zgu, coleenp
This commit is contained in:
parent
8bec32b02f
commit
fb7bbfac57
10 changed files with 206 additions and 207 deletions
|
@ -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.") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue