On 25/06/2014 21:21, Mandy Chung wrote:
This patch is also intended to target for 8u40 backport.  It fixes
the following issues:

JDK-8029548 (jdeps) use @jdk.Exported to determine supported vs JDK internal API
JDK-8039007 jdeps incorrectly reports javax.jnlp as JDK internal APIs
JDK-8031092 jdeps does not recognize --help option.
JDK-8048063 (jdeps) Add filtering capability

Webrev at:
http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8029548/webrev.00/

I'm skimmed over this and it mostly looks okay. I'm not sure that I agree that JDK-8039007 is a bug, this is really just that it is missing @jdk.Exported as you noted in PlatformClassPath. The -filter options are useful but at the same time I have a concern that the number of options to jdeps is growing.

-Alan.

Reply via email to