RFR: 8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out

2024-06-13 Thread Christoph Langer
The issue seems to be not reproducable. We've run the test now for a while in SAP's nightlies but it didn't reoccur. So let's remove the exclusion. - Commit messages: - JDK-8211854 Changes: https://git.openjdk.org/jdk/pull/19692/files Webrev: https://webrevs.openjdk.org/?repo=jdk

Re: RFR: 8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out

2024-06-13 Thread Daniel Fuchs
On Thu, 13 Jun 2024 09:55:05 GMT, Christoph Langer wrote: > The issue seems to be not reproducable. We've run the test now for a while in > SAP's nightlies but it didn't reoccur. So let's remove the exclusion. Marked as reviewed by dfuchs (Reviewer). - PR Review: https://git.openj

Re: RFR: 8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out

2024-06-13 Thread Jaikiran Pai
On Thu, 13 Jun 2024 09:55:05 GMT, Christoph Langer wrote: > The issue seems to be not reproducable. We've run the test now for a while in > SAP's nightlies but it didn't reoccur. So let's remove the exclusion. Removal from problem listing on AIX. Looks fine to me. - Marked as revi

Integrated: 8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out

2024-06-13 Thread Christoph Langer
On Thu, 13 Jun 2024 09:55:05 GMT, Christoph Langer wrote: > The issue seems to be not reproducable. We've run the test now for a while in > SAP's nightlies but it didn't reoccur. So let's remove the exclusion. This pull request has now been integrated. Changeset: 9d8439c1 Author:Christoph

Re: RFR: 8211854: [aix] java/net/ServerSocket/AcceptInheritHandle.java fails: read times out

2024-06-13 Thread Christoph Langer
On Thu, 13 Jun 2024 09:55:05 GMT, Christoph Langer wrote: > The issue seems to be not reproducable. We've run the test now for a while in > SAP's nightlies but it didn't reoccur. So let's remove the exclusion. Thanks for the reviews. As it is a trivial fix of a test listing, I integrate this.

Re: RFR: 8331195: Improve com.sun.net.httpserver.HttpExchange usability [v4]

2024-06-13 Thread robert engels
On Wed, 1 May 2024 21:12:05 GMT, robert engels wrote: >> improve the HttpExchange api with documented constants and convenience >> methods to avoid common bugs > > robert engels has updated the pull request incrementally with two additional > commits since the last revision: > > - Merge remot