Integrated: 8260029: aarch64: fix typo in verify_oop_array
Fei Yang
fyang at openjdk.java.net
Thu Jan 21 12:01:53 UTC 2021
On Thu, 21 Jan 2021 02:12:47 GMT, Fei Yang <fyang at openjdk.org> wrote:
> In aarch64 verify_oop_array, we scan over array at 'a' for 'count' oops, verifying each one. The step for the loop should be one for each oop instead of 'size'. We may miss verifying some oops in the array if we set the step to 'size'. Also, we should use 'temp' instead of r16 for the compressed oop case. Register r16 defined but not used in this function.
>
> Tier1-3 tested with linux-aarch64 fastdebug build.
This pull request has now been integrated.
Changeset: 4bcffeb9
Author: Fei Yang <fyang at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/4bcffeb9
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
8260029: aarch64: fix typo in verify_oop_array
Co-authored-by: Zhuxuan Ni <nizhuxuan at huawei.com>
Reviewed-by: shade, aph
-------------
PR: https://git.openjdk.java.net/jdk/pull/2175
More information about the hotspot-compiler-dev
mailing list