8015912: jdeps support to output in dot file format

8026255: Switch jdeps to follow traditional Java option style

Reviewed-by: alanb
This commit is contained in:
Mandy Chung 2013-10-17 13:22:11 -07:00
parent 0137840fa9
commit 71a12d3eef

View File

@ -128,7 +128,7 @@ public class CallerSensitiveFinder {
{
ExecutorService pool = Executors.newFixedThreadPool(numThreads);
for (Path path : classes) {
ClassFileReader reader = ClassFileReader.newInstance(path.toFile());
ClassFileReader reader = ClassFileReader.newInstance(path);
for (ClassFile cf : reader.getClassFiles()) {
String classFileName = cf.getName();
// for each ClassFile