mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
6614597: Performance variability in jvm2008 xml.validation
Fix incorrect marking of methods as not compilable. Reviewed-by: never
This commit is contained in:
parent
4e8608a124
commit
0c27c5537e
18 changed files with 213 additions and 133 deletions
|
@ -2864,7 +2864,7 @@ class CommandLineFlags {
|
|||
product(intx, PerMethodRecompilationCutoff, 400, \
|
||||
"After recompiling N times, stay in the interpreter (-1=>'Inf')") \
|
||||
\
|
||||
product(intx, PerBytecodeRecompilationCutoff, 100, \
|
||||
product(intx, PerBytecodeRecompilationCutoff, 200, \
|
||||
"Per-BCI limit on repeated recompilation (-1=>'Inf')") \
|
||||
\
|
||||
product(intx, PerMethodTrapLimit, 100, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue