mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
7088955: add C2 IR support to the SA
Reviewed-by: kvn
This commit is contained in:
parent
e39ba1a5fe
commit
e3afdf10ad
200 changed files with 7232 additions and 13674 deletions
|
@ -34,6 +34,8 @@ class MonitorValue;
|
|||
class ObjectValue;
|
||||
|
||||
class Deoptimization : AllStatic {
|
||||
friend class VMStructs;
|
||||
|
||||
public:
|
||||
// What condition caused the deoptimization?
|
||||
enum DeoptReason {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue