mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
Merge
This commit is contained in:
commit
ddd4d3ad73
61 changed files with 620 additions and 640 deletions
|
@ -740,6 +740,9 @@ class CommandLineFlags {
|
|||
develop(bool, PrintMalloc, false, \
|
||||
"print all malloc/free calls") \
|
||||
\
|
||||
develop(bool, PrintMallocStatistics, false, \
|
||||
"print malloc/free statistics") \
|
||||
\
|
||||
develop(bool, ZapResourceArea, trueInDebug, \
|
||||
"Zap freed resource/arena space with 0xABABABAB") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue