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

Run virtual/stress/Skynet with -Xnocompressedrefs #675

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

babsingh
Copy link
Member

@babsingh babsingh commented Oct 6, 2023

Skynet is a stress benchmark, which exceeds the below 4G capacity
of -Xcompressedrefs. The current workaround is to use
-Xnocompressedrefs where memory can be allocated outside the 4G
boundary.

To run Skynet with -Xcompressedrefs, the following features will be
needed:

  • Move unmounted continuation stacks out of the low memory area.
  • Improve performance of the sub-4G allocator so that it doesn't
    regress under high memory usage.

Depends on eclipse-openj9/openj9#18251

Related: eclipse-openj9/openj9#16728

Related: eclipse-openj9/openj9#15781

Signed-off-by: Babneet Singh sbabneet@ca.ibm.com

@babsingh
Copy link
Member Author

babsingh commented Oct 6, 2023

JDK21 backport: ibmruntimes/openj9-openjdk-jdk21#53

fyi @pshipton @tajila @fengxue-IS This should allow us to enable the Skynet Benchmark. Will set this ready for review once eclipse-openj9/openj9#18251 is merged.

babsingh added a commit to babsingh/aqa-tests that referenced this pull request Oct 6, 2023
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Oct 6, 2023
- Depends on eclipse-openj9/openj9#18251
- Depends on ibmruntimes/openj9-openjdk-jdk21#53
- Depends on ibmruntimes/openj9-openjdk-jdk#675

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
babsingh added a commit to babsingh/aqa-tests that referenced this pull request Oct 6, 2023
@babsingh babsingh marked this pull request as ready for review October 16, 2023 17:15
@babsingh
Copy link
Member Author

eclipse-openj9/openj9#18251 has been merged. @pshipton Requesting your review.

Skynet is a stress benchmark, which exceeds the below 4G capacity
of -Xcompressedrefs. The current workaround is to use
-Xnocompressedrefs where memory can be allocated outside the 4G
boundary.

To run Skynet with -Xcompressedrefs, the following features will be
needed:
- Move unmounted continuation stacks out of the low memory area.
- Improve performance of the sub-4G allocator so that it doesn't
  regress under high memory usage.

Depends on eclipse-openj9/openj9#18251

Related: eclipse-openj9/openj9#16728

Related: eclipse-openj9/openj9#15781

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
@pshipton pshipton merged commit 30c27fb into ibmruntimes:openj9 Oct 16, 2023
7 of 24 checks passed
llxia pushed a commit to adoptium/aqa-tests that referenced this pull request Oct 17, 2023
llxia pushed a commit to llxia/aqa-tests that referenced this pull request Nov 22, 2023
llxia pushed a commit to llxia/aqa-tests that referenced this pull request Nov 22, 2023
pshipton pushed a commit to adoptium/aqa-tests that referenced this pull request Nov 22, 2023
tajila pushed a commit to tajila/openj9-openjdk-jdk that referenced this pull request Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants