RFR: 8260029: aarch64: fix typo in verify_oop_array
Fei Yang
fyang at openjdk.java.net
Thu Jan 21 12:01:52 UTC 2021
On Thu, 21 Jan 2021 07:55:48 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> This makes sense to me.
>
> However, for testing, you probably need to run with `-XX:+VerifyOops` specifically, because there is only one test in the whole suite that enables it. Something like tier1 would do: `make run-test TEST=tier1 TEST_VM_OPTS=-XX:+VerifyOops`.
Good suggestion. I performed another round of tier1-3 test with -XX:+VerifyOops. No regression witnessed. Merging.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2175
More information about the hotspot-compiler-dev
mailing list