-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Can one determine whether heap is normal or large somehow from installed release [Windows] #153
Comments
@pshipton Do you know of any option? If not, would probably a good idea to add it to the version output. |
You can't tell from the release file output. The -version output does indicate "Compressed References" or not. The difference in the build is the directory structure contains either a You could open an issue at https://github.com/eclipse/openj9/issues to see about adding something to the release file, but note the OpenJ9 project is actively working on not having a separate large heap build. It's functional but not yet performant. |
Thank you very much! This is enough for my task. |
@pshipton Still need one more clarification - does i.e., the algorithm looks like: |
Correct, there is only one type for 32-bit. |
@pshipton Thank you! |
I need to determine whether installed release is of normal- or large-heap type.
Is it possible somehow, for instance, from a
release
file?The text was updated successfully, but these errors were encountered: