8272850: Drop zapping values in the Zap* option descriptions
Reviewed-by: stefank, kbarrett
This commit is contained in:
parent
1e3e333f73
commit
c5a271259d
@ -457,22 +457,22 @@ const intx ObjectAlignmentInBytes = 8;
|
|||||||
"Used to help diagnose memory stomping bugs.") \
|
"Used to help diagnose memory stomping bugs.") \
|
||||||
\
|
\
|
||||||
develop(bool, ZapResourceArea, trueInDebug, \
|
develop(bool, ZapResourceArea, trueInDebug, \
|
||||||
"Zap freed resource/arena space with 0xABABABAB") \
|
"Zap freed resource/arena space") \
|
||||||
\
|
\
|
||||||
notproduct(bool, ZapVMHandleArea, trueInDebug, \
|
notproduct(bool, ZapVMHandleArea, trueInDebug, \
|
||||||
"Zap freed VM handle space with 0xBCBCBCBC") \
|
"Zap freed VM handle space") \
|
||||||
\
|
\
|
||||||
notproduct(bool, ZapStackSegments, trueInDebug, \
|
notproduct(bool, ZapStackSegments, trueInDebug, \
|
||||||
"Zap allocated/freed stack segments with 0xFADFADED") \
|
"Zap allocated/freed stack segments") \
|
||||||
\
|
\
|
||||||
develop(bool, ZapUnusedHeapArea, trueInDebug, \
|
develop(bool, ZapUnusedHeapArea, trueInDebug, \
|
||||||
"Zap unused heap space with 0xBAADBABE") \
|
"Zap unused heap space") \
|
||||||
\
|
\
|
||||||
develop(bool, CheckZapUnusedHeapArea, false, \
|
develop(bool, CheckZapUnusedHeapArea, false, \
|
||||||
"Check zapping of unused heap space") \
|
"Check zapping of unused heap space") \
|
||||||
\
|
\
|
||||||
develop(bool, ZapFillerObjects, trueInDebug, \
|
develop(bool, ZapFillerObjects, trueInDebug, \
|
||||||
"Zap filler objects with 0xDEAFBABE") \
|
"Zap filler objects") \
|
||||||
\
|
\
|
||||||
product(bool, ExecutingUnitTests, false, \
|
product(bool, ExecutingUnitTests, false, \
|
||||||
"Whether the JVM is running unit tests or not") \
|
"Whether the JVM is running unit tests or not") \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user