8163146: Remove os::check_heap on Windows

Reviewed-by: gtriantafill, coleenp, stuefe
This commit is contained in:
Christian Tornqvist 2016-08-23 21:49:33 -04:00
parent 09b2ad770b
commit f2dafaefc7
12 changed files with 4 additions and 113 deletions

View file

@ -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)") \