Alan, Lance,
I added a test case for JDK-8205116 in
test/langtools/tools/jdeps/Options.java.
Updated webrev for JDK-8205116 only:
http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8205116/webrev.01/
Mandy
On 6/15/18 10:47 AM, Alan Bateman wrote:
On 15/06/2018 17:34, mandy chung wrote:
A simple cleanup to remove unused qualified exports in java.base.
The webrev also includes a fix for JDK-8205116 (jdeps --system
$java.home fails) that I uncovered through this process where I ran
`jdeps --check java.base --system $java.home` on the JDK binaries on
several platforms.
Webrev at:
http://cr.openjdk.java.net/~mchung/jdk11/webrevs/8200121/webrev.00/
Looks good.
-Alan