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