comparison src/share/vm/runtime/globals.hpp @ 6982:e4f764ddb06a

7122219: Passed StringTableSize value not verified Summary: Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
author hseigel
date Mon, 12 Nov 2012 15:58:11 -0500
parents ec204374e626
children 80e866b1d053
comparison
equal deleted inserted replaced
6981:8c413497f434 6982:e4f764ddb06a
3591 "Relax the access control checks in the verifier") \ 3591 "Relax the access control checks in the verifier") \
3592 \ 3592 \
3593 diagnostic(bool, PrintDTraceDOF, false, \ 3593 diagnostic(bool, PrintDTraceDOF, false, \
3594 "Print the DTrace DOF passed to the system for JSDT probes") \ 3594 "Print the DTrace DOF passed to the system for JSDT probes") \
3595 \ 3595 \
3596 product(uintx, StringTableSize, 1009, \ 3596 product(uintx, StringTableSize, defaultStringTableSize, \
3597 "Number of buckets in the interned String table") \ 3597 "Number of buckets in the interned String table") \
3598 \ 3598 \
3599 develop(bool, TraceDefaultMethods, false, \ 3599 develop(bool, TraceDefaultMethods, false, \
3600 "Trace the default method processing steps") \ 3600 "Trace the default method processing steps") \
3601 \ 3601 \