hotspot/src/share/vm/runtime/globals.hpp
changeset 1404 4a969f79e3e6
parent 1395 145f3dce244e
parent 1402 ccb40ce62b79
child 1432 44f076e3d2a4
child 1409 a30f4c5a5023
equal deleted inserted replaced
1397:6a692b557add 1404:4a969f79e3e6
   705           "Print code generated for i2c/c2i adapters")                      \
   705           "Print code generated for i2c/c2i adapters")                      \
   706                                                                             \
   706                                                                             \
   707   diagnostic(bool, PrintAssembly, false,                                    \
   707   diagnostic(bool, PrintAssembly, false,                                    \
   708           "Print assembly code (using external disassembler.so)")           \
   708           "Print assembly code (using external disassembler.so)")           \
   709                                                                             \
   709                                                                             \
   710   diagnostic(ccstr, PrintAssemblyOptions, false,                            \
   710   diagnostic(ccstr, PrintAssemblyOptions, NULL,                             \
   711           "Options string passed to disassembler.so")                       \
   711           "Options string passed to disassembler.so")                       \
   712                                                                             \
   712                                                                             \
   713   diagnostic(bool, PrintNMethods, false,                                    \
   713   diagnostic(bool, PrintNMethods, false,                                    \
   714           "Print assembly code for nmethods when generated")                \
   714           "Print assembly code for nmethods when generated")                \
   715                                                                             \
   715                                                                             \
   846                                                                             \
   846                                                                             \
   847   product(bool, UseLWPSynchronization, true,                                \
   847   product(bool, UseLWPSynchronization, true,                                \
   848           "Use LWP-based instead of libthread-based synchronization "       \
   848           "Use LWP-based instead of libthread-based synchronization "       \
   849           "(SPARC only)")                                                   \
   849           "(SPARC only)")                                                   \
   850                                                                             \
   850                                                                             \
   851   product(ccstr, SyncKnobs, "",                                             \
   851   product(ccstr, SyncKnobs, NULL,                                           \
   852           "(Unstable) Various monitor synchronization tunables")            \
   852           "(Unstable) Various monitor synchronization tunables")            \
   853                                                                             \
   853                                                                             \
   854   product(intx, EmitSync, 0,                                                \
   854   product(intx, EmitSync, 0,                                                \
   855           "(Unsafe,Unstable) "                                              \
   855           "(Unsafe,Unstable) "                                              \
   856           " Controls emission of inline sync fast-path code")               \
   856           " Controls emission of inline sync fast-path code")               \
  1030           "Trace JNI calls")                                                \
  1030           "Trace JNI calls")                                                \
  1031                                                                             \
  1031                                                                             \
  1032   notproduct(bool, TraceJVMCalls, false,                                    \
  1032   notproduct(bool, TraceJVMCalls, false,                                    \
  1033           "Trace JVM calls")                                                \
  1033           "Trace JVM calls")                                                \
  1034                                                                             \
  1034                                                                             \
  1035   product(ccstr, TraceJVMTI, "",                                            \
  1035   product(ccstr, TraceJVMTI, NULL,                                          \
  1036           "Trace flags for JVMTI functions and events")                     \
  1036           "Trace flags for JVMTI functions and events")                     \
  1037                                                                             \
  1037                                                                             \
  1038   /* This option can change an EMCP method into an obsolete method. */      \
  1038   /* This option can change an EMCP method into an obsolete method. */      \
  1039   /* This can affect tests that except specific methods to be EMCP. */      \
  1039   /* This can affect tests that except specific methods to be EMCP. */      \
  1040   /* This option should be used with caution. */                            \
  1040   /* This option should be used with caution. */                            \