-
Enhancement
-
Resolution: Fixed
-
P4
-
21.0.5
-
b01
We have disabled a part of an assertion when backporting JDK-8325494 because it requires JDK-8305636 which is not yet in JDK 21u:
https://github.com/openjdk/jdk21u-dev/blob/5c3dbbfc23f96fddf572f52ca2f4441e18d1fd03/src/hotspot/share/opto/loopTransform.cpp#L2052
We should be able to use the old assertion which was removed byJDK-8309902.
https://github.com/openjdk/jdk21u-dev/blob/5c3dbbfc23f96fddf572f52ca2f4441e18d1fd03/src/hotspot/share/opto/loopTransform.cpp#L2052
We should be able to use the old assertion which was removed by
- relates to
-
JDK-8334842 C2: Broken graph after not skipping CastII node anymore for Assertion Predicates after JDK-8309902
- Resolved