RFR: 8347718: Unexpected NullPointerException in C2 compiled code due to ReduceAllocationMerges [v2]
duke
duke at openjdk.org
Tue Jan 28 18:38:52 UTC 2025
On Mon, 27 Jan 2025 18:22:31 GMT, Cesar Soares Lucas <cslucas at openjdk.org> wrote:
>> Please, review this patch to fix an issue in reducing allocation merges used by Cmp nodes. The attached test case, adapted from the one attached to the JBS issue, can be used to reproduce the issue. The root of the problem was not properly checking the return value of `optimize_ptr_compare` against different Cmp mask predicates.
>>
>> I tested this on OSX(ARM64) & Linux(Intel) tier1-4.
>
> Cesar Soares Lucas has updated the pull request incrementally with one additional commit since the last revision:
>
> Address PR feedback: typo on test & move of igvn.transform
@JohnTortugo
Your change (at version 420524754f3410e8a1472ed91031cc029c19907f) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23312#issuecomment-2619782812
More information about the hotspot-compiler-dev
mailing list