diff src/share/vm/utilities/globalDefinitions.hpp @ 12825:c90e76575b03

8019375: Internal symbol table size should be tunable. Reviewed-by: coleenp, kamg
author kevinw
date Tue, 08 Oct 2013 09:33:51 +0100
parents 190899198332
children aa6f2ea19d8f
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions.hpp	Mon Oct 07 12:20:28 2013 -0400
+++ b/src/share/vm/utilities/globalDefinitions.hpp	Tue Oct 08 09:33:51 2013 +0100
@@ -333,6 +333,9 @@
 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