Home
last modified time | relevance | path

Searched refs:compileChunks (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java189 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
194 for (CompileChunk cc : compileChunks) { in transform()
215 final CompileChunk cc = compileChunks[i]; in transform()
271 if (compileChunks[i].srcs.size() > 0) { in transform()
305 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
306 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
307 compileChunks[i] = new CompileChunk(); in createCompileChunks()
317 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
322 cc = compileChunks[ci]; in createCompileChunks()
342 Arrays.sort(compileChunks); in createCompileChunks()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java189 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
194 for (CompileChunk cc : compileChunks) { in transform()
215 final CompileChunk cc = compileChunks[i]; in transform()
271 if (compileChunks[i].srcs.size() > 0) { in transform()
305 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
306 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
307 compileChunks[i] = new CompileChunk(); in createCompileChunks()
317 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
322 cc = compileChunks[ci]; in createCompileChunks()
342 Arrays.sort(compileChunks); in createCompileChunks()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DCompileJavaPackages.java193 final CompileChunk[] compileChunks = createCompileChunks(pkgSrcs, oldPackageDependents, in transform() local
198 for (CompileChunk cc : compileChunks) { in transform()
213 CompileChunk cc = compileChunks[i]; in transform()
315 CompileChunk[] compileChunks = new CompileChunk[numCompiles]; in createCompileChunks() local
316 for (int i=0; i<compileChunks.length; ++i) { in createCompileChunks()
317 compileChunks[i] = new CompileChunk(); in createCompileChunks()
327 CompileChunk cc = compileChunks[ci]; in createCompileChunks()
332 cc = compileChunks[ci]; in createCompileChunks()
352 Arrays.sort(compileChunks); in createCompileChunks()
353 return compileChunks; in createCompileChunks()