mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
2b1aa4e8ae
622 changed files with 16692 additions and 4877 deletions
|
@ -2242,7 +2242,7 @@ public:
|
|||
"in a comma separated string. Sub-systems are: " \
|
||||
"threads, heap, symbol_table, string_table, codecache, " \
|
||||
"dictionary, classloader_data_graph, metaspace, jni_handles, " \
|
||||
"c-heap, codecache_oops") \
|
||||
"codecache_oops") \
|
||||
\
|
||||
diagnostic(bool, GCParallelVerificationEnabled, true, \
|
||||
"Enable parallel memory system verification") \
|
||||
|
@ -3008,16 +3008,6 @@ public:
|
|||
notproduct(intx, ZombieALotInterval, 5, \
|
||||
"Number of exits until ZombieALot kicks in") \
|
||||
\
|
||||
diagnostic(intx, MallocVerifyInterval, 0, \
|
||||
"If non-zero, verify C heap after every N calls to " \
|
||||
"malloc/realloc/free") \
|
||||
range(0, max_intx) \
|
||||
\
|
||||
diagnostic(intx, MallocVerifyStart, 0, \
|
||||
"If non-zero, start verifying C heap after Nth call to " \
|
||||
"malloc/realloc/free") \
|
||||
range(0, max_intx) \
|
||||
\
|
||||
diagnostic(uintx, MallocMaxTestWords, 0, \
|
||||
"If non-zero, maximum number of words that malloc/realloc can " \
|
||||
"allocate (for testing only)") \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue