[jdk21u-dev] RFR: 8358534: Bailout in Conv2B::Ideal when type of cmp input is not supported

Victor Noël duke at openjdk.org
Wed Jul 16 17:35:44 UTC 2025


On Mon, 23 Jun 2025 12:58:40 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:

>> Clean bailout from the optimization added in JDK 21. While the patch is fairly recent, it does not come with elevated risk, as it just skips the optimization in the case where the alternative is compiler crash. This crash is seen in real world: https://github.com/adoptium/adoptium-support/issues/1191
>> 
>> Additional testing:
>>  - [x] Linux x86_64 server fastdebug, `all`
>
> Push approval granted. Here goes.

Hi @shipilev, sorry to bother you but I see that since this PR was merged, jdk-21.0.8+9 was released, but I don't see the corresponding commit in that tag. I feel like I'm missing something but shouldn't it have been included in it?

Thanks for your help!

-------------

PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1904#issuecomment-3079241959


More information about the jdk-updates-dev mailing list