src/hotspot/share/runtime/globals.hpp
changeset 59016 3b9eeae66fa0
parent 58920 d67ebc838ab8
child 59053 ba6c248cae19
equal deleted inserted replaced
59015:b9a85aa023b1 59016:3b9eeae66fa0
   303           "Trace traversal of derived pointers on stack")                   \
   303           "Trace traversal of derived pointers on stack")                   \
   304                                                                             \
   304                                                                             \
   305   notproduct(bool, TraceCodeBlobStacks, false,                              \
   305   notproduct(bool, TraceCodeBlobStacks, false,                              \
   306           "Trace stack-walk of codeblobs")                                  \
   306           "Trace stack-walk of codeblobs")                                  \
   307                                                                             \
   307                                                                             \
   308   product(bool, PrintJNIResolving, false,                                   \
       
   309           "Used to implement -v:jni")                                       \
       
   310                                                                             \
       
   311   notproduct(bool, PrintRewrites, false,                                    \
   308   notproduct(bool, PrintRewrites, false,                                    \
   312           "Print methods that are being rewritten")                         \
   309           "Print methods that are being rewritten")                         \
   313                                                                             \
   310                                                                             \
   314   product(bool, UseInlineCaches, true,                                      \
   311   product(bool, UseInlineCaches, true,                                      \
   315           "Use Inline Caches for virtual calls ")                           \
   312           "Use Inline Caches for virtual calls ")                           \