On Tue, 19 Oct 2021 23:22:06 GMT, Mikhailo Seledtsov <mseledt...@openjdk.org> wrote:
> Please review this small change that adds the linux-aarch64 zero build > profile. Looks good otherwise. make/autoconf/lib-ffi.m4 line 152: > 150: AC_MSG_ERROR([Could not locate libffi.so.? for bundling]) > 151: fi > 152: elif ((test "x${OPENJDK_TARGET_CPU}" = "xx86_64") || (test > "x${OPENJDK_TARGET_CPU}" = "xaarch64")); then Using parens like this in shell isn't wrong, but it's not a pattern we commonly use in these files. ------------- Marked as reviewed by erikj (Reviewer). PR: https://git.openjdk.java.net/jdk/pull/6024