comparison 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
comparison
equal deleted inserted replaced
6963:dd0dd0321e2a 6988:2cb439954abf
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 //