8144582: AArch64 does not generate correct branch profile data

Reviewed-by: kvn
This commit is contained in:
Andrew Haley 2015-12-16 11:35:59 +00:00
parent dd5481cbbc
commit edb2af6a6d

View File

@ -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);
}
{