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:
parent
0137840fa9
commit
71a12d3eef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user