You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/build-instructions/Build_Instructions_V11.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -652,8 +652,6 @@ JCL - 9da99f8b97 based on jdk-11+28)
652
652
653
653
## AArch64
654
654
655
-
:construction: This section is still under construction.
656
-
657
655
:penguin:
658
656
The following instructions guide you through the process of building an **OpenJDK V11** binary that contains Eclipse OpenJ9 for AArch64 (ARMv8 64-bit) Linux.
: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.
731
+
: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 regardless of heap size: the JIT does not support compressed references yet.
734
732
735
733
:pencil:**OpenSSL support:** If you want to build an OpenJDK that uses OpenSSL, you must specify `--with-openssl={system|path_to_library}`
Eclipse OpenJ9 VM (build master-83baf0b, JRE 11 Linux aarch64-64-Bit 20191204_000000 (JIT enabled, AOT enabled)
774
+
OpenJ9 - 83baf0b
775
+
OMR - 7b2e5df
776
+
JCL - d247952 based on jdk-11.0.6+6)
779
777
```
780
778
781
-
:pencil: The JIT compiler for AArch64 is not supported at the time of writing this. If you don't disable the JIT compiler with the `-Xint` option, you will see a warning for `libj9jit29.so`.
779
+
:construction: AArch64 JIT compiler is not fully optimized at the time of writing this, compared with other platforms.
782
780
783
781
:pencil:**OpenSSL support:** If you built an OpenJDK with OpenJ9 that includes OpenSSL v1.1.x support, the following acknowledgements apply in accordance with the license terms:
0 commit comments