On Mon, 28 Nov 2022 17:54:51 GMT, Bill Huang wrote:
>> test/jdk/javax/management/remote/nonLocalAccess/NonLocalJMXRemoteTest.java
>> line 167:
>>
>>> 165:
>>> Set.copyOf(Arrays.asList(InetAddress.getAllByName(myHostName)));
>>> 166: Set hostAddrs =
>>> 167:
On Mon, 28 Nov 2022 13:56:29 GMT, Alan Bateman wrote:
>> Bill Huang has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Implemented review comments.
>
> test/jdk/javax/management/remote/nonLocalAccess/NonLocalJMXRemoteTest.java
> line 167:
On Sat, 5 Nov 2022 00:04:39 GMT, Bill Huang wrote:
>> The current non local registry tests require a manual process that runs
>> rmiregitrty on a different machine and changes the -Dregistry.host property
>> in the source before running the tests on the local machine. This task is
>> created t
On Sat, 5 Nov 2022 00:04:39 GMT, Bill Huang wrote:
>> The current non local registry tests require a manual process that runs
>> rmiregitrty on a different machine and changes the -Dregistry.host property
>> in the source before running the tests on the local machine. This task is
>> created t
> The current non local registry tests require a manual process that runs
> rmiregitrty on a different machine and changes the -Dregistry.host property
> in the source before running the tests on the local machine. This task is
> created to improve this manual process and provide a clearer instr