comparison src/share/vm/runtime/globals.hpp @ 9071:68fe50d4f1d5

8011343: Add new flag for verifying the heap during startup Summary: Perform verification during VM startup under control of new flag and within a VMOperation. Reviewed-by: stefank, jmasa, brutisso
author johnc
date Fri, 05 Apr 2013 10:20:04 -0700
parents 0ca3dd0ffaba
children 83f27710f5f7
comparison
equal deleted inserted replaced
9055:dcdeb150988c 9071:68fe50d4f1d5
2121 "How far ahead to prefetch scan area (<= 0 means off)") \ 2121 "How far ahead to prefetch scan area (<= 0 means off)") \
2122 \ 2122 \
2123 product(intx, PrefetchFieldsAhead, -1, \ 2123 product(intx, PrefetchFieldsAhead, -1, \
2124 "How many fields ahead to prefetch in oop scan (<= 0 means off)") \ 2124 "How many fields ahead to prefetch in oop scan (<= 0 means off)") \
2125 \ 2125 \
2126 diagnostic(bool, VerifyDuringStartup, false, \
2127 "Verify memory system before executing any Java code " \
2128 "during VM initialization") \
2129 \
2126 diagnostic(bool, VerifyBeforeExit, trueInDebug, \ 2130 diagnostic(bool, VerifyBeforeExit, trueInDebug, \
2127 "Verify system before exiting") \ 2131 "Verify system before exiting") \
2128 \ 2132 \
2129 diagnostic(bool, VerifyBeforeGC, false, \ 2133 diagnostic(bool, VerifyBeforeGC, false, \
2130 "Verify memory system before GC") \ 2134 "Verify memory system before GC") \