hotspot/src/cpu/x86/vm/c2_init_x86.cpp
changeset 31403 7bf7e00a1aac
parent 30624 2e1803c8a26d
child 34162 16b54851eaf6
equal deleted inserted replaced
31233:7033a9f3e2f1 31403:7bf7e00a1aac
    56     // mark the upper zmm bank bad and all the mask registers bad in this case
    56     // mark the upper zmm bank bad and all the mask registers bad in this case
    57     for (OptoReg::Name i = OptoReg::Name(middle); i<OptoReg::Name(_last_Mach_Reg - 1); i = OptoReg::add(i, 1)) {
    57     for (OptoReg::Name i = OptoReg::Name(middle); i<OptoReg::Name(_last_Mach_Reg - 1); i = OptoReg::add(i, 1)) {
    58       OptoReg::invalidate(i);
    58       OptoReg::invalidate(i);
    59     }
    59     }
    60   }
    60   }
       
    61 
       
    62   SuperWordLoopUnrollAnalysis = true;
    61 }
    63 }