Update src/hotspot/cpu/aarch64/c1_LIRAssembler_aarch64.cpp

Co-authored-by: Andrew Haley <aph-open@littlepinkcloud.com>
This commit is contained in:
Thomas Stuefe 2025-12-04 14:31:34 +01:00 committed by GitHub
parent 074a2337a3
commit 9e85a653a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1279,7 +1279,6 @@ void LIR_Assembler::emit_typecheck_helper(LIR_OpTypeCheck *op, Label* success, L
Rtmp1 = op->tmp3()->as_register();
select_different_registers(obj, dst, k_RInfo, klass_RInfo, Rtmp1);
assert_different_registers(obj, k_RInfo, klass_RInfo);
if (should_profile) {