< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -3872,13 +3872,10 @@
   product(bool, DumpSharedSpaces, false,                                    \
           "Special mode: JVM reads a class list, loads classes, builds "    \
           "shared spaces, and dumps the shared spaces to a file to be "     \
           "used in future JVM runs")                                        \
                                                                             \
-  product(bool, PrintSharedSpaces, false,                                   \
-          "Print usage of shared spaces")                                   \
-                                                                            \
   product(bool, PrintSharedArchiveAndExit, false,                           \
           "Print shared archive file contents")                             \
                                                                             \
   product(bool, PrintSharedDictionary, false,                               \
           "If PrintSharedArchiveAndExit is true, also print the shared "    \
< prev index next >