RFR(s): 8166841: Unused import causes test failure on compilation in java.text tests
Ivan Gerasimov
ivan.gerasimov at oracle.com
Wed Sep 28 12:29:47 UTC 2016
This looks good!
With kind regards,
Ivan
On 28.09.2016 15:16, Sergei Kovalev wrote:
> Hi Team,
>
> Could you please review very small fix?
>
> BugID: https://bugs.openjdk.java.net/browse/JDK-8166841
> WebRev: http://cr.openjdk.java.net/~skovalev/8166841/webrev.00/
>
> Issue: In case of usage command line option "--limit-modules
> java.base" for javac two tests fail on compilation.
> Root cause: unused import java.awt.*.
> Solution: Organize imports.
> Tested locally using jtreg test suite.
>
More information about the core-libs-dev
mailing list