hotspot/src/share/vm/runtime/globals.hpp
changeset 14487 9a40ad461ee9
parent 14386 9ef88e958f4b
child 14490 5bb45ed999ee
equal deleted inserted replaced
14486:7d079e0eedef 14487:9a40ad461ee9
  3591           "Relax the access control checks in the verifier")                \
  3591           "Relax the access control checks in the verifier")                \
  3592                                                                             \
  3592                                                                             \
  3593   diagnostic(bool, PrintDTraceDOF, false,                                   \
  3593   diagnostic(bool, PrintDTraceDOF, false,                                   \
  3594              "Print the DTrace DOF passed to the system for JSDT probes")   \
  3594              "Print the DTrace DOF passed to the system for JSDT probes")   \
  3595                                                                             \
  3595                                                                             \
  3596   product(uintx, StringTableSize, 1009,                                     \
  3596   product(uintx, StringTableSize, defaultStringTableSize,                   \
  3597           "Number of buckets in the interned String table")                 \
  3597           "Number of buckets in the interned String table")                 \
  3598                                                                             \
  3598                                                                             \
  3599   develop(bool, TraceDefaultMethods, false,                                 \
  3599   develop(bool, TraceDefaultMethods, false,                                 \
  3600           "Trace the default method processing steps")                      \
  3600           "Trace the default method processing steps")                      \
  3601                                                                             \
  3601                                                                             \