hotspot/src/share/vm/runtime/globals.hpp
changeset 11636 3c07b54482a5
parent 11632 e369165faf7a
child 11637 030466036615
equal deleted inserted replaced
11635:5a16856f871f 11636:3c07b54482a5
   734           "Trace external suspend wait failures")                           \
   734           "Trace external suspend wait failures")                           \
   735                                                                             \
   735                                                                             \
   736   product(bool, MaxFDLimit, true,                                           \
   736   product(bool, MaxFDLimit, true,                                           \
   737           "Bump the number of file descriptors to max in solaris.")         \
   737           "Bump the number of file descriptors to max in solaris.")         \
   738                                                                             \
   738                                                                             \
   739   notproduct(bool, LogEvents, trueInDebug,                                  \
   739   diagnostic(bool, LogEvents, true,                                         \
   740           "Enable Event log")                                               \
   740              "Enable the various ring buffer event logs")                   \
       
   741                                                                             \
       
   742   diagnostic(intx, LogEventsBufferEntries, 10,                              \
       
   743              "Enable the various ring buffer event logs")                   \
   741                                                                             \
   744                                                                             \
   742   product(bool, BytecodeVerificationRemote, true,                           \
   745   product(bool, BytecodeVerificationRemote, true,                           \
   743           "Enables the Java bytecode verifier for remote classes")          \
   746           "Enables the Java bytecode verifier for remote classes")          \
   744                                                                             \
   747                                                                             \
   745   product(bool, BytecodeVerificationLocal, false,                           \
   748   product(bool, BytecodeVerificationLocal, false,                           \