From f8d31e244eafea2f58f917e162eef20ab53e0beb Mon Sep 17 00:00:00 2001 From: kevinw Date: Tue, 8 Oct 2013 09:33:51 +0100 Subject: 8019375: Internal symbol table size should be tunable. Reviewed-by: coleenp, kamg --- src/share/vm/utilities/globalDefinitions.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/share/vm/utilities') diff --git a/src/share/vm/utilities/globalDefinitions.hpp b/src/share/vm/utilities/globalDefinitions.hpp index 8febe5474..68a5b0c86 100644 --- a/src/share/vm/utilities/globalDefinitions.hpp +++ b/src/share/vm/utilities/globalDefinitions.hpp @@ -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 -- cgit v1.2.3