-
Bug
-
Resolution: Fixed
-
P5
-
26
-
master
if (TraceLoopOpts) {
tty->print("Split %d %s through %d Phi in %d %s",
n->_idx, n->Name(), phi->_idx, region->_idx, region->Name());
}
This will result in:
Split 974 CmpI through 1465 Phi in 953 RegionSplit 474 Bool through 1468 Phi in 953 RegionSplit-If
instead of
Split 974 CmpI through 1465 Phi in 953 RegionSplit 474 Bool through 1468 Phi in 953 Region
Split-If
- relates to
-
JDK-8356176 C2 MemorySegment: missing RCE with byteSize() in Loop Exit Check inside the for Expression
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/ceacf6f7
-
Review(master) openjdk/jdk/27092