diff src/share/vm/utilities/globalDefinitions.hpp @ 6988:2cb439954abf

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 19 Nov 2012 15:36:13 +0100
parents 606964349cf4 e4f764ddb06a
children 1baf7f1e3f23
line wrap: on
line diff
--- a/src/share/vm/utilities/globalDefinitions.hpp	Sun Nov 18 22:45:43 2012 +0100
+++ b/src/share/vm/utilities/globalDefinitions.hpp	Mon Nov 19 15:36:13 2012 +0100
@@ -328,6 +328,12 @@
 
 
 //----------------------------------------------------------------------------------------------------
+// Minimum StringTableSize value
+
+const int defaultStringTableSize=1009;
+
+
+//----------------------------------------------------------------------------------------------------
 // HotSwap - for JVMTI   aka Class File Replacement and PopFrame
 //
 // Determines whether on-the-fly class replacement and frame popping are enabled.