> This PR, addressing 8343791, changes `Socket::connect()` methods to close the
> `Socket` in the event that the connection cannot be established, the timeout
> expires before the connection is established, or the socket address is
> unresolved.
>
> `tier3` tests pass against the 9f00f61d3b7fa4
On Wed, 27 Nov 2024 10:45:48 GMT, Alan Bateman wrote:
> I scanned the test update. My personal view is that there way too much here.
> JDK tests typically only use a small subset of the features that JUnit
> provides. So very surprised to see the use of extensions in these tests. For
> tests i
On Wed, 27 Nov 2024 12:24:54 GMT, Aleksei Efimov wrote:
>> This PR removes calls to and mentions of the `SecurityManager` and the
>> `doPrivileged` from the `java.net.InetAddress` and
>> `sun.net.util.IPAddressUtil` and related classes.
>>
>> Noteworthy changes:
>> - the default value (`30s`)
On Tue, 26 Nov 2024 00:31:24 GMT, Aleksei Efimov wrote:
> This PR removes calls to and mentions of the `SecurityManager` and the
> `doPrivileged` from the `java.net.InetAddress` and
> `sun.net.util.IPAddressUtil` and related classes.
>
> Noteworthy changes:
> - the default value (`30s`) of th
On Wed, 27 Nov 2024 10:45:48 GMT, Alan Bateman wrote:
>> Volkan Yazıcı has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Split tests into multiple files
>
> I scanned the test update. My personal view is that there way too much here.
> JD
On Wed, 27 Nov 2024 14:34:32 GMT, Volkan Yazıcı wrote:
>> This PR, addressing 8343791, changes `Socket::connect()` methods to close
>> the `Socket` in the event that the connection cannot be established, the
>> timeout expires before the connection is established, or the socket address
>> is u
> This proposed change would move the native objects required for NIO file
> interaction from the libnio native library to the libjava native library on
> Linux, macOS, and Windows.
Brian Burkhalter has updated the pull request with a new target base due to a
merge or a rebase. The pull request
On Tue, 26 Nov 2024 06:56:28 GMT, Jaikiran Pai wrote:
>> Can I please get a review of this change that proposes to address the issue
>> noted in https://bugs.openjdk.org/browse/JDK-8344908?
>>
>> With this change, the URLClassPath will no longer propagate the
>> `IllegalArgumentException` thro
On Tue, 26 Nov 2024 06:56:28 GMT, Jaikiran Pai wrote:
>> Can I please get a review of this change that proposes to address the issue
>> noted in https://bugs.openjdk.org/browse/JDK-8344908?
>>
>> With this change, the URLClassPath will no longer propagate the
>> `IllegalArgumentException` thro
On Mon, 25 Nov 2024 00:33:41 GMT, Jaikiran Pai wrote:
> Can I please get a review of this change that proposes to address the issue
> noted in https://bugs.openjdk.org/browse/JDK-8344908?
>
> With this change, the URLClassPath will no longer propagate the
> `IllegalArgumentException` thrown wh
On Tue, 26 Nov 2024 20:57:18 GMT, Volkan Yazıcı wrote:
>> This PR, addressing 8343791, changes `Socket::connect()` methods to close
>> the `Socket` in the event that the connection cannot be established, the
>> timeout expires before the connection is established, or the socket address
>> is u
This change set, addressing
[8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes
`SecurityManager` and friends from `sun.net.FtpURLConnection`. This is the only
leftover from `SM` cleanup in the subclasses of `URLConnection` in the
`sun.net` package. Successful `tier1..3` CI runs on
> This change set, addressing
> [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes
> `SecurityManager` and friends from
> `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from
> `SM` cleanup in the subclasses of `URLConnection` in the `sun.net` package.
> Suc
On Wed, 27 Nov 2024 09:13:42 GMT, Daniel Fuchs wrote:
>> Volkan Yazıcı has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove redundant suppression
>
> src/java.base/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java
> line 22
On Wed, 27 Nov 2024 08:21:34 GMT, Volkan Yazıcı wrote:
> This change set, addressing
> [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes
> `SecurityManager` and friends from
> `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from
> `SM` cleanup in the subcl
On Wed, 27 Nov 2024 09:22:54 GMT, Volkan Yazıcı wrote:
>> This change set, addressing
>> [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes
>> `SecurityManager` and friends from
>> `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from
>> `SM` cleanup in the
> This PR, addressing 8343791, changes `Socket::connect()` methods to close the
> `Socket` in the event that the connection cannot be established, the timeout
> expires before the connection is established, or the socket address is
> unresolved.
>
> `tier3` tests pass against the 9f00f61d3b7fa4
On Wed, 27 Nov 2024 10:47:17 GMT, Alan Bateman wrote:
>> Volkan Yazıcı has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Split tests into multiple files
>
> src/java.base/share/classes/sun/nio/ch/SocketAdaptor.java line 93:
>
>> 91:
> This PR removes calls to and mentions of the `SecurityManager` and the
> `doPrivileged` from the `java.net.InetAddress` and
> `sun.net.util.IPAddressUtil` and related classes.
>
> Noteworthy changes:
> - the default value (`30s`) of the `networkaddress.cache.ttl` security
> property responsi
On Wed, 27 Nov 2024 12:21:59 GMT, Aleksei Efimov wrote:
>> This PR removes calls to and mentions of the `SecurityManager` and the
>> `doPrivileged` from the `java.net.InetAddress` and
>> `sun.net.util.IPAddressUtil` and related classes.
>>
>> Noteworthy changes:
>> - the default value (`30s`)
On Wed, 27 Nov 2024 09:22:54 GMT, Volkan Yazıcı wrote:
>> This change set, addressing
>> [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes
>> `SecurityManager` and friends from
>> `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from
>> `SM` cleanup in the
On Wed, 27 Nov 2024 08:21:34 GMT, Volkan Yazıcı wrote:
> This change set, addressing
> [8344856](https://bugs.openjdk.org/browse/JDK-8344856), removes
> `SecurityManager` and friends from
> `sun.net.www.protocol.ftp.FtpURLConnection`. This is the only leftover from
> `SM` cleanup in the subcl
22 matches
Mail list logo