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

Collapse All | Expand All

(-)compiler/org/eclipse/jdt/internal/compiler/Compiler.java (-1 / +1 lines)
Lines 645-651 Link Here
645
		int newUnitSize = 0;
645
		int newUnitSize = 0;
646
		int newClassFilesSize = 0;
646
		int newClassFilesSize = 0;
647
		int bottom = 0;
647
		int bottom = 0;
648
		int top = this.unitsToProcess.length;
648
		int top = this.totalUnits;
649
		ReferenceBinding[] binaryTypeBindingsTemp = this.referenceBindings;
649
		ReferenceBinding[] binaryTypeBindingsTemp = this.referenceBindings;
650
		if (top == 0 && binaryTypeBindingsTemp == null) return;
650
		if (top == 0 && binaryTypeBindingsTemp == null) return;
651
		this.referenceBindings = null;
651
		this.referenceBindings = null;

Return to bug 209961