--- old/src/share/vm/opto/output.cpp 2015-04-23 08:27:46.224343300 -0700 +++ new/src/share/vm/opto/output.cpp 2015-04-23 08:27:46.031343300 -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]);