hotspot/src/share/vm/runtime/globals.hpp
changeset 4755 eee57ea6d910
parent 4754 8aef16f24e16
child 4759 bbc25efafb8a
equal deleted inserted replaced
4754:8aef16f24e16 4755:eee57ea6d910
   740           "Print additional statistics per compilation")                    \
   740           "Print additional statistics per compilation")                    \
   741                                                                             \
   741                                                                             \
   742   diagnostic(bool, PrintAdapterHandlers, false,                             \
   742   diagnostic(bool, PrintAdapterHandlers, false,                             \
   743           "Print code generated for i2c/c2i adapters")                      \
   743           "Print code generated for i2c/c2i adapters")                      \
   744                                                                             \
   744                                                                             \
       
   745   develop(bool, VerifyAdapterSharing, false,                                \
       
   746           "Verify that the code for shared adapters is the equivalent")     \
       
   747                                                                             \
   745   diagnostic(bool, PrintAssembly, false,                                    \
   748   diagnostic(bool, PrintAssembly, false,                                    \
   746           "Print assembly code (using external disassembler.so)")           \
   749           "Print assembly code (using external disassembler.so)")           \
   747                                                                             \
   750                                                                             \
   748   diagnostic(ccstr, PrintAssemblyOptions, NULL,                             \
   751   diagnostic(ccstr, PrintAssemblyOptions, NULL,                             \
   749           "Options string passed to disassembler.so")                       \
   752           "Options string passed to disassembler.so")                       \