Searched refs:artifacts (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/test/applications/scimark/
H A DScimark.java32 import jdk.test.lib.artifacts.Artifact;
33 import jdk.test.lib.artifacts.ArtifactResolver;
40 Map<String, Path> artifacts = ArtifactResolver.resolve(Scimark.class);
43 "-cp", artifacts.get("gov.nist.math.scimark-2.0").toString(),
/openjdk10/test/lib/jdk/test/lib/artifacts/
H A DArtifactContainer.java24 package jdk.test.lib.artifacts;
H A DArtifactManager.java24 package jdk.test.lib.artifacts;
H A DArtifactResolver.java24 package jdk.test.lib.artifacts;
35 String managerName = System.getProperty("jdk.test.lib.artifacts.artifactmanager");
47 Artifact[] artifacts;
50 artifacts = new Artifact[]{klass.getAnnotation(Artifact.class)};
52 artifacts = artifactContainer.value();
54 for (Artifact artifact : artifacts) {
H A DArtifact.java24 package jdk.test.lib.artifacts;
H A DDefaultArtifactManager.java24 package jdk.test.lib.artifacts;
43 return "jdk.test.lib.artifacts." + name;
H A DJibArtifactManager.java24 package jdk.test.lib.artifacts;
/openjdk10/hotspot/test/applications/jcstress/
H A DJcstressRunner.java27 import jdk.test.lib.artifacts.Artifact;
28 import jdk.test.lib.artifacts.ArtifactResolver;
51 Map<String, Path> artifacts;
53 artifacts = ArtifactResolver.resolve(JcstressRunner.class);
55 throw new Error("TESTBUG: Can not resolve artifacts for "
58 return artifacts.get("org.openjdk.jcstress.jcstress-tests-all-0.3")
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/
H A DPackage.java47 * For example its sources, dependents,its pubapi and its artifacts.
49 * It might look odd that we track dependents/pubapi/artifacts on
91 // This package generated these artifacts.
92 private Map<String,File> artifacts = new HashMap<>(); field in class:Package
110 public Map<String,File> artifacts() { return artifacts; } method in class:Package
163 return artifacts.size() > 0 || !pubApi.isEmpty();
231 artifacts.put(a, new File(a));
235 artifacts.put(f.getPath(), f);
245 Assert.check(!artifacts
[all...]
H A DBuildState.java38 * The build state class captures the source code and generated artifacts
51 private Map<String,File> artifacts = new HashMap<>(); field in class:BuildState
58 public Map<String,File> artifacts() { return artifacts; } method in class:BuildState
87 * Store references to all packages, sources and artifacts for all modules
114 for (Map.Entry<String,File> g : p.artifacts().entrySet()) {
115 File f = artifacts.get(g.getKey());
116 // Check that no two artifacts are stored under the same file.
120 artifacts.put(g.getKey(), g.getValue());
128 * Store references to all artifacts foun
[all...]
H A DModule.java37 * The module is the root of a set of packages/sources/artifacts.
50 private Map<String,File> artifacts = new HashMap<>(); field in class:Module
61 public Map<String,File> artifacts() { return artifacts; } method in class:Module
H A DJavacState.java106 // The output directories filled with tasty artifacts.
212 * Find all artifacts that exists on disk.
221 * Lookup the artifacts generated for this package in the previous build.
226 return p.artifacts();
232 * Delete all prev artifacts in the currently tainted packages.
280 // Save the packages, ie package names, dependencies, pubapis and artifacts!
464 * If artifacts have gone missing, force a recompile of the packages
469 for (File f : pkg.artifacts().values()) {
576 * Scan all output dirs for artifacts and remove those files (artifacts
[all...]
/openjdk10/common/conf/
H A Djib-profiles.js160 * // artifacts following the standard layout.
268 * Define common artifacts template for all main profiles
269 * @param o - Object containing data for artifacts
276 artifacts: {
327 * Define common artifacts template for all debug profiles
328 * @param o - Object containing data for artifacts
335 artifacts: {
665 // Define artifacts for profiles
703 // Generate common artifacts for all main profiles
709 // Generate common artifacts fo
[all...]
/openjdk10/hotspot/test/compiler/aot/
H A DAotCompiler.java27 import jdk.test.lib.artifacts.Artifact;
28 import jdk.test.lib.artifacts.ArtifactResolver;
158 // artifacts are got from common/conf/jib-profiles.js
/openjdk10/make/common/
H A DJavaCompilation.gmk367 --permit-unidentified-artifacts \
/openjdk10/make/
H A DMain.gmk418 # The interim-image is a small jlinked image that is used to generate artifacts
1049 $(ECHO) Cleaned all build artifacts.

Completed in 117 milliseconds