Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on ppc64le linux & s390x linux due to not enough AOT being generated #79

Open
Mesbah-Alam opened this issue Feb 28, 2018 · 2 comments
Assignees

Comments

@Mesbah-Alam
Copy link
Contributor

Mesbah-Alam commented Feb 28, 2018

Overview
SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on openjdk8_j9_systemtest_ppc64le_linux due to not enough AOT being generated

The test fails in step 10 below:

1  setUp    mkdir             Create the cache directory
2  setUp    java              Destroy Persistent Shared Classes Caches
3  setUp    java              Destroy Non-Persistent Shared Classes Caches
4  execute  Run java          Run Jvm1 workload process
5  execute  Run java          Run Jvm2 workload process
7  execute  java              List all caches
8  execute  java              Print Shared Classes Cache Stats
9  execute  Run java          Combine stderr files of jvm1 and jvm2
10  execute  count            Make sure the space for AOT data in shared cache is full

Build Links:
https://ci.adoptopenjdk.net/view/System%20tests/job/openjdk8_j9_systemtest_ppc64le_linux/34/

Note:
These tests are hard to write. They contain potential for inconsistent behavior like this. They may need to be updated occasionally based on changes made to the implementation of JIT.

For this issue, we need to update the test so that enough AOT gets generated on ppc64le Linux.

@Mesbah-Alam Mesbah-Alam changed the title SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails intermittently on OpenJ9 due to not enough Aot being generated SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on openjdk8_j9_systemtest_ppc64le_linux due to not enough Aot being generated Feb 28, 2018
@Mesbah-Alam Mesbah-Alam changed the title SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on openjdk8_j9_systemtest_ppc64le_linux due to not enough Aot being generated SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on openjdk8_j9_systemtest_ppc64le_linux due to not enough AOT being generated Feb 28, 2018
@Mesbah-Alam
Copy link
Contributor Author

Mesbah-Alam commented Feb 28, 2018

Failing test excluded from ppcle linux: adoptium/aqa-tests#285

@Mesbah-Alam Mesbah-Alam self-assigned this Feb 28, 2018
@karianna karianna added the bug label Mar 1, 2018
@Mesbah-Alam Mesbah-Alam changed the title SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on openjdk8_j9_systemtest_ppc64le_linux due to not enough AOT being generated SharedClassesWorkloadTest_Softmx_Increase_JitAot test fails on ppc64le linux & s390x linux due to not enough AOT being generated Mar 22, 2018
@Mesbah-Alam
Copy link
Contributor Author

Mesbah-Alam commented Mar 22, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants