comparison src/share/vm/utilities/globalDefinitions.hpp @ 6982:e4f764ddb06a

7122219: Passed StringTableSize value not verified Summary: Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
author hseigel
date Mon, 12 Nov 2012 15:58:11 -0500
parents 8e47bac5643a
children 2cb439954abf 59c790074993
comparison
equal deleted inserted replaced
6981:8c413497f434 6982:e4f764ddb06a
323 323
324 //---------------------------------------------------------------------------------------------------- 324 //----------------------------------------------------------------------------------------------------
325 // JVM spec restrictions 325 // JVM spec restrictions
326 326
327 const int max_method_code_size = 64*K - 1; // JVM spec, 2nd ed. section 4.8.1 (p.134) 327 const int max_method_code_size = 64*K - 1; // JVM spec, 2nd ed. section 4.8.1 (p.134)
328
329
330 //----------------------------------------------------------------------------------------------------
331 // Minimum StringTableSize value
332
333 const int defaultStringTableSize=1009;
328 334
329 335
330 //---------------------------------------------------------------------------------------------------- 336 //----------------------------------------------------------------------------------------------------
331 // HotSwap - for JVMTI aka Class File Replacement and PopFrame 337 // HotSwap - for JVMTI aka Class File Replacement and PopFrame
332 // 338 //