8241613: Suspicious calls to MacroAssembler::null_check(Register, offset)

Reviewed-by: dholmes, coleenp, fparain, adinn
This commit is contained in:
Matias Saavedra Silva 2023-04-03 12:59:02 +00:00
parent 33d09e587a
commit 127afd3445
22 changed files with 28 additions and 69 deletions

View file

@ -195,7 +195,6 @@ class MacroAssembler: public Assembler {
void access_store_at(BasicType type, DecoratorSet decorators, Address dst,
Register val, Register tmp1, Register tmp2, Register tmp3);
void load_klass(Register dst, Register src, Register tmp = t0);
void load_klass_check_null(Register dst, Register src, Register tmp = t0);
void store_klass(Register dst, Register src, Register tmp = t0);
void cmp_klass(Register oop, Register trial_klass, Register tmp1, Register tmp2, Label &L);