Integrated: 8327693: C1: LIRGenerator::_instruction_for_operand is only read by assertion code

Denghui Dong ddong at openjdk.org
Wed Mar 13 00:03:18 UTC 2024


On Fri, 8 Mar 2024 14:08:57 GMT, Denghui Dong <ddong at openjdk.org> wrote:

> Hi,
> 
> Please help review this change that moves _instruction_for_operand into ASSERT block since it is only read by assertion code in c1_LinearScan.cpp.
> 
> Thanks

This pull request has now been integrated.

Changeset: 5d4bfad1
Author:    Denghui Dong <ddong at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5d4bfad12b650b9f7c512a071830c58b8f1d020b
Stats:     25 lines in 2 files changed: 12 ins; 9 del; 4 mod

8327693: C1: LIRGenerator::_instruction_for_operand is only read by assertion code

Reviewed-by: gli, chagedorn

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

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


More information about the hotspot-compiler-dev mailing list