> On Aug 2, 2015, at 6:31 AM, Alan Bateman <[email protected]> wrote:
>
>>>
> I should have been clearer, the -verbose:class is an option that you specify
> to jdeps (-verbose:package is another, use jdeps -help to see all the other
> options).
Sorry, I thought I checked to see if this was a jdeps option but missed it.
However,
jdeps -verbose:class jdeplaf.jar
jdeplaf.jar -> java.base
jdeplaf.jar -> java.desktop
JdepLAF (jdeplaf.jar)
-> java.io.PrintStream
-> java.lang.Exception
-> java.lang.Object
-> java.lang.String
-> java.lang.System
-> javax.swing.JFrame
-> javax.swing.UIManager
Like some of the other options adding it doesn’t seem to show anything extra.
Would some of this be in jigsaw specific builds and not in the main branch jdk9
ones?
Michael Hall