--- old/src/share/vm/opto/output.cpp 2015-05-08 11:59:44.000000000 -0700 +++ new/src/share/vm/opto/output.cpp 2015-05-08 11:59:43.000000000 -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]);