hotspot/src/share/vm/runtime/globals.hpp
changeset 14078 2b2b8833c422
parent 13961 aeaa21c167d1
child 14081 504ab928597a
equal deleted inserted replaced
13963:e5b53c306fb5 14078:2b2b8833c422
  3540           "Size of the shared code area adjacent to the heap (in bytes)")   \
  3540           "Size of the shared code area adjacent to the heap (in bytes)")   \
  3541                                                                             \
  3541                                                                             \
  3542   product(uintx, SharedDummyBlockSize, 0,                                   \
  3542   product(uintx, SharedDummyBlockSize, 0,                                   \
  3543           "Size of dummy block used to shift heap addresses (in bytes)")    \
  3543           "Size of dummy block used to shift heap addresses (in bytes)")    \
  3544                                                                             \
  3544                                                                             \
  3545   diagnostic(bool, SharedSkipVerify, false,                                 \
       
  3546           "Skip assert() and verify() which page-in unwanted shared "       \
       
  3547           "objects. ")                                                      \
       
  3548                                                                             \
       
  3549   diagnostic(bool, EnableInvokeDynamic, true,                               \
  3545   diagnostic(bool, EnableInvokeDynamic, true,                               \
  3550           "support JSR 292 (method handles, invokedynamic, "                \
  3546           "support JSR 292 (method handles, invokedynamic, "                \
  3551           "anonymous classes")                                              \
  3547           "anonymous classes")                                              \
  3552                                                                             \
  3548                                                                             \
  3553   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3549   diagnostic(bool, PrintMethodHandleStubs, false,                           \