src/share/vm/opto/reg_split.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/reg_split.cpp	Tue Jul 26 19:27:02 2011
--- new/src/share/vm/opto/reg_split.cpp	Tue Jul 26 19:27:02 2011

*** 982,992 **** --- 982,992 ---- } insidx++; // Reset iterator to skip USE side split continue; } ! if (UseFPUForSpilling && n->is_Call() && !uup && !dup ) { ! if (UseFPUForSpilling && n->is_MachCall() && !uup && !dup ) { // The use at the call can force the def down so insert // a split before the use to allow the def more freedom. maxlrg = split_USE(def,b,n,inpidx,maxlrg,dup,false, splits,slidx); // If it wasn't split bail if (!maxlrg) {

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