# HG changeset patch # User aph # Date 1450265759 0 # Node ID 0c4972bb428c0770c5289226c6285a27a564ac2a # Parent b9bf568c9511df58d9b9424eb7e5774d75ef1704 8144582: AArch64 does not generate correct branch profile data Reviewed-by: kvn diff -r b9bf568c9511 -r 0c4972bb428c src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp --- a/src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp Tue Dec 15 19:18:05 2015 +0000 +++ b/src/cpu/aarch64/vm/templateInterpreter_aarch64.cpp Wed Dec 16 11:35:59 2015 +0000 @@ -394,7 +394,7 @@ __ 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); } {