hotspot/src/share/vm/runtime/globals.hpp
changeset 17112 e49af4ba7755
parent 16682 4e30a46f6b76
child 17134 d58219af8d68
equal deleted inserted replaced
17111:77f553b98e63 17112:e49af4ba7755
  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,                           \