8267625: AARCH64: typo in LIR_Assembler::emit_profile_type

Reviewed-by: aph
Backport-of: 3d090e7ee5
(cherry picked from commit 9175a8d217)
This commit is contained in:
Christoph Langer
2021-08-04 20:49:14 +00:00
committed by Vitaly Provodin
parent 6164766ac8
commit 34095d9e40

View File

@@ -2837,7 +2837,7 @@ void LIR_Assembler::emit_profile_type(LIR_OpProfileType* op) {
}
#endif
// first time here. Set profile type.
__ ldr(tmp, mdo_addr);
__ str(tmp, mdo_addr);
} else {
assert(ciTypeEntries::valid_ciklass(current_klass) != NULL &&
ciTypeEntries::valid_ciklass(current_klass) != exact_klass, "inconsistent");