Integrated: 8360304: Redundant condition in LibraryCallKit::inline_vector_nary_operation

Francesco Andreuzzi duke at openjdk.org
Wed Aug 20 17:19:44 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 pull request has now been integrated.

Changeset: ed7d5fe8
Author:    Francesco Andreuzzi <andreuzzi.francesco at gmail.com>
Committer: Volker Simonis <simonis at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/ed7d5fe840fed853b8a7db3347d6400f142ad154
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8360304: Redundant condition in LibraryCallKit::inline_vector_nary_operation

Reviewed-by: shade, vlivanov

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

PR: https://git.openjdk.org/jdk/pull/26606


More information about the hotspot-compiler-dev mailing list