--- old/src/share/vm/opto/output.cpp 2015-04-06 14:41:52.665966300 -0700 +++ new/src/share/vm/opto/output.cpp 2015-04-06 14:41:52.469946700 -0700 @@ -1880,8 +1880,8 @@ if (!do_scheduling()) return; - // Scheduling code works only with pairs (8 bytes) maximum. - if (max_vector_size() > 8) + // Scheduling code works only with pairs (16 bytes) maximum. + if (max_vector_size() > 16) return; TracePhase tp("isched", &timers[_t_instrSched]);