comparison 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
comparison
equal deleted inserted replaced
131:6e825ad773c6 132:60b728ec77c1
777 "dictionary") \ 777 "dictionary") \
778 \ 778 \
779 product(bool, ClassUnloading, true, \ 779 product(bool, ClassUnloading, true, \
780 "Do unloading of classes") \ 780 "Do unloading of classes") \
781 \ 781 \
782 diagnostic(bool, LinkWellKnownClasses, true, \
783 "Resolve a well known class as soon as its name is seen") \
784 \
782 develop(bool, DisableStartThread, false, \ 785 develop(bool, DisableStartThread, false, \
783 "Disable starting of additional Java threads " \ 786 "Disable starting of additional Java threads " \
784 "(for debugging only)") \ 787 "(for debugging only)") \
785 \ 788 \
786 develop(bool, MemProfiling, false, \ 789 develop(bool, MemProfiling, false, \