[jdk21u-dev] Integrated: 8358534: Bailout in Conv2B::Ideal when type of cmp input is not supported
Aleksey Shipilev
shade at openjdk.org
Mon Jun 23 13:03:32 UTC 2025
On Thu, 19 Jun 2025 11:34:42 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`
This pull request has now been integrated.
Changeset: f55ff018
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/f55ff018b2f6a14e7f751d29f56205aba33e8b69
Stats: 5 lines in 1 file changed: 5 ins; 0 del; 0 mod
8358534: Bailout in Conv2B::Ideal when type of cmp input is not supported
Reviewed-by: cslucas
Backport-of: 704b5990a750719ca927e156553db7982637e590
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1904
More information about the jdk-updates-dev
mailing list