6652736: well known classes in system dictionary are inefficiently processed

Combine many scalar variables into a single enum-indexed array in SystemDictionary.

Reviewed-by: kvn
This commit is contained in:
John R Rose 2008-04-29 19:45:22 -07:00
parent b05f95c5a9
commit bb7ccea4ff
8 changed files with 519 additions and 555 deletions

View file

@ -779,6 +779,9 @@ class CommandLineFlags {
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)") \