mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
6726999: nsk/stress/jck12a/jck12a010 assert(n != null,"Bad immediate dominator info.")
Escape Analysis fixes. Reviewed-by: never, rasbold
This commit is contained in:
parent
2d1fcda0d7
commit
50c4a23cac
15 changed files with 1680 additions and 115 deletions
|
@ -607,6 +607,7 @@ public:
|
|||
};
|
||||
|
||||
//------------------------------LoadStoreNode---------------------------
|
||||
// Note: is_Mem() method returns 'true' for this class.
|
||||
class LoadStoreNode : public Node {
|
||||
public:
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue