equal
deleted
inserted
replaced
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 // |