aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/utilities
diff options
context:
space:
mode:
authorkevinw <none@none>2013-10-08 09:33:51 +0100
committerkevinw <none@none>2013-10-08 09:33:51 +0100
commitf8d31e244eafea2f58f917e162eef20ab53e0beb (patch)
treed72c0c33642b0ef0d4170fd74bee055ee56252bb /src/share/vm/utilities
parent930eb0a0696083766969db14687995b525c5b83a (diff)
8019375: Internal symbol table size should be tunable.
Reviewed-by: coleenp, kamg
Diffstat (limited to 'src/share/vm/utilities')
-rw-r--r--src/share/vm/utilities/globalDefinitions.hpp3
1 files changed, 3 insertions, 0 deletions
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