> On Jul 13, 2016, at 4:55 PM, Daniel Fuchs <daniel.fu...@oracle.com> wrote: > > Hi Mandy, > > I have not finished reviewing yet - but as early feedback I believe > that the following probably has a mistake: > > jdk.jdeps/share/classes/com/sun/tools/jdeps/Analyzer.java > > 392 > 393 if (!jdk8Internals.contains(pn)) { > 394 return false; > 395 } > 396 > 397 return jdk8Internals.contains(pn); > > I suspect that one of the 'pn' should be 'cn’ ?
Good catch. The if-statement should be removed. Mandy