diff src/share/vm/runtime/globals.hpp @ 6867:bdb5f8c9978b

7199068: NPG: SharedSkipVerify is meaningless Summary: Remove the SharedSkipVerify flag Reviewed-by: kamg, sspitsyn, coleenp Contributed-by: harold.seigel@oracle.com
author coleenp
date Wed, 10 Oct 2012 17:04:33 -0400
parents 6e5a59a8e4a7
children e52361627b65
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Oct 09 10:09:34 2012 -0700
+++ b/src/share/vm/runtime/globals.hpp	Wed Oct 10 17:04:33 2012 -0400
@@ -3542,10 +3542,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")                                              \