8272850: Drop zapping values in the Zap* option descriptions

Reviewed-by: stefank, kbarrett
This commit is contained in:
Aleksey Shipilev 2021-08-25 08:05:47 +00:00
parent 1e3e333f73
commit c5a271259d

View File

@ -457,22 +457,22 @@ const intx ObjectAlignmentInBytes = 8;
"Used to help diagnose memory stomping bugs.") \
\
develop(bool, ZapResourceArea, trueInDebug, \
"Zap freed resource/arena space with 0xABABABAB") \
"Zap freed resource/arena space") \
\
notproduct(bool, ZapVMHandleArea, trueInDebug, \
"Zap freed VM handle space with 0xBCBCBCBC") \
"Zap freed VM handle space") \
\
notproduct(bool, ZapStackSegments, trueInDebug, \
"Zap allocated/freed stack segments with 0xFADFADED") \
"Zap allocated/freed stack segments") \
\
develop(bool, ZapUnusedHeapArea, trueInDebug, \
"Zap unused heap space with 0xBAADBABE") \
"Zap unused heap space") \
\
develop(bool, CheckZapUnusedHeapArea, false, \
"Check zapping of unused heap space") \
\
develop(bool, ZapFillerObjects, trueInDebug, \
"Zap filler objects with 0xDEAFBABE") \
"Zap filler objects") \
\
product(bool, ExecutingUnitTests, false, \
"Whether the JVM is running unit tests or not") \