RFR: 8360304: Redundant condition in LibraryCallKit::inline_vector_nary_operation

Aleksey Shipilev shade at openjdk.org
Fri Aug 8 17:07:10 UTC 2025


On Sat, 2 Aug 2025 15:44:22 GMT, Francesco Andreuzzi <duke at openjdk.org> wrote:

> The check for `sopc != 0` is not needed after JDK-8353786, the function would exit at L374 otherwise.
> 
> Passes tier1.

This looks good to me. 

@iwanowww: from the code history, it looks like you added the check we are now depending on, could you please take a look as well? Thanks!

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

Marked as reviewed by shade (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/26606#pullrequestreview-3101607475


More information about the hotspot-compiler-dev mailing list