Looks good to me, Christoph, JmodTask.java: Not sure what the consensus is about wildcard imports, but I'm fine with it here.
/Claes On 2020-04-19 17:32, Langer, Christoph wrote:
Hi, please help review this cleanup patch for the Java code in module jdk.jlink. It's mostly automatic IDE cleanups of unused imports plus a few removals for unused private methods, fields and annotations. I've also added some @Override annotations where such were missing. Bug: https://bugs.openjdk.java.net/browse/JDK-8243117 Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8243117.0/ Thanks Christoph