mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 03:54:33 +02:00
6667610: (Escape Analysis) retry compilation without EA if it fails
During split unique types EA could exceed nodes limit and fail the method compilation. Reviewed-by: rasbold
This commit is contained in:
parent
17458c9660
commit
bf7f5e1887
7 changed files with 57 additions and 11 deletions
|
@ -410,6 +410,7 @@ domgraph.cpp vectset.hpp
|
|||
|
||||
escape.cpp allocation.hpp
|
||||
escape.cpp bcEscapeAnalyzer.hpp
|
||||
escape.cpp c2compiler.hpp
|
||||
escape.cpp callnode.hpp
|
||||
escape.cpp cfgnode.hpp
|
||||
escape.cpp compile.hpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue