comparison src/share/vm/runtime/globals.hpp @ 476:7b75310e57e2

Merge
author kvn
date Thu, 11 Dec 2008 17:20:10 -0800
parents 85f1b9537f70 7a018855d2f0
children ffe19141e312
comparison
equal deleted inserted replaced
473:3ad2b8576c4a 476:7b75310e57e2
816 "dictionary") \ 816 "dictionary") \
817 \ 817 \
818 product(bool, ClassUnloading, true, \ 818 product(bool, ClassUnloading, true, \
819 "Do unloading of classes") \ 819 "Do unloading of classes") \
820 \ 820 \
821 diagnostic(bool, LinkWellKnownClasses, true, \ 821 diagnostic(bool, LinkWellKnownClasses, false, \
822 "Resolve a well known class as soon as its name is seen") \ 822 "Resolve a well known class as soon as its name is seen") \
823 \ 823 \
824 develop(bool, DisableStartThread, false, \ 824 develop(bool, DisableStartThread, false, \
825 "Disable starting of additional Java threads " \ 825 "Disable starting of additional Java threads " \
826 "(for debugging only)") \ 826 "(for debugging only)") \