comparison src/share/vm/runtime/globals.hpp @ 2378:924777755fad

6962930: make the string table size configurable Reviewed-by: never, phh, stefank, kamg, dholmes, coleenp
author jcoomes
date Mon, 21 Mar 2011 18:38:00 -0700
parents c7f3d0b4570f
children b099aaf51bf8
comparison
equal deleted inserted replaced
2377:57552dca1708 2378:924777755fad
3754 "Relax the access control checks in the verifier") \ 3754 "Relax the access control checks in the verifier") \
3755 \ 3755 \
3756 diagnostic(bool, PrintDTraceDOF, false, \ 3756 diagnostic(bool, PrintDTraceDOF, false, \
3757 "Print the DTrace DOF passed to the system for JSDT probes") \ 3757 "Print the DTrace DOF passed to the system for JSDT probes") \
3758 \ 3758 \
3759 product(uintx, StringTableSize, 1009, \
3760 "Number of buckets in the interned String table") \
3761 \
3759 product(bool, UseVMInterruptibleIO, false, \ 3762 product(bool, UseVMInterruptibleIO, false, \
3760 "(Unstable, Solaris-specific) Thread interrupt before or with " \ 3763 "(Unstable, Solaris-specific) Thread interrupt before or with " \
3761 "EINTR for I/O operations results in OS_INTRPT. The default value"\ 3764 "EINTR for I/O operations results in OS_INTRPT. The default value"\
3762 " of this flag is true for JDK 6 and earliers") 3765 " of this flag is true for JDK 6 and earliers")
3763 3766