hotspot/src/share/vm/runtime/globals.hpp
changeset 24322 c2978d1578e3
parent 24110 aa442e0427f5
child 24436 c91bfb1a91a7
child 24441 50946251753f
equal deleted inserted replaced
24320:394d55c783dc 24322:c2978d1578e3
  3782                                                                             \
  3782                                                                             \
  3783   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3783   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3784           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3784           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3785           "Address to allocate shared memory region for class data")        \
  3785           "Address to allocate shared memory region for class data")        \
  3786                                                                             \
  3786                                                                             \
  3787   diagnostic(bool, EnableInvokeDynamic, true,                               \
       
  3788           "support JSR 292 (method handles, invokedynamic, "                \
       
  3789           "anonymous classes")                                              \
       
  3790                                                                             \
       
  3791   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3787   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3792           "Print generated stub code for method handles")                   \
  3788           "Print generated stub code for method handles")                   \
  3793                                                                             \
  3789                                                                             \
  3794   develop(bool, TraceMethodHandles, false,                                  \
  3790   develop(bool, TraceMethodHandles, false,                                  \
  3795           "trace internal method handle operations")                        \
  3791           "trace internal method handle operations")                        \