src/hotspot/share/opto/loopopts.cpp
changeset 52429 b64514ff68fd
parent 51828 a7448f4f89a0
child 52712 d17e09494308
--- a/src/hotspot/share/opto/loopopts.cpp	Tue Nov 06 10:10:18 2018 -0800
+++ b/src/hotspot/share/opto/loopopts.cpp	Tue Nov 06 23:03:05 2018 +0100
@@ -129,7 +129,7 @@
       // otherwise it will be not updated during igvn->transform since
       // igvn->type(x) is set to x->Value() already.
       x->raise_bottom_type(t);
-      Node *y = x->Identity(&_igvn);
+      Node *y = _igvn.apply_identity(x);
       if (y != x) {
         wins++;
         x = y;