diff src/share/vm/runtime/globals.hpp @ 6852:19eb999cb72c

8000740: remove LinkWellKnownClasses Reviewed-by: kvn, jrose
author twisti
date Thu, 11 Oct 2012 14:46:20 -0700
parents 65d07d9ee446
children d804e148cff8
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Thu Oct 11 18:21:01 2012 +0200
+++ b/src/share/vm/runtime/globals.hpp	Thu Oct 11 14:46:20 2012 -0700
@@ -1000,9 +1000,6 @@
   product(bool, ClassUnloading, true,                                       \
           "Do unloading of classes")                                        \
                                                                             \
-  diagnostic(bool, LinkWellKnownClasses, true,                              \
-          "Resolve a well known class as soon as its name is seen")         \
-                                                                            \
   develop(bool, DisableStartThread, false,                                  \
           "Disable starting of additional Java threads "                    \
           "(for debugging only)")                                           \