8019375: Internal symbol table size should be tunable

Reviewed-by: coleenp, kamg
This commit is contained in:
Kevin Walls 2013-10-08 09:33:51 +01:00
parent 088ded71f9
commit c3d0e64506
6 changed files with 19 additions and 22 deletions

View file

@ -333,6 +333,9 @@ const int max_method_code_size = 64*K - 1; // JVM spec, 2nd ed. section 4.8.1 (
const int defaultStringTableSize = NOT_LP64(1009) LP64_ONLY(60013);
const int minimumStringTableSize=1009;
const int defaultSymbolTableSize = 20011;
const int minimumSymbolTableSize = 1009;
//----------------------------------------------------------------------------------------------------
// HotSwap - for JVMTI aka Class File Replacement and PopFrame