diff src/share/vm/runtime/globals.hpp @ 132:60b728ec77c1

6652736: well known classes in system dictionary are inefficiently processed Summary: combine many scalar variables into a single enum-indexed array in SystemDictionary. Reviewed-by: kvn
author jrose
date Tue, 29 Apr 2008 19:45:22 -0700
parents 018d5b58dd4f
children 8bd1e4487c18
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Apr 29 19:40:51 2008 -0700
+++ b/src/share/vm/runtime/globals.hpp	Tue Apr 29 19:45:22 2008 -0700
@@ -779,6 +779,9 @@
   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)")                                           \