-
Notifications
You must be signed in to change notification settings - Fork 749
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
AArch64: Update Build Instructions #7564
Conversation
This depends on #7295. |
Implementation of HCR Guard or a workaround for it is also required. (eclipse-omr/omr#4213) |
Separated the update for V8 to #7621. |
Anybody can build and run the runtime for AArch64 with the JIT/AOT enabled now, although it is limited to the large heap version. |
@@ -730,7 +728,9 @@ bash configure --openjdk-target=${OPENJ9_CC_PREFIX} \ | |||
--disable-warnings-as-errors | |||
``` | |||
|
|||
:pencil: **Non-compressed references support:** If you require a heap size greater than 57GB, enable a noncompressedrefs build with the `--with-noncompressedrefs` option during this step. | |||
:pencil: **Non-compressed references support:** If you require a heap size greater than 57GB, enable a noncompressedrefs build with the `--with-noncompressedrefs` option during this step. You need this option to use the JIT compiler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make this clear, I think you should say:
"You need this option to use the JIT compiler regardless of heap size: the JIT does not support compressed references yet."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reflected the review comment.
This commit updates Build Instructions for AArch64 for V11. Signed-off-by: KONNO Kazuhiro <[email protected]>
b5aa61d
to
6088b08
Compare
Changed the output from |
A documentation-only change. A full CI build is not required. |
This commit updates Build Instructions for AArch64.
Signed-off-by: KONNO Kazuhiro [email protected]