mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7122219: Passed StringTableSize value not verified
Check that the values specified for -XX:StringTableSize are within a certain range. Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
a988fc0968
commit
a28380d97e
5 changed files with 19 additions and 10 deletions
|
@ -327,6 +327,12 @@ typedef jlong s8;
|
|||
const int max_method_code_size = 64*K - 1; // JVM spec, 2nd ed. section 4.8.1 (p.134)
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// Minimum StringTableSize value
|
||||
|
||||
const int defaultStringTableSize=1009;
|
||||
|
||||
|
||||
//----------------------------------------------------------------------------------------------------
|
||||
// HotSwap - for JVMTI aka Class File Replacement and PopFrame
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue