JDK 25 |
---|
25 b11Fixed |
Causes :
|
|
Relates :
|
|
Relates :
|
Found this while looking at: https://mail.openjdk.org/pipermail/panama-dev/2024-December/020835.html I believe the issue is that we optimize the pattern (base + offset) & mask when offset is a left shift but we miss the cases when offset is a constant.
|