On Wed, 16 Jun 2021 07:56:11 GMT, Michael McMahon wrote:
> Hi,
>
> This fixes a problem where the listener methods of a WebSocket client were
> being invoked by the Selector manager thread, which is problematic, because
> if the implementation of any of these methods tries to do any blocking w
On Wed, 16 Jun 2021 22:10:56 GMT, Mark Sheppard wrote:
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
>> with "SocketException: Cannot allocate memory"
>>
>> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
>> on a regular basis on m
This cleanup-only change fixes the indentation of all members from 8 to 4
spaces and removes whitespace in method invocations (example: `foo ()` ->
`foo()`). It also removes superfluous type parameters on lines 83, 168, 206.
-
Commit messages:
- initial change
Changes: https://git
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes wrote:
> This cleanup-only change fixes the indentation of all members from 8 to 4
> spaces and removes whitespace in method invocations (example: `foo ()` ->
> `foo()`). It also removes superfluous type parameters on lines 83, 168, 206.
Marked as r
On Wed, 16 Jun 2021 10:42:56 GMT, Patrick Concannon
wrote:
> Hi,
>
> Could someone please review my change to the test
> `test/jdk/java/net/DatagramSocket/SetDatagramSocketImplFactory/ADatagramSocket.java`?
> The test is missing `/othervm` from its @run jtreg test tag, which risks
> pollutin
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes wrote:
> This cleanup-only change fixes the indentation of all members from 8 to 4
> spaces and removes whitespace in method invocations (example: `foo ()` ->
> `foo()`). It also removes superfluous type parameters on lines 83, 168, 206.
Marked as r
On Wed, 16 Jun 2021 22:10:56 GMT, Mark Sheppard wrote:
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
>> with "SocketException: Cannot allocate memory"
>>
>> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
>> on a regular basis on m
On Thu, 17 Jun 2021 09:17:24 GMT, Julia Boes wrote:
> This cleanup-only change fixes the indentation of all members from 8 to 4
> spaces and removes whitespace in method invocations (example: `foo ()` ->
> `foo()`). It also removes superfluous type parameters on lines 83, 168, 206.
Marked as r
On Wed, 16 Jun 2021 22:10:56 GMT, Mark Sheppard wrote:
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
>> with "SocketException: Cannot allocate memory"
>>
>> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
>> on a regular basis on m
On Thu, 17 Jun 2021 12:37:59 GMT, Michael McMahon wrote:
>> Mark Sheppard has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java
>> failed with "SocketException: Cannot allo
> …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests
Mahendra Chhipa has updated the pull request incrementally with one additional
commit since the last revision:
Implemented review comments
-
Changes:
- all: https://git.openjdk.java.net/jdk/pull/4432/files
-
On Thu, 17 Jun 2021 11:07:23 GMT, Chris Hegarty wrote:
>> Mark Sheppard has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java
>> failed with "SocketException: Cannot alloca
On Thu, 17 Jun 2021 12:39:17 GMT, Michael McMahon wrote:
>> src/java.base/unix/native/libnet/PlainDatagramSocketImpl.c line 2112:
>>
>>> 2110: res = setsockopt(fd, IPPROTO_IPV6, (join ? ADD_MEMBERSHIP :
>>> DRP_MEMBERSHIP),
>>> 2111:(char *) &mname6, sizeof (mnam
> JDK-8265369 [macos-aarch64] java/net/MulticastSocket/Promiscuous.java failed
> with "SocketException: Cannot allocate memory"
>
> The test java/net/MulticastSocket/Promiscuous.java has been observed to fail
> on a regular basis on macosx-aarch.
> This is typically under heavy test load on a te
Forwardport JDK 17 -> JDK 18
-
Commit messages:
- Merge
- 8268371: C2: assert(_gvn.type(obj)->higher_equal(tjp)) failed: cast_up is no
longer needed
- 8268676: assert(!ik->is_interface() && !ik->has_subklass()) failed:
inconsistent klass hierarchy
- 8268265: MutableSpaceUsedHelp
On Thu, 17 Jun 2021 23:26:26 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 17 -> JDK 18
This pull request has now been integrated.
Changeset: a051e735
Author:Jesper Wilhelmsson
URL:
https://git.openjdk.java.net/jdk/commit/a051e735cda0d5ee5cb6ce0738aa549a7319a28c
Stats: 845 l
16 matches
Mail list logo