View | Details | Raw Unified | Return to bug 143718 | Differences between
and this patch

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/codegen/StackMapFrame.java (-1 / +4 lines)
Lines 208-214 Link Here
208
						return result;
208
						return result;
209
					}
209
					}
210
				} else {
210
				} else {
211
					result++;
211
					// locals at the same location are not equals - this has to be a full frame
212
					result = Integer.MAX_VALUE;
213
					this.numberOfDifferentLocals = result;
214
					return result;						
212
				}
215
				}
213
				indexInPrevLocals++;
216
				indexInPrevLocals++;
214
				continue currentLocalsLoop;
217
				continue currentLocalsLoop;

Return to bug 143718