src/share/vm/utilities/globalDefinitions.hpp

changeset 5850
c90e76575b03
parent 5784
190899198332
child 5865
aa6f2ea19d8f
equal deleted inserted replaced
5848:ac9cb1d5a202 5850:c90e76575b03
330 //---------------------------------------------------------------------------------------------------- 330 //----------------------------------------------------------------------------------------------------
331 // Default and minimum StringTableSize values 331 // Default and minimum StringTableSize values
332 332
333 const int defaultStringTableSize = NOT_LP64(1009) LP64_ONLY(60013); 333 const int defaultStringTableSize = NOT_LP64(1009) LP64_ONLY(60013);
334 const int minimumStringTableSize=1009; 334 const int minimumStringTableSize=1009;
335
336 const int defaultSymbolTableSize = 20011;
337 const int minimumSymbolTableSize = 1009;
335 338
336 339
337 //---------------------------------------------------------------------------------------------------- 340 //----------------------------------------------------------------------------------------------------
338 // HotSwap - for JVMTI aka Class File Replacement and PopFrame 341 // HotSwap - for JVMTI aka Class File Replacement and PopFrame
339 // 342 //

mercurial