mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
![]() The optimizer should be told to normalize (AndL (ConvI2L x) 0xFF) to (ConvI2L (AndI x 0xFF)), and then the existing matcher rule will work for free. Reviewed-by: kvn |
||
---|---|---|
.. | ||
Test5057225.java |