Integrated: 8326983: Unused operands reported after JDK-8326135

kuaiwei duke at openjdk.org
Wed Mar 6 17:04:52 UTC 2024


On Fri, 1 Mar 2024 05:46:57 GMT, kuaiwei <duke at openjdk.org> wrote:

> Remove all unused operands reported by adlc. I'm testing x86_64 and aarch64. So far no failure found in tier1.
> I tried to clean unused operands for all platform. A special case is immLRot2 in arm, it's not used, but appeared in many todo comments. So I keep it.

This pull request has now been integrated.

Changeset: e92ecd97
Author:    Kuai Wei <wei.kuai at gmail.com>
Committer: Vladimir Kozlov <kvn at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e92ecd9703e0a4f71d52a159516785a3eab5195a
Stats:     993 lines in 10 files changed: 17 ins; 966 del; 10 mod

8326983: Unused operands reported after JDK-8326135

Reviewed-by: kvn, vlivanov

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

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


More information about the hotspot-compiler-dev mailing list