diff src/share/vm/runtime/globals.hpp @ 6870:e52361627b65

Merge
author coleenp
date Mon, 15 Oct 2012 22:33:19 -0400
parents d804e148cff8 bdb5f8c9978b
children 588f08ed16cf 5ec0c42da025 77443715ec55
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Fri Oct 12 14:06:27 2012 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Oct 15 22:33:19 2012 -0400
@@ -3539,10 +3539,6 @@
   product(uintx, SharedDummyBlockSize, 0,                                   \
           "Size of dummy block used to shift heap addresses (in bytes)")    \
                                                                             \
-  diagnostic(bool, SharedSkipVerify, false,                                 \
-          "Skip assert() and verify() which page-in unwanted shared "       \
-          "objects. ")                                                      \
-                                                                            \
   diagnostic(bool, EnableInvokeDynamic, true,                               \
           "support JSR 292 (method handles, invokedynamic, "                \
           "anonymous classes")                                              \