RFR(s): 8166841: Unused import causes test failure on compilation in java.text tests
Claes Redestad
claes.redestad at oracle.com
Wed Sep 28 12:30:20 UTC 2016
+1
/Claes
On 2016-09-28 14: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