< prev index next >

src/hotspot/cpu/ppc/vm_version_ppc.cpp

Print this page

        

*** 107,118 **** // TODO: PPC port PdScheduling::power6SectorSize = 0x20; } if (PowerArchitecturePPC64 >= 8) { if (FLAG_IS_DEFAULT(SuperwordUseVSX)) { ! // TODO: Switch on when it works stable. Currently, MachSpillCopyNode::implementation code is missing. ! //FLAG_SET_ERGO(bool, SuperwordUseVSX, true); } } else { if (SuperwordUseVSX) { warning("SuperwordUseVSX specified, but needs at least Power8."); FLAG_SET_DEFAULT(SuperwordUseVSX, false); --- 107,117 ---- // TODO: PPC port PdScheduling::power6SectorSize = 0x20; } if (PowerArchitecturePPC64 >= 8) { if (FLAG_IS_DEFAULT(SuperwordUseVSX)) { ! FLAG_SET_ERGO(bool, SuperwordUseVSX, true); } } else { if (SuperwordUseVSX) { warning("SuperwordUseVSX specified, but needs at least Power8."); FLAG_SET_DEFAULT(SuperwordUseVSX, false);
< prev index next >