mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8267625: AARCH64: typo in LIR_Assembler::emit_profile_type
Reviewed-by: aph Backport-of:3d090e7ee5(cherry picked from commit9175a8d217)
This commit is contained in:
committed by
Vitaly Provodin
parent
6164766ac8
commit
34095d9e40
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user