Searched refs:instrumentJar (Results 1 – 2 of 2) 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