hotspot/src/share/vm/runtime/globals.hpp
changeset 28947 2ea471384931
parent 28943 679546f0cc1f
child 28957 75ca61f0b7c7
equal deleted inserted replaced
28946:24261e03ba4c 28947:2ea471384931
  3845           "Enable dtrace probes for monitor events")                        \
  3845           "Enable dtrace probes for monitor events")                        \
  3846                                                                             \
  3846                                                                             \
  3847   product(bool, RelaxAccessControlCheck, false,                             \
  3847   product(bool, RelaxAccessControlCheck, false,                             \
  3848           "Relax the access control checks in the verifier")                \
  3848           "Relax the access control checks in the verifier")                \
  3849                                                                             \
  3849                                                                             \
  3850   diagnostic(bool, PrintDTraceDOF, false,                                   \
       
  3851           "Print the DTrace DOF passed to the system for JSDT probes")      \
       
  3852                                                                             \
       
  3853   product(uintx, StringTableSize, defaultStringTableSize,                   \
  3850   product(uintx, StringTableSize, defaultStringTableSize,                   \
  3854           "Number of buckets in the interned String table")                 \
  3851           "Number of buckets in the interned String table")                 \
  3855                                                                             \
  3852                                                                             \
  3856   experimental(uintx, SymbolTableSize, defaultSymbolTableSize,              \
  3853   experimental(uintx, SymbolTableSize, defaultSymbolTableSize,              \
  3857           "Number of buckets in the JVM internal Symbol table")             \
  3854           "Number of buckets in the JVM internal Symbol table")             \