mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6673975: Disable ZapUnusedHeapArea to reduce GC execution times of debug JVM's
Mangling the unused space is having an adverse affect on testing with fastdebug builds so turn it off by default. Reviewed-by: ysr, tonyp
This commit is contained in:
parent
1e10db0d6a
commit
3bf59e9c0a
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class CommandLineFlags {
|
|||
develop(bool, ZapJNIHandleArea, trueInDebug, \
|
||||
"Zap freed JNI handle space with 0xFEFEFEFE") \
|
||||
\
|
||||
develop(bool, ZapUnusedHeapArea, trueInDebug, \
|
||||
develop(bool, ZapUnusedHeapArea, false, \
|
||||
"Zap unused heap space with 0xBAADBABE") \
|
||||
\
|
||||
develop(bool, PrintVMMessages, true, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue