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 'lowCodeCacheFreeSpace' field to J9JITConfig #21083

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

mpirvu
Copy link
Contributor

@mpirvu mpirvu commented Feb 7, 2025

This field is set to 1 by the JIT when it detects that that no additional code cache can be allocated and all of the allocated code caches are very low on free space. This information can be used by other VM components. For example, the GC can use it to trigger class unloading more aggressively, to make more room in the code caches.

This field is set to 1 by the JIT when it detects that
that no additional code cache can be allocated and all
of the allocated code caches are very low on free space.
This information can be used by other VM components. For
example, the GC can use it to trigger class unloading
more aggressively, to make more room in the code caches.

Signed-off-by: Marius Pirvu <[email protected]>
@mpirvu
Copy link
Contributor Author

mpirvu commented Feb 7, 2025

jenkins compile all jdk21

@mpirvu
Copy link
Contributor Author

mpirvu commented Feb 7, 2025

All compilation tests have passes. I don't think we need sanity tests, because nobody is using the new field.

@dsouzai dsouzai merged commit ecc0651 into eclipse-openj9:master Feb 7, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants