src/hotspot/share/gc/shared/gc_globals.hpp
changeset 52396 e292e94b448a
parent 50606 8f1d5d706bdd
child 52905 bec57b4a6d69
equal deleted inserted replaced
52395:5ca10e4e052c 52396:e292e94b448a
   370           "MetadataAllocationFailALotInterval")                             \
   370           "MetadataAllocationFailALotInterval")                             \
   371                                                                             \
   371                                                                             \
   372   develop(uintx, MetadataAllocationFailALotInterval, 1000,                  \
   372   develop(uintx, MetadataAllocationFailALotInterval, 1000,                  \
   373           "Metadata allocation failure a lot interval")                     \
   373           "Metadata allocation failure a lot interval")                     \
   374                                                                             \
   374                                                                             \
   375   notproduct(bool, ExecuteInternalVMTests, false,                           \
       
   376           "Enable execution of internal VM tests")                          \
       
   377                                                                             \
       
   378   notproduct(bool, VerboseInternalVMTests, false,                           \
       
   379           "Turn on logging for internal VM tests.")                         \
       
   380                                                                             \
       
   381   product(bool, ExecutingUnitTests, false,                                  \
   375   product(bool, ExecutingUnitTests, false,                                  \
   382           "Whether the JVM is running unit tests or not")                   \
   376           "Whether the JVM is running unit tests or not")                   \
   383                                                                             \
   377                                                                             \
   384   product_pd(bool, UseTLAB, "Use thread-local object allocation")           \
   378   product_pd(bool, UseTLAB, "Use thread-local object allocation")           \
   385                                                                             \
   379                                                                             \