mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
6674588: (Escape Analysis) Improve Escape Analysis code
Current EA code has several problems which have to be fixed. Reviewed-by: jrose, sgoldman
This commit is contained in:
parent
30dc0edfc8
commit
fc0117cb9a
12 changed files with 1352 additions and 523 deletions
|
@ -1328,7 +1328,6 @@ public:
|
|||
// Inline definition of Compile::record_for_igvn must be deferred to this point.
|
||||
inline void Compile::record_for_igvn(Node* n) {
|
||||
_for_igvn->push(n);
|
||||
record_for_escape_analysis(n);
|
||||
}
|
||||
|
||||
//------------------------------Node_Stack-------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue