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

Add support for ZGC on HotSpot #5050

Closed
tkrodriguez opened this issue Sep 22, 2022 · 0 comments · Fixed by #6170
Closed

Add support for ZGC on HotSpot #5050

tkrodriguez opened this issue Sep 22, 2022 · 0 comments · Fixed by #6170

Comments

@tkrodriguez
Copy link
Member

tkrodriguez commented Sep 22, 2022

TL;DR

Add support for Z Garbage Collector to the Graal compiler.

Goals

Add required ZGC barriers on HotSpot along with any relevant performance optimizations, allowing the use of ZGC when the Graal is used as a JIT compiler.

Non-Goals

  • Add support for ZGC to GraalVM Native Image
  • Add support for Shenandoah GC (although ZGC support will make it easier to support other GCs in the future)
@tkrodriguez tkrodriguez self-assigned this Sep 22, 2022
@fniephaus fniephaus pinned this issue Dec 20, 2022
@fniephaus fniephaus unpinned this issue Jan 17, 2023
@fniephaus fniephaus linked a pull request Mar 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants