hotspot/src/share/vm/runtime/globals.hpp
changeset 46522 86b13b03a053
parent 46469 f0f38f5ac34f
child 46540 9c0aa7bc3fe3
equal deleted inserted replaced
46521:17e8acfe1db8 46522:86b13b03a053
  3872   product(bool, DumpSharedSpaces, false,                                    \
  3872   product(bool, DumpSharedSpaces, false,                                    \
  3873           "Special mode: JVM reads a class list, loads classes, builds "    \
  3873           "Special mode: JVM reads a class list, loads classes, builds "    \
  3874           "shared spaces, and dumps the shared spaces to a file to be "     \
  3874           "shared spaces, and dumps the shared spaces to a file to be "     \
  3875           "used in future JVM runs")                                        \
  3875           "used in future JVM runs")                                        \
  3876                                                                             \
  3876                                                                             \
  3877   product(bool, PrintSharedSpaces, false,                                   \
       
  3878           "Print usage of shared spaces")                                   \
       
  3879                                                                             \
       
  3880   product(bool, PrintSharedArchiveAndExit, false,                           \
  3877   product(bool, PrintSharedArchiveAndExit, false,                           \
  3881           "Print shared archive file contents")                             \
  3878           "Print shared archive file contents")                             \
  3882                                                                             \
  3879                                                                             \
  3883   product(bool, PrintSharedDictionary, false,                               \
  3880   product(bool, PrintSharedDictionary, false,                               \
  3884           "If PrintSharedArchiveAndExit is true, also print the shared "    \
  3881           "If PrintSharedArchiveAndExit is true, also print the shared "    \