git: openjdk/jdk17u: 12 new changesets

Paul Hohensee phh at openjdk.org
Wed Aug 14 07:43:30 UTC 2024


Changeset: 7230bafb
Branch: master
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2024-08-07 14:09:54 +0000
URL:       https://git.openjdk.org/jdk17u/commit/7230bafbb2124b7169de7819cfcbf4981cd38404

8283728: jdk.hotspot.agent: Wrong location for RISCV64ThreadContext.java

Reviewed-by: mbaesken
Backport-of: f4eaa16c0fe0659376325cec1c912a13ef0f1be8

= src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/riscv64/RISCV64ThreadContext.java

Changeset: 396e209f
Branch: master
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2024-08-07 14:12:51 +0000
URL:       https://git.openjdk.org/jdk17u/commit/396e209feb58c81d4271010c5c4c3fd605a1f653

8337669: [17u] Backport of JDK-8284047 missed to delete a file

Reviewed-by: mbaesken, shade

- test/jdk/sun/security/ssl/SSLSocketImpl/SSLSocketBruceForceClose.java

Changeset: 966cafcd
Branch: master
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2024-08-07 14:17:01 +0000
URL:       https://git.openjdk.org/jdk17u/commit/966cafcd14e425061a79e0027dc5ac02c968f270

7026262: HttpServer: improve handling of finished HTTP exchanges

Backport-of: a5ffa079a0d6107be652bc026f5c91b7dcd791f8

! src/jdk.httpserver/share/classes/sun/net/httpserver/ChunkedOutputStream.java
! src/jdk.httpserver/share/classes/sun/net/httpserver/ExchangeImpl.java
! src/jdk.httpserver/share/classes/sun/net/httpserver/FixedLengthOutputStream.java
! src/jdk.httpserver/share/classes/sun/net/httpserver/ServerImpl.java
! src/jdk.httpserver/share/classes/sun/net/httpserver/UndefLengthOutputStream.java
+ test/jdk/com/sun/net/httpserver/bugs/ExceptionKeepAlive.java
+ test/jdk/com/sun/net/httpserver/bugs/ZeroLengthOutputStream.java
! test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java
! test/jdk/sun/net/www/http/KeepAliveCache/B8293562.java

Changeset: 7a53368b
Branch: master
Author:    Christoph Langer <clanger at openjdk.org>
Date:      2024-08-07 14:19:00 +0000
URL:       https://git.openjdk.org/jdk17u/commit/7a53368b2b27585270184316c9b30a6fb27e33e6

8304963: HttpServer closes connection after processing HEAD after JDK-7026262

Backport-of: 3c4cd50e3cef5905d6c5dacddd6759e118bc50ca

! src/jdk.httpserver/share/classes/sun/net/httpserver/ExchangeImpl.java
= test/jdk/com/sun/net/httpserver/bugs/HeadKeepAlive.java

Changeset: f07c2664
Branch: master
Author:    Ben Taylor <btaylor at openjdk.org>
Date:      2024-08-07 18:13:33 +0000
URL:       https://git.openjdk.org/jdk17u/commit/f07c266489dd13a9c80a8fd4ad4edb51111a1d86

8290966: G1: Record number of PLAB filled and number of direct allocations

Reviewed-by: shade
Backport-of: 30205bb289e9b25d60474b24b891e15923071b5a

! src/hotspot/share/gc/g1/g1Allocator.cpp
! src/hotspot/share/gc/g1/g1Allocator.hpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1EvacStats.cpp
! src/hotspot/share/gc/g1/g1EvacStats.hpp
! src/hotspot/share/gc/g1/g1EvacStats.inline.hpp
! src/hotspot/share/gc/shared/gcHeapSummary.hpp
! src/hotspot/share/jfr/metadata/metadata.xml
! test/hotspot/jtreg/gc/g1/plab/lib/LogParser.java

Changeset: cf21d29b
Branch: master
Author:    Amos Shi <ashi at openjdk.org>
Date:      2024-08-08 06:46:08 +0000
URL:       https://git.openjdk.org/jdk17u/commit/cf21d29b28ff06240c7fb53284b537fbbce05f89

8304962: sun/net/www/http/KeepAliveCache/B5045306.java: java.lang.RuntimeException: Failed: Initial Keep Alive Connection is not being reused

Backport-of: cddaf686e16424e9543be50a48b1c02337e79cf1

! test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java

Changeset: 13f6ab3e
Branch: master
Author:    Amos Shi <ashi at openjdk.org>
Date:      2024-08-08 08:14:34 +0000
URL:       https://git.openjdk.org/jdk17u/commit/13f6ab3e195419ff8a3987f9b98035f1581292cd

8314614: jdk/jshell/ImportTest.java failed with "InternalError: Failed remote listen"
8312140: jdk/jshell tests failed with JDI socket timeouts

Backport-of: 14193a049ebcbd3639962729c631293b8d3a9114

! test/langtools/jdk/jshell/AnalyzeSnippetTest.java
! test/langtools/jdk/jshell/CustomInputToolBuilder.java
! test/langtools/jdk/jshell/ExecutionControlTestBase.java
! test/langtools/jdk/jshell/FailOverDirectExecutionControlTest.java
! test/langtools/jdk/jshell/FailOverExecutionControlDyingLaunchTest.java
! test/langtools/jdk/jshell/FailOverExecutionControlHangingLaunchTest.java
! test/langtools/jdk/jshell/FailOverExecutionControlHangingListenTest.java
! test/langtools/jdk/jshell/FailOverExecutionControlTest.java
! test/langtools/jdk/jshell/IdGeneratorTest.java
! test/langtools/jdk/jshell/KullaTesting.java
+ test/langtools/jdk/jshell/Presets.java
! test/langtools/jdk/jshell/ReplToolTesting.java
! test/langtools/jdk/jshell/StartOptionTest.java
! test/langtools/jdk/jshell/ToolReloadTest.java
! test/langtools/jdk/jshell/UITesting.java

