RFR: 8172309: classpath wildcards code does not support --class-path
Martin Buchholz
martinrb at google.com
Tue Jan 31 23:13:50 UTC 2017
I would try to avoid having the wildcard code know about the various ways
of specifying classpath. We now have 3 different classpath flags - can
they be canonicalized into one form before wildcard handling?
On Wed, Jan 25, 2017 at 1:23 PM, Henry Jen <henry.jen at oracle.com> wrote:
> Hi,
>
> Please review the webrev[1], the fix is to ensure —class-path and
> —class-path= is processed correctly to expand wildcard. Changes are made in
> jdk repo. However, test case to verify the bug fix is in langtool repo.
>
> Cheers,
> Henry
>
> [1] http://cr.openjdk.java.net/~henryjen/jdk9/8172309/0/
> [2] https://bugs.openjdk.java.net/browse/JDK-8172309
More information about the core-libs-dev
mailing list