- Loading...
...
Development of the port in JDK 8 is finished. We are SAP is still fixing issues of the port, but do does no more downport new features. For For example, the C1 compiler port will not be integrated to jdk8u.
The JDK 8 port supports the following parts of the OpenJDK:
linux big endian | linux little endian | aix big endian | |
---|---|---|---|
cpp interpreter | no more maintained | no more maintained | no more maintained |
template interpreter | yes | yes | yes |
C1 compiler | no | no | no |
C2 compiler | yes | yes | yes |
...
Linux ppc64le: The little-endian Linux variants must be built with gcc 4.8 . We build it on SLES 12.1. SAP does not do continuous builds or tests of this platform.
Processor: The port supports only 64-bit PPC machines. It recognizes Power chips 5 through 8 and generates code optimized for these processors. It lacks an instruction scheduler targeted to Power 6, which is an in-order issueing processor.