src/share/vm/opto/output.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/output.cpp	Fri May  8 11:59:44 2015
--- new/src/share/vm/opto/output.cpp	Fri May  8 11:59:43 2015

*** 1878,1889 **** --- 1878,1889 ---- // Don't optimize this if scheduling is disabled 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]); // Create a data structure for all the scheduling information

src/share/vm/opto/output.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File