On Mon, 10 Feb 2025 11:47:25 GMT, Xiaolong Peng wrote:
>> java.net.URI.scanIPv4Address is a private method, it is only called by
>> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
>> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
>> should be go
On Wed, 5 Mar 2025 15:06:37 GMT, Daniel Fuchs wrote:
> Hi, sorry for the late reply. I have imported your PR branch on my local repo
> and am testing it in our CI. I will approve if my tests come back green.
No worries, thank you so much for helping running the test.
-
PR Comment:
On Mon, 10 Feb 2025 11:47:25 GMT, Xiaolong Peng wrote:
>> java.net.URI.scanIPv4Address is a private method, it is only called by
>> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
>> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
>> should be go
On Mon, 10 Feb 2025 11:47:25 GMT, Xiaolong Peng wrote:
>> java.net.URI.scanIPv4Address is a private method, it is only called by
>> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
>> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
>> should be go
On Mon, 10 Feb 2025 10:53:12 GMT, Daniel Fuchs wrote:
>> java.net.URI.scanIPv4Address is a private method, it is only called by
>> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
>> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
>> should be goo
On Mon, 10 Feb 2025 10:53:12 GMT, Daniel Fuchs wrote:
> What tests did you run against those changes? You will need to run at least
> tier2 tests.
I have run tier2 tests, all tests passed except DirectIOTest.java which is a
known issue and not relevant I believe.
-
PR Comment: ht
On Mon, 10 Feb 2025 10:49:34 GMT, Daniel Fuchs wrote:
>> Xiaolong Peng has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Address PR comments
>
> src/java.base/share/classes/java/net/URI.java line 3469:
>
>> 3467: return q;
> java.net.URI.scanIPv4Address is a private method, it is only called by
> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
> should be good. In one of our systems, we noticed the exception consumes
On Mon, 10 Feb 2025 08:47:36 GMT, Xiaolong Peng wrote:
> java.net.URI.scanIPv4Address is a private method, it is only called by
> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
> should be good.
On Mon, 10 Feb 2025 08:47:36 GMT, Xiaolong Peng wrote:
> java.net.URI.scanIPv4Address is a private method, it is only called by
> java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
> URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
> should be good.
java.net.URI.scanIPv4Address is a private method, it is only called by
java.net.URI.takeIPv4Address and java.net.URI.parseIPv4Address, the
URISyntaxException("Malformed IPv4 address") is not necessary, returning -1
should be good. In one of our systems, we noticed the exception consumes ~0.3%
C
11 matches
Mail list logo