6962930: make the string table size configurable

Reviewed-by: never, phh, stefank, kamg, dholmes, coleenp
This commit is contained in:
John Coomes 2011-03-21 18:38:00 -07:00
parent 31ac558f3d
commit 1ed31f9194
5 changed files with 32 additions and 29 deletions

View file

@ -1553,12 +1553,6 @@ static inline uint64_t cast_uint64_t(size_t x)
\
declare_constant(SymbolTable::symbol_table_size) \
\
/***************/ \
/* StringTable */ \
/***************/ \
\
declare_constant(StringTable::string_table_size) \
\
/********************/ \
/* SystemDictionary */ \
/********************/ \