hotspot/src/share/vm/runtime/globals.hpp
changeset 24436 c91bfb1a91a7
parent 24435 184615637ad6
parent 24322 c2978d1578e3
child 24456 8c7933fa5a1f
child 24446 dca843327b90
equal deleted inserted replaced
24435:184615637ad6 24436:c91bfb1a91a7
  3775                                                                             \
  3775                                                                             \
  3776   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3776   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3777           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3777           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3778           "Address to allocate shared memory region for class data")        \
  3778           "Address to allocate shared memory region for class data")        \
  3779                                                                             \
  3779                                                                             \
  3780   diagnostic(bool, EnableInvokeDynamic, true,                               \
       
  3781           "support JSR 292 (method handles, invokedynamic, "                \
       
  3782           "anonymous classes")                                              \
       
  3783                                                                             \
       
  3784   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3780   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3785           "Print generated stub code for method handles")                   \
  3781           "Print generated stub code for method handles")                   \
  3786                                                                             \
  3782                                                                             \
  3787   develop(bool, TraceMethodHandles, false,                                  \
  3783   develop(bool, TraceMethodHandles, false,                                  \
  3788           "trace internal method handle operations")                        \
  3784           "trace internal method handle operations")                        \