comparison src/share/vm/runtime/vmStructs.cpp @ 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 006b3750a4d4
comparison
equal deleted inserted replaced
2377:57552dca1708 2378:924777755fad
1551 /* SymbolTable */ \ 1551 /* SymbolTable */ \
1552 /***************/ \ 1552 /***************/ \
1553 \ 1553 \
1554 declare_constant(SymbolTable::symbol_table_size) \ 1554 declare_constant(SymbolTable::symbol_table_size) \
1555 \ 1555 \
1556 /***************/ \
1557 /* StringTable */ \
1558 /***************/ \
1559 \
1560 declare_constant(StringTable::string_table_size) \
1561 \
1562 /********************/ \ 1556 /********************/ \
1563 /* SystemDictionary */ \ 1557 /* SystemDictionary */ \
1564 /********************/ \ 1558 /********************/ \
1565 \ 1559 \
1566 declare_constant(SystemDictionary::_loader_constraint_size) \ 1560 declare_constant(SystemDictionary::_loader_constraint_size) \