mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
7200001: failed C1 OSR compile doesn't get recompiled with C2
Reviewed-by: kvn
This commit is contained in:
parent
913a550c76
commit
0bae010a3b
10 changed files with 183 additions and 131 deletions
|
@ -2182,7 +2182,7 @@ typedef TwoOopHashtable<Symbol*, mtClass> SymbolTwoOopHashtable;
|
|||
declare_constant(JVM_ACC_HAS_LOOPS) \
|
||||
declare_constant(JVM_ACC_LOOPS_FLAG_INIT) \
|
||||
declare_constant(JVM_ACC_QUEUED) \
|
||||
declare_constant(JVM_ACC_NOT_OSR_COMPILABLE) \
|
||||
declare_constant(JVM_ACC_NOT_C2_OSR_COMPILABLE) \
|
||||
declare_constant(JVM_ACC_HAS_LINE_NUMBER_TABLE) \
|
||||
declare_constant(JVM_ACC_HAS_CHECKED_EXCEPTIONS) \
|
||||
declare_constant(JVM_ACC_HAS_JSRS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue