mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
8241613: Suspicious calls to MacroAssembler::null_check(Register, offset)
Reviewed-by: dholmes, coleenp, fparain, adinn
This commit is contained in:
parent
33d09e587a
commit
127afd3445
22 changed files with 28 additions and 69 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue