comparison src/share/vm/runtime/globals.hpp @ 12825:c90e76575b03

8019375: Internal symbol table size should be tunable. Reviewed-by: coleenp, kamg
author kevinw
date Tue, 08 Oct 2013 09:33:51 +0100
parents 1c3486050433
children aa6f2ea19d8f
comparison
equal deleted inserted replaced
12823:ac9cb1d5a202 12825:c90e76575b03
3725 "Print the DTrace DOF passed to the system for JSDT probes") \ 3725 "Print the DTrace DOF passed to the system for JSDT probes") \
3726 \ 3726 \
3727 product(uintx, StringTableSize, defaultStringTableSize, \ 3727 product(uintx, StringTableSize, defaultStringTableSize, \
3728 "Number of buckets in the interned String table") \ 3728 "Number of buckets in the interned String table") \
3729 \ 3729 \
3730 experimental(uintx, SymbolTableSize, defaultSymbolTableSize, \
3731 "Number of buckets in the JVM internal Symbol table") \
3732 \
3730 develop(bool, TraceDefaultMethods, false, \ 3733 develop(bool, TraceDefaultMethods, false, \
3731 "Trace the default method processing steps") \ 3734 "Trace the default method processing steps") \
3732 \ 3735 \
3733 develop(bool, VerifyGenericSignatures, false, \ 3736 develop(bool, VerifyGenericSignatures, false, \
3734 "Abort VM on erroneous or inconsistent generic signatures") \ 3737 "Abort VM on erroneous or inconsistent generic signatures") \