git: openjdk/jdk11u: 8 new changesets

Matthias Baesken mbaesken at openjdk.org
Wed Aug 7 15:04:02 UTC 2024


Changeset: d668844b
Branch: master
Author:    Andrew Lu <andrewlu at openjdk.org>
Date:      2024-08-01 02:19:26 +0000
URL:       https://git.openjdk.org/jdk11u/commit/d668844b6622b61cca05fd303c461295f9ca6e10

8298873: Update IllegalRecordVersion.java for changes to TLS implementation
8301189: validate-source fails after JDK-8298873

Backport-of: 28adafcb524a043eca0fc6e7f9a1bb2a5490d723

! test/jdk/ProblemList.txt
+ test/jdk/javax/net/ssl/SSLEngine/HandshakeWithInvalidRecordVersion.java
- test/jdk/javax/net/ssl/SSLEngine/IllegalRecordVersion.java

Changeset: ee57792b
Branch: master
Author:    Andrew Lu <andrewlu at openjdk.org>
Date:      2024-08-01 02:19:51 +0000
URL:       https://git.openjdk.org/jdk11u/commit/ee57792bbae576eeaff1c95873ade2d529d514ce

8259274: Increase timeout duration in sun/nio/ch/TestMaxCachedBufferSize.java

Backport-of: 2659bc449c8f09a1b9a5e336bd437e8427979fb8

! test/jdk/sun/nio/ch/TestMaxCachedBufferSize.java

Changeset: 7547abf0
Branch: master
Author:    Andrew Lu <andrewlu at openjdk.org>
Date:      2024-08-01 02:20:19 +0000
URL:       https://git.openjdk.org/jdk11u/commit/7547abf0d3005b9d82b49fc1e6455eb30183d3bb

8255913: Decrease number of iterations in TestMaxCachedBufferSize

Backport-of: d6f094040085fb16306fd1e0eea7d8d7969cdb4d

! test/jdk/sun/nio/ch/TestMaxCachedBufferSize.java

Changeset: 8ef84821
Branch: master
Author:    Alexander Pepin <89089666+sashapepin at users.noreply.github.com>
Committer: Yuri Nesterenko <yan at openjdk.org>
Date:      2024-08-01 09:47:01 +0000
URL:       https://git.openjdk.org/jdk11u/commit/8ef848219bc270b968ca5e9ecdd371973f2debb3

8334711: [TEST_BUG] Compilation failed of MimeFormatsTest/MimeFormatsTest.java

Reviewed-by: yan

! test/jdk/java/awt/datatransfer/MimeFormatsTest.java

Changeset: 1daafddf
Branch: master
Author:    Andrew Lu <andrewlu at openjdk.org>
Date:      2024-08-05 02:13:33 +0000
URL:       https://git.openjdk.org/jdk11u/commit/1daafddfd02f1e01a46bf1228877f6f261ce4c24

8317343: GC: Make TestHeapFreeRatio use createTestJvm

Backport-of: c64bd3d6715304accd9a1e3266edd9d3d2353273

! test/hotspot/jtreg/gc/arguments/TestHeapFreeRatio.java

Changeset: 7d346936
Branch: master
Author:    Andrew Lu <andrewlu at openjdk.org>
Date:      2024-08-06 02:13:24 +0000
URL:       https://git.openjdk.org/jdk11u/commit/7d3469361210546c24715f8c7b7df95e8f876c7b

8317358: G1: Make TestMaxNewSize use createTestJvm

Backport-of: 1a098356dd3a157b12c2b5c527e61c8a628bdb2d

! test/hotspot/jtreg/gc/arguments/TestMaxNewSize.java

Changeset: c5d2cc13
Branch: master
Author:    Andrew Lu <andrewlu at openjdk.org>
Date:      2024-08-06 02:13:49 +0000
URL:       https://git.openjdk.org/jdk11u/commit/c5d2cc138fed05c8dfcd13f6d786dd5c8dae4560

8336301: test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java leaves around a FIFO file upon test completion

Backport-of: ae9f318fc35eeab497e546ebab9faed6ec774ec5

! test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java

Changeset: 3acdebea
Branch: master
Author:    Matthias Baesken <mbaesken at openjdk.org>
Date:      2024-08-06 07:05:56 +0000
URL:       https://git.openjdk.org/jdk11u/commit/3acdebea8539c12a7a6c6503976e8f74859d2264

8229822: ThrowingPushPromises tests sometimes fail due to EOF

SocketTube is fixed to cater for errors caused by pausing/resuming events on an asynchronously closed connection, from within the selector's manager thread. Http2Connection and Stream are fixed to prevent sending a DataFrame on a stream after Reset has been sent.

Backport-of: 77c46ea9112b0c2632b4af1d899d59a132878da3

! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java
! src/java.net.http/share/classes/jdk/internal/net/http/SocketTube.java
! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesAsInputStreamCustom.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesAsInputStreamIO.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesAsLinesCustom.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesAsLinesIO.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesAsStringCustom.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesAsStringIO.java
! test/jdk/java/net/httpclient/ThrowingPushPromisesSanity.java



More information about the jdk-updates-changes mailing list