+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.