8144582: AArch64 does not generate correct branch profile data
Reviewed-by: kvn
This commit is contained in:
parent
dd5481cbbc
commit
edb2af6a6d
@ -392,7 +392,7 @@ void InterpreterGenerator::generate_counter_incr(
|
||||
__ br(Assembler::LT, *profile_method_continue);
|
||||
|
||||
// if no method data exists, go to profile_method
|
||||
__ test_method_data_pointer(r0, *profile_method);
|
||||
__ test_method_data_pointer(rscratch2, *profile_method);
|
||||
}
|
||||
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user