src/share/vm/opto/output.cpp

changeset 4007
f7cd53cedd78
parent 3574
fd8114661503
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/opto/output.cpp	Wed Aug 22 11:55:40 2012 -0700
     1.2 +++ b/src/share/vm/opto/output.cpp	Thu Aug 23 09:13:16 2012 -0700
     1.3 @@ -1871,6 +1871,8 @@
     1.4    if (!do_scheduling())
     1.5      return;
     1.6  
     1.7 +  assert(MaxVectorSize <= 8, "scheduling code works only with pairs");
     1.8 +
     1.9    NOT_PRODUCT( TracePhase t2("isched", &_t_instrSched, TimeCompiler); )
    1.10  
    1.11    // Create a data structure for all the scheduling information

mercurial