You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

JDK 9 includes the PowerPC/AIX port.

We are porting most new features of OpenJdk to ppc and aix. We keep tuning and optimizing the port in jdk9.

The JDK 8 port supports the following parts of the OpenJDK: 

 

linux

big endian

linux

little endian

aix

big endian

template interpreteryesyesyes
C1 compileryesyesyes
C2 compilernonono
C2 compileryesyesyes

 

Supported operating systems and processor implementations

AIX: The port supports AIX 5.3 and later. It is tested to be built with xlC 12.  Patch level 12.01.0000.0008 or higher is required. We do not support iSeries PASE.

Linux ppc64: We build and run the VM on SLES 11.3 with gcc 4.3.4, but support it on other Linux distributions, too. Up to jdk8u update 112 we built on SLES 10.3 with gcc 4.1.2.

Linux ppc64le: The little-endian Linux variants must be built with gcc 4.8.  We build it on SLES 12.1.

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. 

  • No labels