hotspot/src/share/vm/runtime/globals.hpp
changeset 33736 1b3950243443
parent 33729 b1e0ae955f02
child 33744 8dd886109959
equal deleted inserted replaced
33735:b6b92fae32c0 33736:1b3950243443
  4192           "Force table resize every time the table is scanned")             \
  4192           "Force table resize every time the table is scanned")             \
  4193                                                                             \
  4193                                                                             \
  4194   diagnostic(bool, StringDeduplicationRehashALot, false,                    \
  4194   diagnostic(bool, StringDeduplicationRehashALot, false,                    \
  4195           "Force table rehash every time the table is scanned")             \
  4195           "Force table rehash every time the table is scanned")             \
  4196                                                                             \
  4196                                                                             \
  4197   develop(bool, TraceDefaultMethods, false,                                 \
       
  4198           "Trace the default method processing steps")                      \
       
  4199                                                                             \
       
  4200   diagnostic(bool, WhiteBoxAPI, false,                                      \
  4197   diagnostic(bool, WhiteBoxAPI, false,                                      \
  4201           "Enable internal testing APIs")                                   \
  4198           "Enable internal testing APIs")                                   \
  4202                                                                             \
  4199                                                                             \
  4203   product(bool, PrintGCCause, true,                                         \
  4200   product(bool, PrintGCCause, true,                                         \
  4204           "Include GC cause in GC logging")                                 \
  4201           "Include GC cause in GC logging")                                 \