hotspot/src/share/vm/runtime/globals.hpp
changeset 22824 28258dd5cb2e
parent 22823 40b2c6c30123
child 22825 387266cb8b98
equal deleted inserted replaced
22823:40b2c6c30123 22824:28258dd5cb2e
  3612                                                                             \
  3612                                                                             \
  3613   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3613   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3614           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3614           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3615           "Address to allocate shared memory region for class data")        \
  3615           "Address to allocate shared memory region for class data")        \
  3616                                                                             \
  3616                                                                             \
  3617   diagnostic(bool, EnableInvokeDynamic, true PPC64_ONLY(&& false),          \
  3617   diagnostic(bool, EnableInvokeDynamic, true,                               \
  3618           "support JSR 292 (method handles, invokedynamic, "                \
  3618           "support JSR 292 (method handles, invokedynamic, "                \
  3619           "anonymous classes")                                              \
  3619           "anonymous classes")                                              \
  3620                                                                             \
  3620                                                                             \
  3621   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3621   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3622           "Print generated stub code for method handles")                   \
  3622           "Print generated stub code for method handles")                   \