### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: compiler/org/eclipse/jdt/internal/compiler/Compiler.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/Compiler.java,v retrieving revision 1.99 diff -u -r1.99 Compiler.java --- compiler/org/eclipse/jdt/internal/compiler/Compiler.java 27 Oct 2007 07:33:34 -0000 1.99 +++ compiler/org/eclipse/jdt/internal/compiler/Compiler.java 15 Nov 2007 15:27:27 -0000 @@ -645,7 +645,7 @@ int newUnitSize = 0; int newClassFilesSize = 0; int bottom = 0; - int top = this.unitsToProcess.length; + int top = this.totalUnits; ReferenceBinding[] binaryTypeBindingsTemp = this.referenceBindings; if (top == 0 && binaryTypeBindingsTemp == null) return; this.referenceBindings = null;