hotspot/src/share/vm/runtime/globals.hpp
changeset 28368 df9e4ec74c72
parent 28214 0b2894b5e67c
parent 28363 047115468f16
child 28372 ce0aad4b8c44
equal deleted inserted replaced
28221:000bc11b1078 28368:df9e4ec74c72
  3777                                                                             \
  3777                                                                             \
  3778   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3778   product(uintx, SharedBaseAddress, LP64_ONLY(32*G)                         \
  3779           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3779           NOT_LP64(LINUX_ONLY(2*G) NOT_LINUX(0)),                           \
  3780           "Address to allocate shared memory region for class data")        \
  3780           "Address to allocate shared memory region for class data")        \
  3781                                                                             \
  3781                                                                             \
       
  3782   product(uintx, SharedSymbolTableBucketSize, 4,                            \
       
  3783           "Average number of symbols per bucket in shared table")           \
       
  3784                                                                             \
  3782   diagnostic(bool, IgnoreUnverifiableClassesDuringDump, false,              \
  3785   diagnostic(bool, IgnoreUnverifiableClassesDuringDump, false,              \
  3783           "Do not quit -Xshare:dump even if we encounter unverifiable "     \
  3786           "Do not quit -Xshare:dump even if we encounter unverifiable "     \
  3784           "classes. Just exclude them from the shared dictionary.")         \
  3787           "classes. Just exclude them from the shared dictionary.")         \
  3785                                                                             \
  3788                                                                             \
  3786   diagnostic(bool, PrintMethodHandleStubs, false,                           \
  3789   diagnostic(bool, PrintMethodHandleStubs, false,                           \