src/share/vm/opto/output.cpp

changeset 4007
f7cd53cedd78
parent 3574
fd8114661503
child 4037
da91efe96a93
equal deleted inserted replaced
4006:5af51c882207 4007:f7cd53cedd78
1869 1869
1870 // Don't optimize this if scheduling is disabled 1870 // Don't optimize this if scheduling is disabled
1871 if (!do_scheduling()) 1871 if (!do_scheduling())
1872 return; 1872 return;
1873 1873
1874 assert(MaxVectorSize <= 8, "scheduling code works only with pairs");
1875
1874 NOT_PRODUCT( TracePhase t2("isched", &_t_instrSched, TimeCompiler); ) 1876 NOT_PRODUCT( TracePhase t2("isched", &_t_instrSched, TimeCompiler); )
1875 1877
1876 // Create a data structure for all the scheduling information 1878 // Create a data structure for all the scheduling information
1877 Scheduling scheduling(Thread::current()->resource_area(), *this); 1879 Scheduling scheduling(Thread::current()->resource_area(), *this);
1878 1880

mercurial