This is preparation for PPC64 integration: http://openjdk.java.net/jeps/175 This and following ppc64 changes will go into staging repository first and tested there: http://hg.openjdk.java.net/ppc-aix-port/stage/ Reorganize PPC defines. Distinguish PPC, PPC64 and PPC32. PPC should guard code needed on PPC regardless of word size. PPC32 and PPC64 should guard code needed in the 64-bit or the 32-bit port. http://hg.openjdk.java.net/ppc-aix-port/jdk8/hotspot/file/df79d76c17ab/ppc_patches/0002_PPC_defines.patch
|