src/hotspot/cpu/ppc/vm_version_ppc.cpp
changeset 48810 1f7ebe9dd5b2
parent 47795 5a69ba3a4fd1
child 49376 7cd503c499a0
equal deleted inserted replaced
48809:a81c930a8838 48810:1f7ebe9dd5b2
   107   // TODO: PPC port PdScheduling::power6SectorSize = 0x20;
   107   // TODO: PPC port PdScheduling::power6SectorSize = 0x20;
   108   }
   108   }
   109 
   109 
   110   if (PowerArchitecturePPC64 >= 8) {
   110   if (PowerArchitecturePPC64 >= 8) {
   111     if (FLAG_IS_DEFAULT(SuperwordUseVSX)) {
   111     if (FLAG_IS_DEFAULT(SuperwordUseVSX)) {
   112       // TODO: Switch on when it works stable. Currently, MachSpillCopyNode::implementation code is missing.
   112       FLAG_SET_ERGO(bool, SuperwordUseVSX, true);
   113       //FLAG_SET_ERGO(bool, SuperwordUseVSX, true);
       
   114     }
   113     }
   115   } else {
   114   } else {
   116     if (SuperwordUseVSX) {
   115     if (SuperwordUseVSX) {
   117       warning("SuperwordUseVSX specified, but needs at least Power8.");
   116       warning("SuperwordUseVSX specified, but needs at least Power8.");
   118       FLAG_SET_DEFAULT(SuperwordUseVSX, false);
   117       FLAG_SET_DEFAULT(SuperwordUseVSX, false);