On Thu, 22 Apr 2021 09:49:56 GMT, Kevin Walls <kev...@openjdk.org> wrote:
>> Yasumasa Suenaga has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Rename --disableregistry to --disable-registry > > Yes, I think this looks good. > If the test ever causes problems with port availability, it could retry on > new ports or use a random port, but this looks good for now. Thanks @kevinjwalls for the review! > If the test ever causes problems with port availability, it could retry on > new ports or use a random port, but this looks good for now. Yeah, it is the point what I want to improve. I want to use random port for it, but I do not yet have good idea to implement it. I will try to work for it in future. ------------- PR: https://git.openjdk.java.net/jdk/pull/3233