On Fri, 12 Nov 2021 20:27:32 GMT, Phil Race <p...@openjdk.org> wrote:
> " Also note that on aarch64 the global value is 11.00.00, and in that case we > should use the global value." > > I have no idea what happens if you specify 10.14 to the metal compiler on > aarch64 Something else to check although probably the safest option is to > make it 11.0 on that architecture Sure. I will make it to use 11.0 on aarch64 and 10.14 on x64 and add comment mentioning that we have runtime guard to ignore metal pipeline for <10.14 versions. With current 10.12 minimum version patch there is CI run on aarch64 it has not thrown any error but i am not sure how that works. ------------- PR: https://git.openjdk.java.net/jdk/pull/6346