hotspot/src/share/vm/runtime/globals.hpp
changeset 16430 882cddc35bec
parent 16428 1b55a8d558b8
child 16437 00f4ce9059f4
equal deleted inserted replaced
16429:c5b14a727c72 16430:882cddc35bec
  3571           "Size of the shared miscellaneous data area (in bytes)")          \
  3571           "Size of the shared miscellaneous data area (in bytes)")          \
  3572                                                                             \
  3572                                                                             \
  3573   product(uintx, SharedMiscCodeSize,    120*K,                              \
  3573   product(uintx, SharedMiscCodeSize,    120*K,                              \
  3574           "Size of the shared miscellaneous code area (in bytes)")          \
  3574           "Size of the shared miscellaneous code area (in bytes)")          \
  3575                                                                             \
  3575                                                                             \
  3576   product(uintx, SharedDummyBlockSize, 0,                                   \
  3576   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3577           "Size of dummy block used to shift heap addresses (in bytes)")    \
  3577           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
       
  3578           "Address to allocate shared memory region for class data")        \
  3578                                                                             \
  3579                                                                             \
  3579   diagnostic(bool, EnableInvokeDynamic, true,                               \
  3580   diagnostic(bool, EnableInvokeDynamic, true,                               \
  3580           "support JSR 292 (method handles, invokedynamic, "                \
  3581           "support JSR 292 (method handles, invokedynamic, "                \
  3581           "anonymous classes")                                              \
  3582           "anonymous classes")                                              \
  3582                                                                             \
  3583                                                                             \