On 9/29/2014 8:14 PM, Wang Weijun wrote:
Hi All
Please review the code change at
http://cr.openjdk.java.net/~weijun/8058657/webrev.00/
It includes both the dev repo and dev/jdk repo. While the change in dev/jdk is
useless with today's modules environment, it is included here and will be
backported into jdk8u.
Looks fine to me.
One thing to add is that com.sun.jarsigner is an exported interface.
8u40 jdeps reads @jdk.Exported to determine if it's an exported API or
not and it currently flags com.sun.jarsigner as JDK internal API.
Fixing this in 8u40 is good.
thanks
Mandy