-
Enhancement
-
Resolution: Fixed
-
P4
-
8, 11, 17, 18
-
b23
Found this while working on JDK-8276096. It seems when the actual method is native, `F_R` (regular) intrinsic definition still matches. I believe that happens because flag matchers check for native flags only optionally. It would be better to implement this more consistently.
- is blocked by
-
JDK-8276217 Harmonize StrictMath intrinsics handling
- Resolved