comparison src/share/vm/runtime/globals.hpp @ 10186:b06ac540229e

8013132: Add a flag to turn off the output of the verbose verification code Reviewed-by: johnc, brutisso
author stefank
date Wed, 24 Apr 2013 20:13:37 +0200
parents 83f27710f5f7
children 9ce110b1d14a
comparison
equal deleted inserted replaced
10185:d50cc62e94ff 10186:b06ac540229e
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, VerifySilently, false, \
2127 "Don't print print the verification progress") \
2128 \
2126 diagnostic(bool, VerifyDuringStartup, false, \ 2129 diagnostic(bool, VerifyDuringStartup, false, \
2127 "Verify memory system before executing any Java code " \ 2130 "Verify memory system before executing any Java code " \
2128 "during VM initialization") \ 2131 "during VM initialization") \
2129 \ 2132 \
2130 diagnostic(bool, VerifyBeforeExit, trueInDebug, \ 2133 diagnostic(bool, VerifyBeforeExit, trueInDebug, \