JDK 25 |
---|
25 b14Fixed |
Blocks :
|
|
Causes :
|
We currently directly replace a useless Assertion Predicate with a constant to let it fold during IGVN. This messes with Assertion Predicate matching (see, for example, JDK-8350637). We should mark the opaque nodes of useless Assertion Predicates and then clean them up during IGVN to not interfere the predicate matching code.
|