git: openjdk/jdk11u: 25 new changesets
Matthias Baesken
mbaesken at openjdk.org
Wed Nov 8 12:38:24 UTC 2023
Changeset: de9ae1ea
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2023-11-01 16:39:59 +0000
URL: https://git.openjdk.org/jdk11u/commit/de9ae1eac41876c2995e99256225085297171048
8293811: Provide a reason for PassFailJFrame.forceFail
Reviewed-by: phh
Backport-of: 64b96e5cf57023a5d55b4392074e3922ac7c0534
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
Changeset: d0045daa
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:28:59 +0000
URL: https://git.openjdk.org/jdk11u/commit/d0045daa83d0771f1ba5d7bf5da6bdffa41968da
8220083: Remove hard-coded 127.0.0.1 loopback address in JDK networking tests
Tests that hardcode "127.0.0.1" fail in an environment where only IPv6 is available and IPv4 is not.
Reviewed-by: mbaesken
Backport-of: ef9ce3be1e33f1a45a6d8fbcbe3d4ceffcf7c4ce
! test/jdk/com/sun/net/httpserver/TestLogging.java
! test/jdk/com/sun/net/httpserver/bugs/6725892/Test.java
! test/jdk/com/sun/net/httpserver/bugs/B6361557.java
! test/jdk/com/sun/net/httpserver/bugs/TruncatedRequestBody.java
! test/jdk/com/sun/nio/sctp/SctpMultiChannel/SendFailed.java
! test/jdk/java/net/Authenticator/B6870935.java
! test/jdk/java/net/DatagramSocket/SendDatagramToBadAddress.java
! test/jdk/java/net/HttpURLConnection/SetAuthenticator/HTTPTestServer.java
! test/jdk/java/net/Socket/UrgentDataTest.java
! test/jdk/java/net/SocketOption/OptionsTest.java
! test/jdk/java/net/httpclient/UnknownBodyLengthTest.java
! test/jdk/java/nio/channels/AsyncCloseAndInterrupt.java
! test/jdk/java/nio/channels/AsynchronousChannelGroup/bootlib/Attack.java
! test/jdk/java/nio/channels/Selector/LotsOfCancels.java
! test/jdk/java/nio/channels/SocketChannel/AsyncCloseChannel.java
! test/jdk/java/nio/channels/SocketChannel/CloseRegisteredChannel.java
! test/jdk/java/nio/channels/SocketChannel/CloseTimeoutChannel.java
! test/jdk/java/nio/channels/SocketChannel/SocketInheritance.java
! test/jdk/java/nio/channels/etc/AdaptorCloseAndInterrupt.java
! test/jdk/java/nio/channels/etc/Shadow.java
! test/jdk/java/nio/charset/coders/StreamTimeout.java
! test/jdk/java/rmi/transport/readTimeout/ReadTimeoutTest.java
! test/jdk/jdk/net/Sockets/QuickAckTest.java
! test/jdk/jdk/net/Sockets/Test.java
! test/jdk/sun/net/www/protocol/http/TunnelThroughProxy.java
Changeset: 4ebccd61
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:33:21 +0000
URL: https://git.openjdk.org/jdk11u/commit/4ebccd61a40f89ca64e04f35a846ea44e5c7e1e7
8223145: Replace wildcard address with loopback or local host in tests - part 1
Replaces binding to wildacard with alternative less susceptible to intermittent failure in some intermittently failing tests.
Reviewed-by: mbaesken, phh
Backport-of: 7d4520c109f408a7dbcdcc424dfef121e3eeaaa7
! test/jdk/com/sun/net/httpserver/bugs/B6361557.java
! test/jdk/java/net/Authenticator/B4722333.java
! test/jdk/java/net/HttpURLConnection/UnmodifiableMaps.java
! test/jdk/java/net/ResponseCache/ResponseCacheTest.java
! test/jdk/java/net/Socket/GetLocalAddress.java
! test/jdk/java/net/Socket/SetReceiveBufferSize.java
! test/jdk/java/net/Socket/SoTimeout.java
! test/jdk/java/net/Socket/TestAfterClose.java
! test/jdk/java/net/Socket/UrgentDataTest.java
! test/jdk/java/net/SocketOption/OptionsTest.java
! test/jdk/java/net/URL/GetContent.java
! test/jdk/java/net/URLConnection/B5052093.java
! test/jdk/java/net/URLPermission/nstest/LookupTest.java
! test/jdk/sun/net/ftp/TestFtpClientNameListWithNull.java
! test/jdk/sun/net/www/http/HttpClient/ProxyTest.java
! test/jdk/sun/net/www/http/HttpURLConnection/NTLMAuthWithSM.java
! test/jdk/sun/net/www/http/HttpURLConnection/PostOnDelete.java
! test/jdk/sun/net/www/http/KeepAliveStream/KeepAliveStreamClose.java
! test/jdk/sun/net/www/protocol/http/B8012625.java
! test/jdk/sun/net/www/protocol/http/Finalizer.java
! test/jdk/sun/net/www/protocol/http/ResponseCacheStream.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/CookieHandlerTest.java
Changeset: ef475f76
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:38:19 +0000
URL: https://git.openjdk.org/jdk11u/commit/ef475f76546b1a1e9ca1f5f3fbb6fa68d02f2c99
8224204: Replace wildcard address with loopback or local host in tests - part 10
Fixed intermittently failing tests
Backport-of: a974268f17f5059021680fec7af9dc83409a6daa
! test/jdk/sun/net/InetAddress/nameservice/simple/DefaultCaching.java
! test/jdk/sun/net/www/http/KeepAliveCache/KeepAliveTimerThread.java
! test/jdk/sun/net/www/http/KeepAliveStream/InfiniteLoop.java
! test/jdk/sun/net/www/protocol/http/B6369510.java
! test/jdk/sun/net/www/protocol/http/BasicLongCredentials.java
! test/jdk/sun/net/www/protocol/http/NTLMTest.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/HttpsPost.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxyWithAuth.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/ProxyTunnelServer.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/RetryHttps.java
Changeset: 569ecf4e
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:40:40 +0000
URL: https://git.openjdk.org/jdk11u/commit/569ecf4e7f2cb4f4ecf4c0bba093ecaa61f64e05
8226825: Replace wildcard address with loopback or local host in tests - part 19
Replace use of wildcard by the loopback address, or possibly the local host address, wherever possible, to improve test stability.
Backport-of: c45f932cc5953d5aa45084c101d975758535ebd0
! test/jdk/java/net/Socket/SetSoLinger.java
! test/jdk/sun/net/www/protocol/http/AsyncDisconnect.java
! test/jdk/sun/net/www/protocol/http/B6641309.java
! test/jdk/sun/net/www/protocol/http/B6660405.java
! test/jdk/sun/net/www/protocol/http/B6890349.java
! test/jdk/sun/net/www/protocol/http/Modified.java
Changeset: c73323ba
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:42:31 +0000
URL: https://git.openjdk.org/jdk11u/commit/c73323bae6f12a3a94a3d9f6415e4ddca6cf8c99
8240604: Rewrite sun/management/jmxremote/bootstrap/CustomLauncherTest.java test to make binaries from source file
Reviewed-by: mdoerr
Backport-of: cd7d17500171ff20a2d919a4e9d5de0399304d4d
! make/test/JtregNativeJdk.gmk
! test/jdk/sun/management/jmxremote/bootstrap/CustomLauncherTest.java
- test/jdk/sun/management/jmxremote/bootstrap/Makefile
= test/jdk/sun/management/jmxremote/bootstrap/exelauncher.c
- test/jdk/sun/management/jmxremote/bootstrap/linux-amd64/launcher
- test/jdk/sun/management/jmxremote/bootstrap/linux-i586/launcher
- test/jdk/sun/management/jmxremote/bootstrap/solaris-amd64/launcher
- test/jdk/sun/management/jmxremote/bootstrap/solaris-sparcv9/launcher
Changeset: 33771273
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:44:23 +0000
URL: https://git.openjdk.org/jdk11u/commit/33771273d39578a52e87706ac8bca8eda447c215
8183374: Refactor java/lang/Runtime shell tests to java
Reviewed-by: mdoerr
Backport-of: ec383abc1d2e609cc6af94a526e11c407d7e91ff
+ test/jdk/java/lang/RuntimeTests/exec/SetCwd.java
+ test/jdk/java/lang/RuntimeTests/shutdown/ShutdownHooks.java
Changeset: d90b9ac9
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 07:46:25 +0000
URL: https://git.openjdk.org/jdk11u/commit/d90b9ac9d057cf354c1a3403eb309b9b9142e3e7
8285612: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
Reviewed-by: mbaesken
Backport-of: 0c551b6c01bed302a2fbd1271773c3e231920ddd
! test/jdk/java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
Changeset: 92c50625
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:11:28 +0000
URL: https://git.openjdk.org/jdk11u/commit/92c50625786ad84c50223f21df2fbff431469228
8289238: Refactoring changes to PassFailJFrame Test Framework
Reviewed-by: phh
Backport-of: 8204dfab76d8ae61c2bc68cdf42fcd0fb7a81189
! test/jdk/java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
! test/jdk/java/awt/print/PrinterJob/PrintGlyphVectorTest.java
! test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
! test/jdk/javax/swing/JRadioButton/bug4380543.java
! test/jdk/javax/swing/JTabbedPane/4209065/bug4209065.java
Changeset: f993ef52
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:22:35 +0000
URL: https://git.openjdk.org/jdk11u/commit/f993ef52fbdb0982c6f7ff284feaa5a87c9a7000
8284331: Add sanity check for signal handler modification warning.
Backport-of: 116763cb5d58a7316b7bada689a0fa34a7250ee7
! test/jdk/sun/tools/jcmd/TestJcmdSanity.java
Changeset: 18d616d6
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:24:40 +0000
URL: https://git.openjdk.org/jdk11u/commit/18d616d6dae6703e4908a603c707c5a4829fd09a
8306280: Open source several choice AWT tests
Backport-of: d03128d0e5158ea967e714341c019b9af00ac4a1
+ test/jdk/java/awt/Choice/EmptyChoiceTest.java
+ test/jdk/java/awt/Choice/InsertRemoveTest.java
+ test/jdk/java/awt/Choice/OpenedChoiceHangs.java
+ test/jdk/java/awt/Choice/PressOutsideOpenedChoice.java
Changeset: 9abfddec
Author: Andrew Lu <andrewlu at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:27:06 +0000
URL: https://git.openjdk.org/jdk11u/commit/9abfddecff40a90d4915bf921c8a22f797a65f22
8314063: The socket is not closed in Connection::createSocket when the handshake failed for LDAP connection
Reviewed-by: mbaesken
Backport-of: f2383b3cbd1096f0b38e89a3d876da2217511f11
! src/java.naming/share/classes/com/sun/jndi/ldap/Connection.java
+ test/jdk/com/sun/jndi/ldap/LdapSSLHandshakeFailureTest.java
+ test/jdk/com/sun/jndi/ldap/ksWithSAN
Changeset: feb051fa
Author: Andrew Lu <andrewlu at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:29:12 +0000
URL: https://git.openjdk.org/jdk11u/commit/feb051fa69e981f3882823e69df36b63f3100c69
8316906: Clarify TLABWasteTargetPercent flag
Reviewed-by: mbaesken
Backport-of: 77fac0f4c6692bcc06456d03a4329d9f8ddeeded
! src/hotspot/share/gc/shared/gc_globals.hpp
Changeset: f6bdbe89
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:31:41 +0000
URL: https://git.openjdk.org/jdk11u/commit/f6bdbe8966daf555acd0b45ca436d5f2adaa89a7
8317967: Enhance test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java to handle default cases
Backport-of: 9728e21db1b35e487c562690de659aac386aa99d
! test/jdk/javax/net/ssl/TLSCommon/SSLEngineTestCase.java
Changeset: 1f67ffb0
Author: Frederic Thevenet <fthevenet at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-06 08:34:17 +0000
URL: https://git.openjdk.org/jdk11u/commit/1f67ffb029869a432420af3920cc3311126a4036
8318669: Target OS detection in 'test-prebuilt' makefile target is incorrect when running on MSYS2
Backport-of: 202c0137b86cd7bcbe0c1eddf2657f45698ab667
! make/RunTestsPrebuilt.gmk
Changeset: 80d3bb46
Author: Ralf Schmelter <rschmelter at openjdk.org>
Date: 2023-11-06 12:35:01 +0000
URL: https://git.openjdk.org/jdk11u/commit/80d3bb46c0804016a17d4cd05eee7eda03268cce
8289745: JfrStructCopyFailed uses heap words instead of bytes for object sizes
Reviewed-by: phh
Backport-of: 7f0e9bd632198c7fd34d27b85ca51ea0e2442e4d
! src/hotspot/share/gc/shared/gcTraceSend.cpp
! test/jdk/jdk/jfr/event/gc/detailed/PromotionFailedEvent.java
! test/jdk/jdk/jfr/event/gc/detailed/TestEvacuationFailedEvent.java
Changeset: b64a1acb
Author: Ralf Schmelter <rschmelter at openjdk.org>
Date: 2023-11-06 12:35:24 +0000
URL: https://git.openjdk.org/jdk11u/commit/b64a1acb212a64629094bf7e992d98500f91d629
8293166: jdk/jfr/jvm/TestDumpOnCrash.java fails on Linux ppc64le and Linux aarch64
Reviewed-by: aph, stuefe
Backport-of: 5551cb66ba58cadce7291a95c5af662ade2cb7b8
! test/jdk/jdk/jfr/jvm/TestDumpOnCrash.java
Changeset: 48f1f398
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 09:06:42 +0000
URL: https://git.openjdk.org/jdk11u/commit/48f1f39821dfd29a6a8d1caffbdf8d1481692aa4
8230435: Replace wildcard address with loopback or local host in tests - part 22
Fixes tests to use the loopback address whenever possible. It also fixes some safe publishing issues, or add diagnostics in some of the tests.
Reviewed-by: lucy
Backport-of: f71db3074c44c554b600c506adaa5b145edf4420
! test/jdk/java/net/Authenticator/B4678055.java
! test/jdk/java/net/DatagramSocket/PortUnreachable.java
! test/jdk/java/net/URLConnection/RedirectLimit.java
! test/jdk/java/net/URLConnection/Responses.java
! test/jdk/javax/net/ssl/templates/SSLSocketTemplate.java
! test/jdk/sun/net/InetAddress/nameservice/simple/DefaultCaching.java
! test/jdk/sun/net/www/AuthHeaderTest.java
! test/jdk/sun/net/www/http/HttpClient/RetryPost.java
! test/jdk/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
! test/jdk/sun/net/www/protocol/https/HttpsClient/ProxyTunnelServer.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/B6226610.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/HttpsProxyStackOverflow.java
! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/TunnelProxy.java
Changeset: 2f3fc250
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 09:12:44 +0000
URL: https://git.openjdk.org/jdk11u/commit/2f3fc250505e1684c6e914ab42b51e6d0ed7ec02
8232135: Add diagnostic output to test java/util/ProcessBuilder/Basic.java
Backport-of: 3af3b5de618a98580ded4401de6d891a38dde482
! test/jdk/java/lang/ProcessBuilder/Basic.java
Changeset: ff19eeb9
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 09:20:56 +0000
URL: https://git.openjdk.org/jdk11u/commit/ff19eeb90b2de66fb769680d893122214adbab0d
8285687: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PageRangesDlgTest.java
Reviewed-by: lucy
Backport-of: fc3edf2412461f41ac4dfd8b047257432620ba6d
! test/jdk/java/awt/print/PrinterJob/PageRangesDlgTest.java
Changeset: 2aca53f8
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 10:21:39 +0000
URL: https://git.openjdk.org/jdk11u/commit/2aca53f88eabb128720dfec8d993b6cf95f0552c
8026393: jarsigner never shows a warning in badKeyUsage case
Reviewed-by: lucy
- test/jdk/sun/security/tools/jarsigner/warnings/BadKeyUsageTest.java
Changeset: 5754eb10
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 10:23:51 +0000
URL: https://git.openjdk.org/jdk11u/commit/5754eb1009a66468f92723b61e1a65dfaff60aaa
8290469: Add new positioning options to PassFailJFrame test framework
Backport-of: 62140e249cf78d8d4acd1e5ab76bac0cc013a1a5
! test/jdk/java/awt/TrayIcon/TrayIconScalingTest.java
! test/jdk/java/awt/print/PrinterJob/ImagePrinting/ClippedImages.java
! test/jdk/java/awt/print/PrinterJob/PrintGlyphVectorTest.java
! test/jdk/java/awt/print/PrinterJob/PrintLatinCJKTest.java
! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java
! test/jdk/javax/swing/JRadioButton/bug4380543.java
! test/jdk/javax/swing/JTabbedPane/4209065/bug4209065.java
Changeset: 68807aa7
Author: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 10:26:06 +0000
URL: https://git.openjdk.org/jdk11u/commit/68807aa7c7d10938463a9b3a39758deedcd06d58
8314242: Update applications/scimark/Scimark.java to accept VM flags
Backport-of: 6bf4a33593bfe0df9b5ba81de5321a04f4dbe0ea
! test/hotspot/jtreg/applications/scimark/Scimark.java
Changeset: 662f3bde
Author: Johannes Bechberger <jbechberger at openjdk.org>
Committer: Goetz Lindenmaier <goetz at openjdk.org>
Date: 2023-11-07 10:30:06 +0000
URL: https://git.openjdk.org/jdk11u/commit/662f3bde535e60127196b0a560f66203837d07d0
8317920: JDWP-agent sends broken exception event with onthrow option
Reviewed-by: phh
! src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c
+ test/jdk/com/sun/jdi/JdwpOnThrowTest.java
+ test/jdk/com/sun/jdi/ThrowCaughtException.java
! test/jdk/com/sun/jdi/lib/jdb/Debuggee.java
Changeset: 75daf185
Author: Matthias Baesken <mbaesken at openjdk.org>
Date: 2023-11-07 12:48:01 +0000
URL: https://git.openjdk.org/jdk11u/commit/75daf18555e213b4f72e7ce98fea686a08ae1940
8315214: Do not run sun/tools/jhsdb tests concurrently
Reviewed-by: clanger
Backport-of: 1e7e2bcf3560e1ad39516fb604e4d8bf85bb54e0
! test/jdk/TEST.ROOT
More information about the jdk-updates-changes
mailing list