eclipse-openj9 / openj9

Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Other
3.23k stars 711 forks source link

AArch64 BigInteger failures #5590

Open 0xdaryl opened 5 years ago

0xdaryl commented 5 years ago

There are 3 BigInteger test failures at AdoptOpenJDK with the AArch64 OpenJ9 build. I suspect they are all related, so I don't want to create separate issues for them until proven otherwise.

They all appear to be timeouts, but since this is interpreter-only they may just be slow and not completing within the timeout window.

https://ci.adoptopenjdk.net/view/all/job/openjdk11_j9_openjdktest_aarch64_linux/6/testReport/

@knn-k, please investigate.

smlambert commented 5 years ago

Someone could create a branch of the openjdk-tests repo, increase the timeout factor, set the job (or a Grinder) to run out of that branch and run the tests to see if they would complete with success in a bigger time range.

Also to note, that test job appears to just run the jdk_math target at the moment. We should update it to run the entire sanity.openjdk target eventually.

knn-k commented 5 years ago

I confirmed that these BigInteger tests pass in my local environment. So they are the problem of timeout factor until the JIT compiler is available.