Searched refs:instrumentJar (Results 1 – 3 of 3) sorted by relevance
204 Optional<File> instrumentJar = findAllocationInstrumentJarOnClasspath(); in getExtraCommandLineArgs() local206 if (instrumentJar.isPresent()) { in getExtraCommandLineArgs()207 agentJar = instrumentJar.get().getAbsolutePath(); in getExtraCommandLineArgs()
48 instrumentJar(new File(args[0]), new File(args[1])); in run()51 private void instrumentJar(File sourceFile, File destFile) throws IOException { in instrumentJar() method in JarInstrumentor
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...