On Mon, 29 Aug 2022 22:06:18 GMT, Leonid Mesnik <lmes...@openjdk.org> wrote:
>> This task convert 3 shell tests below to java version. >> test/sun/management/jmxremote/bootstrap/RmiBootstrapTest.sh >> test/sun/management/jmxremote/bootstrap/RmiSslBootstrapTest.sh >> test/sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.sh > > test/jdk/sun/management/jmxremote/bootstrap/RmiBootstrapTest.java line 33: > >> 31: import java.rmi.server.ExportException; >> 32: >> 33: import java.util.*; > > wildcards in import are not welcome, please avoid them > not needed to replace existing, just don't introduce them Good catch! I didn't introduce this intentionally. It was automatically rearranged by IntelliJ. I will find out a way to disable that feature. ------------- PR: https://git.openjdk.org/jdk/pull/9973