Bug 897071 - Don't bail out of parallel execution if GetPropertyParIC couldn't attach a stub. (r=jandem)

This commit is contained in:
Shu-yu Guo 2013-07-24 07:19:04 -07:00
parent 9441cbf763
commit 698ca6737b

View File

@ -1740,12 +1740,6 @@ GetPropertyParIC::update(ForkJoinSlice *slice, size_t cacheIndex,
return TP_FATAL;
attachedStub = true;
}
if (!attachedStub) {
// ParallelDo will take care of invalidating all bailed out
// scripts, so just bail out now.
return TP_RETRY_SEQUENTIALLY;
}
}
}