comparison src/share/vm/runtime/globals.hpp @ 474:7a018855d2f0

6779339: turn off LinkWellKnownClasses by default pending further testing Summary: temporarily turn off LinkWellKnownClasses optimization Reviewed-by: never, kvn
author jrose
date Mon, 08 Dec 2008 17:15:02 -0800
parents 434912c745cf
children 7b75310e57e2
comparison
equal deleted inserted replaced
461:1f54ed41d6ae 474:7a018855d2f0
813 "dictionary") \ 813 "dictionary") \
814 \ 814 \
815 product(bool, ClassUnloading, true, \ 815 product(bool, ClassUnloading, true, \
816 "Do unloading of classes") \ 816 "Do unloading of classes") \
817 \ 817 \
818 diagnostic(bool, LinkWellKnownClasses, true, \ 818 diagnostic(bool, LinkWellKnownClasses, false, \
819 "Resolve a well known class as soon as its name is seen") \ 819 "Resolve a well known class as soon as its name is seen") \
820 \ 820 \
821 develop(bool, DisableStartThread, false, \ 821 develop(bool, DisableStartThread, false, \
822 "Disable starting of additional Java threads " \ 822 "Disable starting of additional Java threads " \
823 "(for debugging only)") \ 823 "(for debugging only)") \