[aarch64-port-dev ] RFR: Merge jdk:master [v2]
Anton Kozlov
akozlov at openjdk.java.net
Fri Jan 22 14:01:00 UTC 2021
On Thu, 21 Jan 2021 16:46:45 GMT, Bernhard Urban-Forster <burban at openjdk.org> wrote:
>> Thank you Anton, looks good to me
>
> Note for potential other reviewers, better view for looking at the changes: https://github.com/openjdk/aarch64-port/compare/master...AntonKozlov:jdk-macos
Thanks for checking! Good point, I haven't looked at the test results closely for some time.
Gtest failures are probably caused by the missing `--with-gtest` configure parameter. I've checked them, they are passing before and after merge on linux/aarch64
runtime/CompressedOops/CompressedClassPointers.java has a lot of guards for various systems, it seems we miss one for macos/aarch64
compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java is interesting, especially since we don't support JVMCI :) It looks like a test bug, it should not run on mac
I will make a PR with the JEP implementation and will look at these tests while the review is going.
-------------
PR: https://git.openjdk.java.net/aarch64-port/pull/12
More information about the aarch64-port-dev
mailing list