Changeset: 67b57e0f
Branch: master
Author:    Amos Shi <ashi at openjdk.org>
Date:      2024-08-09 19:52:43 +0000
URL:       https://git.openjdk.org/jdk17u/commit/67b57e0f579dbc119a1e5ffa8b5128621fad64b9

8313901: [TESTBUG] test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java fails with java.lang.VirtualMachineError

Backport-of: d1de3d082ef9b83aaa68664e653ab09feb8bad87

! test/hotspot/jtreg/compiler/codecache/CodeCacheFullCountTest.java

Changeset: a2b45f2e
Branch: master
Author:    Amos Shi <ashi at openjdk.org>
Date:      2024-08-09 19:54:09 +0000
URL:       https://git.openjdk.org/jdk17u/commit/a2b45f2eaad69a5edfc33830ab4f69ed76d3da04

8306583: Add JVM crash check in CDSTestUtils.executeAndLog

Backport-of: 27764e60357b018b4f403d63cb54f95604b0cb8c

+ test/hotspot/jtreg/runtime/cds/TestCDSVMCrash.java
! test/lib/jdk/test/lib/cds/CDSTestUtils.java

Changeset: ebcad8c1
Branch: master
Author:    Amos Shi <ashi at openjdk.org>
Date:      2024-08-09 19:54:37 +0000
URL:       https://git.openjdk.org/jdk17u/commit/ebcad8c176e5d3019a7784bfde258a91605c80fa

8279641: Create manual JTReg tests for Swing accessibility

Backport-of: 5523ddebd572f38c3f960950d114ffead33266ae

+ test/jdk/javax/accessibility/manual/ButtonDemo.html
+ test/jdk/javax/accessibility/manual/ButtonDemo.java
+ test/jdk/javax/accessibility/manual/ComboBoxDemo.html
+ test/jdk/javax/accessibility/manual/ComboBoxDemo.java
+ test/jdk/javax/accessibility/manual/DemoSelection.html
+ test/jdk/javax/accessibility/manual/DemoSelection.java
+ test/jdk/javax/accessibility/manual/OptionPaneDemo.html
+ test/jdk/javax/accessibility/manual/OptionPaneDemo.java
+ test/jdk/javax/accessibility/manual/README.md
+ test/jdk/javax/accessibility/manual/SwingSetTest.java
+ test/jdk/javax/accessibility/manual/TableDemo.html
+ test/jdk/javax/accessibility/manual/TableDemo.java
+ test/jdk/javax/accessibility/manual/TabsDemo.html
+ test/jdk/javax/accessibility/manual/TabsDemo.java
+ test/jdk/javax/accessibility/manual/TreeDemo.html
+ test/jdk/javax/accessibility/manual/TreeDemo.java
+ test/jdk/javax/accessibility/manual/lib/DescriptionPane.java
+ test/jdk/javax/accessibility/manual/lib/FailureReasonPane.java
+ test/jdk/javax/accessibility/manual/lib/ManualTestFrame.java
+ test/jdk/javax/accessibility/manual/lib/PassFailPane.java
+ test/jdk/javax/accessibility/manual/lib/ScreenImagePane.java
+ test/jdk/javax/accessibility/manual/lib/TestResult.java
+ test/jdk/javax/accessibility/manual/resource/btn.png
+ test/jdk/javax/accessibility/manual/resource/cmb.png
+ test/jdk/javax/accessibility/manual/resource/dep.png
+ test/jdk/javax/accessibility/manual/resource/dms.png
+ test/jdk/javax/accessibility/manual/resource/hc.jpg
+ test/jdk/javax/accessibility/manual/resource/if.png
+ test/jdk/javax/accessibility/manual/resource/ifm.png
+ test/jdk/javax/accessibility/manual/resource/list.png
+ test/jdk/javax/accessibility/manual/resource/op.png
+ test/jdk/javax/accessibility/manual/resource/rbtn.png
+ test/jdk/javax/accessibility/manual/resource/tbl.png
+ test/jdk/javax/accessibility/manual/resource/tbld.png
+ test/jdk/javax/accessibility/manual/resource/tree.png

Changeset: 4aa7950d
Branch: master
Author:    Aleksey Shipilev <shade at openjdk.org>
Date:      2024-08-13 15:55:30 +0000
URL:       https://git.openjdk.org/jdk17u/commit/4aa7950d07bb012ced20a5a0cf9c670c64233fa8

8337283: configure.log is truncated when build dir is on different filesystem

Backport-of: 7e925d727f716e5c366b0d85b9c0de24efe43103

! make/autoconf/configure.ac

Changeset: 2e9152dc
Branch: master
Author:    Zdenek Zambersky <zzambers at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2024-08-13 16:03:56 +0000
URL:       https://git.openjdk.org/jdk17u/commit/2e9152dc268ee946680f274c9e6006edfb8d0398

8336928: GHA: Bundle artifacts removal broken

Backport-of: 98562166e4a4c8921709014423c6cbc993aa0d97

! .github/workflows/main.yml



More information about the jdk-updates-changes mailing list