-
Enhancement
-
Resolution: Fixed
-
P4
-
18
-
b23
This blocks JDK-8276215: `StrictMath` intrinsics are handled peculiarly by giving failing intrinsics a second chance to match against the similar `Math` intrinsics. This has interesting consequence for matchers: we can match the native `StrictMath.sqrt` to non-native intrinsic for `Math.sqrt`. Interpreter would then have to disambiguate the two. It could be made simpler and more consistent.
- blocks
-
JDK-8276215 Intrinsics matchers should handle native method flags better
-
- Resolved
-