--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Aug 23 22:51:24 2016 +0200
+++ b/hotspot/src/share/vm/runtime/globals.hpp Tue Aug 23 21:49:33 2016 -0400
@@ -2242,7 +2242,7 @@
"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 @@
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)") \