From jnimeh at openjdk.org Mon Feb 3 17:49:15 2025 From: jnimeh at openjdk.org (Jamil Nimeh) Date: Mon, 3 Feb 2025 17:49:15 GMT Subject: git: openjdk/jdk24u: master: 8347506: Compatible OCSP readtimeout property with OCSP timeout Message-ID: <2b94ee43-b31a-423d-8aae-8c26643aba1c@openjdk.org> Changeset: c082dcfb Branch: master Author: Jamil Nimeh Date: 2025-02-03 17:47:53 +0000 URL: https://git.openjdk.org/jdk24u/commit/c082dcfbfbfd07079abae1e06a24079099367a1d 8347506: Compatible OCSP readtimeout property with OCSP timeout Reviewed-by: abakhtin Backport-of: f8e81d23393cbc04557e3975edd8898901dd6d26 ! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java + test/jdk/sun/security/provider/certpath/OCSP/OCSPReadTimeoutDefault.java From robm at openjdk.org Mon Feb 3 19:06:25 2025 From: robm at openjdk.org (Rob McKenna) Date: Mon, 3 Feb 2025 19:06:25 GMT Subject: git: openjdk/jdk24u: master: 12 new changesets Message-ID: Changeset: 612ae737 Branch: master Author: Chen Liang Date: 2025-01-27 23:31:47 +0000 URL: https://git.openjdk.org/jdk24u/commit/612ae737c0333861ae7c59a50909c6a2694c69a2 8342465: Improve API documentation for java.lang.classfile Reviewed-by: asotona Backport-of: 1d8ccb89204cc5efbcecdaa0c9de7b2c5a109d5d ! src/java.base/share/classes/java/lang/classfile/AccessFlags.java ! src/java.base/share/classes/java/lang/classfile/AnnotationValue.java ! src/java.base/share/classes/java/lang/classfile/AttributedElement.java ! src/java.base/share/classes/java/lang/classfile/ClassBuilder.java ! src/java.base/share/classes/java/lang/classfile/ClassElement.java ! src/java.base/share/classes/java/lang/classfile/ClassFile.java ! src/java.base/share/classes/java/lang/classfile/ClassFileBuilder.java ! src/java.base/share/classes/java/lang/classfile/ClassFileElement.java ! src/java.base/share/classes/java/lang/classfile/ClassFileTransform.java ! src/java.base/share/classes/java/lang/classfile/ClassFileVersion.java ! src/java.base/share/classes/java/lang/classfile/ClassHierarchyResolver.java ! src/java.base/share/classes/java/lang/classfile/ClassModel.java ! src/java.base/share/classes/java/lang/classfile/ClassTransform.java ! src/java.base/share/classes/java/lang/classfile/CodeBuilder.java ! src/java.base/share/classes/java/lang/classfile/CodeElement.java ! src/java.base/share/classes/java/lang/classfile/CodeModel.java ! src/java.base/share/classes/java/lang/classfile/CodeTransform.java ! src/java.base/share/classes/java/lang/classfile/CompoundElement.java ! src/java.base/share/classes/java/lang/classfile/FieldBuilder.java ! src/java.base/share/classes/java/lang/classfile/FieldElement.java ! src/java.base/share/classes/java/lang/classfile/FieldModel.java ! src/java.base/share/classes/java/lang/classfile/FieldTransform.java ! src/java.base/share/classes/java/lang/classfile/Instruction.java ! src/java.base/share/classes/java/lang/classfile/Interfaces.java ! src/java.base/share/classes/java/lang/classfile/MethodBuilder.java ! src/java.base/share/classes/java/lang/classfile/MethodElement.java ! src/java.base/share/classes/java/lang/classfile/MethodModel.java ! src/java.base/share/classes/java/lang/classfile/MethodTransform.java ! src/java.base/share/classes/java/lang/classfile/Opcode.java ! src/java.base/share/classes/java/lang/classfile/PseudoInstruction.java ! src/java.base/share/classes/java/lang/classfile/Superclass.java ! src/java.base/share/classes/java/lang/classfile/TypeKind.java ! src/java.base/share/classes/java/lang/classfile/attribute/CodeAttribute.java ! src/java.base/share/classes/java/lang/classfile/attribute/InnerClassInfo.java ! src/java.base/share/classes/java/lang/classfile/attribute/MethodParameterInfo.java ! src/java.base/share/classes/java/lang/classfile/attribute/ModuleAttribute.java ! src/java.base/share/classes/java/lang/classfile/attribute/ModuleExportInfo.java ! src/java.base/share/classes/java/lang/classfile/attribute/ModuleOpenInfo.java ! src/java.base/share/classes/java/lang/classfile/attribute/ModuleRequireInfo.java ! src/java.base/share/classes/java/lang/classfile/attribute/ModuleResolutionAttribute.java ! src/java.base/share/classes/java/lang/classfile/constantpool/ConstantPoolBuilder.java ! src/java.base/share/classes/java/lang/classfile/instruction/ExceptionCatch.java ! src/java.base/share/classes/java/lang/classfile/package-info.java ! src/java.base/share/classes/java/lang/classfile/snippet-files/PackageSnippets.java Changeset: 2d473191 Branch: master Author: Tobias Hartmann Date: 2025-01-29 07:33:41 +0000 URL: https://git.openjdk.org/jdk24u/commit/2d4731917dff510509eba0b8993a0a6e1dd91017 8348631: Crash in PredictedCallGenerator::generate after JDK-8347006 Reviewed-by: chagedorn Backport-of: 55c3e78f4ec982908e9a4b5e64b8be89717c49f4 ! src/hotspot/share/opto/callGenerator.cpp ! src/hotspot/share/opto/library_call.cpp ! src/hotspot/share/opto/library_call.hpp + test/hotspot/jtreg/compiler/intrinsics/TestArrayGuardWithInterfaces.java Changeset: ec00b6b7 Branch: master Author: Nizar Benalla Date: 2025-01-31 01:14:40 +0000 URL: https://git.openjdk.org/jdk24u/commit/ec00b6b7aceafd59eaec6149acec973eed561e82 8348975: Broken links in the JDK 24 JavaDoc API documentation, build 33 Reviewed-by: liach Backport-of: 22069ff42b7e5c3058415ef9b6e0b50b9d2c16ef ! make/common/Modules.gmk ! src/java.base/share/classes/java/util/Formatter.java ! src/java.naming/share/classes/com/sun/jndi/ldap/DefaultResponseControlFactory.java ! src/java.naming/share/classes/javax/naming/ldap/PagedResultsControl.java ! src/java.naming/share/classes/javax/naming/ldap/PagedResultsResponseControl.java ! src/jdk.jdi/share/classes/com/sun/jdi/connect/spi/TransportService.java ! test/docs/jdk/javadoc/doccheck/ExtLinksJdk.txt Changeset: 926455d6 Branch: master Author: Eric Caspole Date: 2025-01-31 15:06:34 +0000 URL: https://git.openjdk.org/jdk24u/commit/926455d6c532f0f671a335fb07352507a986d82f 8345405: Add JMH showing the regression in 8341649 Reviewed-by: coleenp Backport-of: 35c00532a1dd2a6df5fc3d5173ca692517675d38 + test/micro/org/openjdk/bench/vm/runtime/MethodHandleStress.java Changeset: 15f90f0c Branch: master Author: Rajan Halade Date: 2025-01-31 17:49:28 +0000 URL: https://git.openjdk.org/jdk24u/commit/15f90f0c7b7ebd791a5d5c3083bb09cd4207bddb 8349017: Update ML tests to verify against ACVP 1.1.0.38 version Reviewed-by: weijun Backport-of: 13d852a0b81a1fbf49e8b32ec8dc06e044263809 ! test/jdk/sun/security/provider/acvp/Launcher.java ! test/jdk/sun/security/provider/acvp/ML_DSA_Test.java - test/jdk/sun/security/provider/acvp/data/ML-DSA-keyGen-FIPS204/internalProjection.json - test/jdk/sun/security/provider/acvp/data/ML-DSA-sigGen-FIPS204/internalProjection.json - test/jdk/sun/security/provider/acvp/data/ML-DSA-sigVer-FIPS204/internalProjection.json - test/jdk/sun/security/provider/acvp/data/ML-KEM-encapDecap-FIPS203/internalProjection.json - test/jdk/sun/security/provider/acvp/data/ML-KEM-keyGen-FIPS203/internalProjection.json - test/jdk/sun/security/provider/acvp/data/acvp.md Changeset: b1b55f71 Branch: master Author: Ioi Lam Date: 2025-01-31 23:05:39 +0000 URL: https://git.openjdk.org/jdk24u/commit/b1b55f712c56110675a677d87e6b99d832b9e53a 8348752: Enable -XX:+AOTClassLinking by default when -XX:AOTMode is specified Reviewed-by: lfoltan, shade, kvn Backport-of: d266ca965d214f54c1ab16c1863f87728542b3e0 ! src/hotspot/share/cds/cdsConfig.cpp ! test/hotspot/jtreg/runtime/cds/appcds/AOTFlags.java Changeset: 89c46f11 Branch: master Author: Ioi Lam Date: 2025-01-31 23:08:40 +0000 URL: https://git.openjdk.org/jdk24u/commit/89c46f11f8adb0d45f3e2465b5e915dcad666ad9 8349009: JVM fails to start when AOTClassLinking is used with unverifiable old classes Reviewed-by: kvn, shade, jrose Backport-of: 1ac2d6e0fb3d503241af1a44c9ed65837c63b646 ! src/hotspot/share/classfile/systemDictionaryShared.cpp ! test/hotspot/jtreg/TEST.groups + test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClassA.jasm + test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BadOldClassB.jasm ! test/hotspot/jtreg/runtime/cds/appcds/aotClassLinking/BulkLoaderTest.java Changeset: 2a1a416c Branch: master Author: Ioi Lam Date: 2025-01-31 23:11:03 +0000 URL: https://git.openjdk.org/jdk24u/commit/2a1a416c37f91efa02c710e51c5376f84029064e 8349122: -XX:+AOTClassLinking is not compatible with jdwp Reviewed-by: jrose, kvn Backport-of: 03f5c33b53749ed7a1ee04d908909ce1e761477f ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/runtime/arguments.cpp ! src/hotspot/share/runtime/arguments.hpp Changeset: df57c97d Branch: master Author: Ioi Lam Date: 2025-01-31 23:13:11 +0000 URL: https://git.openjdk.org/jdk24u/commit/df57c97d29d3e85f214f4dd3a31554607d526735 8348515: Add docs for -XX:AOT* options in java man pages Reviewed-by: kvn Backport-of: 46f48e4e3d5dd4506c77cda1b01b9c008cb6a738 ! src/java.base/share/man/java.md Changeset: 5f5ed961 Branch: master Author: Ioi Lam Date: 2025-02-01 00:32:32 +0000 URL: https://git.openjdk.org/jdk24u/commit/5f5ed961db8462b0e01ca83194722d4456ba2372 8348890: Fix docs for -XX:AOT* options in java man page Reviewed-by: kvn, jrose Backport-of: cdc84acdcc7689c2b2e42075a26939da14a1ba34 ! src/java.base/share/man/java.md Changeset: 47c15b5f Branch: master Author: Daniel Lund?n Date: 2025-02-03 18:21:52 +0000 URL: https://git.openjdk.org/jdk24u/commit/47c15b5ff8734758679b6678f56475ea8e449df1 8348658: [AArch64] The node limit in compiler/codegen/TestMatcherClone.java is too strict Reviewed-by: shade, epeter Backport-of: ee87d187d1cab09317b4f0068bfafc68efbbfe56 ! test/hotspot/jtreg/compiler/codegen/TestMatcherClone.java Changeset: 50333762 Branch: master Author: Rob McKenna Date: 2025-02-03 19:03:28 +0000 URL: https://git.openjdk.org/jdk24u/commit/503337628216bc9db1c755208cdc1727e0883527 Merge From jwilhelm at openjdk.org Mon Feb 3 19:06:40 2025 From: jwilhelm at openjdk.org (Jesper Wilhelmsson) Date: Mon, 3 Feb 2025 19:06:40 GMT Subject: git: openjdk/jdk24u: Added tag jdk-24+34 for changeset 2d473191 Message-ID: <8c76b56c-8f88-48aa-8bfd-4726d62bb861@openjdk.org> Tagged by: Jesper Wilhelmsson Date: 2025-01-30 17:11:46 +0000 Added tag jdk-24+34 for changeset 2d473191 Changeset: 2d473191 Author: Tobias Hartmann Date: 2025-01-29 07:33:41 +0000 URL: https://git.openjdk.org/jdk24u/commit/2d4731917dff510509eba0b8993a0a6e1dd91017 From jwilhelm at openjdk.org Tue Feb 4 00:38:50 2025 From: jwilhelm at openjdk.org (Jesper Wilhelmsson) Date: Tue, 4 Feb 2025 00:38:50 GMT Subject: git: openjdk/jdk24u: Added tag jdk-24+35 for changeset 5f5ed961 Message-ID: <81f4e7cc-2c75-4d4f-9136-66ca91dd06c1@openjdk.org> Tagged by: Jesper Wilhelmsson Date: 2025-02-04 00:36:39 +0000 Added tag jdk-24+35 for changeset 5f5ed961 Changeset: 5f5ed961 Author: Ioi Lam Date: 2025-02-01 00:32:32 +0000 URL: https://git.openjdk.org/jdk24u/commit/5f5ed961db8462b0e01ca83194722d4456ba2372 From serb at openjdk.org Tue Feb 4 03:39:40 2025 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 4 Feb 2025 03:39:40 GMT Subject: git: openjdk/jdk21u-dev: master: 8345468: test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java fails in ubuntu22.04 Message-ID: <8badddfb-8a42-4b58-b20e-cafc74100fdd@openjdk.org> Changeset: d2cbada0 Branch: master Author: Sergey Bylokhov Date: 2025-02-04 03:38:45 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/d2cbada0b7c88521dfb4d3696205c9beb77018af 8345468: test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java fails in ubuntu22.04 Backport-of: 6f307623568efe4d90942cd22ec9a26b2e1ca1b1 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java From coffeys at openjdk.org Tue Feb 4 07:14:17 2025 From: coffeys at openjdk.org (Sean Coffey) Date: Tue, 4 Feb 2025 07:14:17 GMT Subject: git: openjdk/jdk24u: master: 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Message-ID: <9fb492b0-e414-4b21-8f16-6270021a7ce6@openjdk.org> Changeset: a681dbb5 Branch: master Author: Shivangi Gupta Committer: Sean Coffey Date: 2025-02-04 07:12:55 +0000 URL: https://git.openjdk.org/jdk24u/commit/a681dbb5a15fdc3723aaa96dc482f18841abfe19 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: f6e7713bb653811423eeb2515c2f69b437750326 ! test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java From andrew at openjdk.org Tue Feb 4 07:36:52 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Tue, 4 Feb 2025 07:36:52 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.27+1 for changeset 33d19c4b Message-ID: Tagged by: Andrew Hughes Date: 2025-02-03 18:55:45 +0000 Added tag jdk-11.0.27+1 for changeset 33d19c4b29 Changeset: 33d19c4b Author: Steven Loomis Date: 2025-01-30 15:31:11 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/33d19c4b29fa43ab7bf7feca5f35ee5ddaf5b987 From srl at openjdk.org Tue Feb 4 07:37:24 2025 From: srl at openjdk.org (Steven Loomis) Date: Tue, 4 Feb 2025 07:37:24 GMT Subject: git: openjdk/jdk11u: 13 new changesets Message-ID: Changeset: 50da3f66 Branch: master Author: Kerem Kat Committer: Aleksey Shipilev Date: 2024-12-04 10:32:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/50da3f663a52255bc17b72ab78709b34d635dd7a 8268364: jmethod clearing should be done during unloading Reviewed-by: coleenp Backport-of: 3d84398d128bb2eed6280ebbc3f57afb3b89908f ! src/hotspot/share/classfile/classLoaderData.cpp ! src/hotspot/share/oops/method.cpp Changeset: 3b7bcdbd Branch: master Author: Andrew John Hughes Date: 2024-12-06 14:45:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/3b7bcdbd10665bbdc5015889d6c57345d69a4b6f 8345509: Bump update version of OpenJDK: 11.0.27 Reviewed-by: sgehwolf ! .jcheck/conf ! make/autoconf/version-numbers Changeset: bf34fd4d Branch: master Author: Alexey Bakhtin Date: 2024-12-06 17:32:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/bf34fd4d415acf418da1667210c5175312fab224 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files Reviewed-by: mbaesken, mbalao, andrew Backport-of: 158b93d19a518d2b9d3d185e2d4c4dbff9c82aab ! src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java ! src/jdk.jartool/share/classes/sun/tools/jar/Main.java ! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties + test/jdk/tools/jar/ExtractFilesTest.java + test/jdk/tools/jar/MultipleManifestTest.java Changeset: a47c72fa Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2024-12-13 13:01:35 +0000 URL: https://git.openjdk.org/jdk11u/commit/a47c72fad455bfdf9053cb8e94c99e73965ab50d 8343474: [updates] Customize README.md to specifics of update project Reviewed-by: sgehwolf Backport-of: ac1f86887384f0e3cf9becdeb9ee1e54fd4e60cb ! README.md Changeset: be6956b1 Branch: master Author: Liam Miller-Cushon Committer: Andrew John Hughes Date: 2025-01-11 22:18:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/be6956b15653f0d870efae89fc1b5df657cca45f 8273914: Indy string concat changes order of operations Reviewed-by: andrew Backport-of: cfee4512f7048e9cf440078e9eb87d37c7ebcdd9 ! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/StringConcat.java ! test/hotspot/jtreg/runtime/modules/AccessCheck/MethodAccessReadTwice.java + test/hotspot/jtreg/runtime/modules/AccessCheck/p5/c5.jasm + test/hotspot/jtreg/runtime/modules/AccessCheck/p7/c7.jasm + test/langtools/tools/javac/StringConcat/StringAppendEvaluatesInOrder.java + test/langtools/tools/javac/StringConcat/WellKnownTypeSignatures.java + test/langtools/tools/javac/StringConcat/WellKnownTypes.java ! test/langtools/tools/javac/StringConcat/access/Test.java Changeset: 86a1b523 Branch: master Author: Radek Cap Committer: Paul Hohensee Date: 2025-01-21 16:37:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/86a1b523c58464278aa822342022bdfe5b62f2a2 8336012: Fix usages of jtreg-reserved properties Backport-of: 98526a632076775d0d7dba28a1e083ef348bc82a ! test/jdk/java/lang/invoke/PrivateInvokeTest.java Changeset: a2983ce7 Branch: master Author: Andrew John Hughes Date: 2025-01-22 18:35:47 +0000 URL: https://git.openjdk.org/jdk11u/commit/a2983ce702557505cab1cf47a853a240f49e0402 Merge Changeset: 8db58a00 Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-01-28 12:50:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/8db58a006fbcdd2ff5005f218abb136608616bfd 8343599: Kmem limit and max values swapped when printing container information Backport-of: 6cdebf0e4ce274fcaaff0bad292d467e31d698d8 ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp Changeset: ecff933d Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-01-28 19:00:13 +0000 URL: https://git.openjdk.org/jdk11u/commit/ecff933d69566da3b36e08c746e6f8b89a3b6ac8 8344589: Update IANA Language Subtag Registry to Version 2024-11-19 Reviewed-by: andrew Backport-of: 9267dfa63b1d6b3f339782d2b720055a3da8ae6a ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: c67732a5 Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-01-29 09:44:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/c67732a5cd062e53add99cbe89cfac346d3bdbec 8340387: Update OS detection code to recognize Windows Server 2025 Reviewed-by: stuefe, andrew Backport-of: d2b244d8de68caf911d0639abba802ead2620b2d ! src/hotspot/os/windows/os_windows.cpp ! src/java.base/windows/native/libjava/java_props_md.c Changeset: 46ef0f6d Branch: master Author: RadekCap Committer: Severin Gehwolf Date: 2025-01-29 10:35:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/46ef0f6d7d2ef33366082dbae0ec69cf6caa3540 8331863: DUIterator_Fast used before it is constructed Reviewed-by: stuefe Backport-of: 20927ac8405b4adca463e4c691ea573abdac1c4f ! src/hotspot/share/opto/node.hpp Changeset: 6a9eb07c Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-01-29 10:41:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/6a9eb07c209f4f37c6e7b9538a6dad6343f7714f 8343786: [11u] GHA: Bump macOS and Xcode versions to macos-13 and XCode 14.3.1 Reviewed-by: andrew ! .github/workflows/build-macos.yml ! .github/workflows/main.yml ! .github/workflows/test.yml Changeset: 33d19c4b Branch: master Author: Steven Loomis Date: 2025-01-30 15:31:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/33d19c4b29fa43ab7bf7feca5f35ee5ddaf5b987 8195675: Call to insertText with single character from custom Input Method ignored Backport-of: b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd ! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m From andrew at openjdk.org Tue Feb 4 07:37:32 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Tue, 4 Feb 2025 07:37:32 GMT Subject: git: openjdk/jdk11u: Added tag jdk-11.0.27+0 for changeset 1c80800a Message-ID: Tagged by: Andrew Hughes Date: 2025-01-23 01:54:23 +0000 Added tag jdk-11.0.27+0 for changeset 1c80800a26 Changeset: 1c80800a Author: Antonio Vieiro Committer: Andrew John Hughes Date: 2024-11-29 11:48:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/1c80800a26fee6b1760b63bcfae672e232c639f7 From andrew at openjdk.org Tue Feb 4 07:37:39 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Tue, 4 Feb 2025 07:37:39 GMT Subject: git: openjdk/jdk11u: Added tag jdk-11.0.27+1 for changeset 33d19c4b Message-ID: Tagged by: Andrew Hughes Date: 2025-02-03 18:55:45 +0000 Added tag jdk-11.0.27+1 for changeset 33d19c4b29 Changeset: 33d19c4b Author: Steven Loomis Date: 2025-01-30 15:31:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/33d19c4b29fa43ab7bf7feca5f35ee5ddaf5b987 From robm at openjdk.org Tue Feb 4 15:07:21 2025 From: robm at openjdk.org (Rob McKenna) Date: Tue, 4 Feb 2025 15:07:21 GMT Subject: git: openjdk/jdk24u: master: 8349370: Bump version numbers for 24.0.2 Message-ID: <286a1ee3-71f4-4087-928c-5baf4035f4e3@openjdk.org> Changeset: 9669f0cf Branch: master Author: Rob McKenna Date: 2025-02-04 15:06:55 +0000 URL: https://git.openjdk.org/jdk24u/commit/9669f0cf29e467cfdfab062a64c71000de8cb9e6 8349370: Bump version numbers for 24.0.2 Reviewed-by: coffeys ! .jcheck/conf From aivanov at openjdk.org Tue Feb 4 19:18:41 2025 From: aivanov at openjdk.org (Alexey Ivanov) Date: Tue, 4 Feb 2025 19:18:41 GMT Subject: git: openjdk/jdk24u: master: 8348299: Update List/ItemEventTest/ItemEventTest.java Message-ID: <3e7bd7d0-5432-44f9-a5a1-98821f4f9d96@openjdk.org> Changeset: 7eb2f794 Branch: master Author: Alexey Ivanov Date: 2025-02-04 19:18:03 +0000 URL: https://git.openjdk.org/jdk24u/commit/7eb2f79448d9b10912ab83163cd2b79b0ac6d0b4 8348299: Update List/ItemEventTest/ItemEventTest.java Use thread-safe StringBuffer to track selecting/deselecting items. Use auto waitForIdle for all events. Log handleEvent and ItemListener. Take screenshot of the list on failure; Optionally take screenshot after each mouse press+release. Backport-of: 605b53e4f8857c58a72fa361f8787c563d6dab90 ! test/jdk/java/awt/List/ItemEventTest/ItemEventTest.java From aivanov at openjdk.org Tue Feb 4 19:20:55 2025 From: aivanov at openjdk.org (Alexey Ivanov) Date: Tue, 4 Feb 2025 19:20:55 GMT Subject: git: openjdk/jdk24u: master: 2 new changesets Message-ID: <07b52636-a039-4ae0-82c7-4eabe6c814d7@openjdk.org> Changeset: 3f234d97 Branch: master Author: Alexey Ivanov Date: 2025-02-04 19:18:28 +0000 URL: https://git.openjdk.org/jdk24u/commit/3f234d97ebc63ddc586f733952270fbbdbcfc05b 8346581: JRadioButton/ButtonGroupFocusTest.java fails in CI on Linux Backport-of: 57af52c57390f6f7413b5d3ffe64921c9b83aae4 ! test/jdk/javax/swing/JRadioButton/ButtonGroupFocus/ButtonGroupFocusTest.java Changeset: f90566ac Branch: master Author: Alexey Ivanov Date: 2025-02-04 19:20:05 +0000 URL: https://git.openjdk.org/jdk24u/commit/f90566ac10eea6630118229f6eb1453e94454bad 8347427: JTabbedPane/8134116/Bug8134116.java has no license header Backport-of: f67b703625afa2e049c572978d29ac00d8c956d3 ! test/jdk/javax/swing/JTabbedPane/8134116/Bug8134116.java From srl at openjdk.org Wed Feb 5 07:07:45 2025 From: srl at openjdk.org (Steven Loomis) Date: Wed, 5 Feb 2025 07:07:45 GMT Subject: git: openjdk/jdk11u: 255 new changesets Message-ID: Changeset: b9cb5721 Branch: master Author: Andrew Lu Date: 2024-05-08 01:58:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/b9cb5721c999093aaf8e40677e2bac919dab879e 8313702: Update IANA Language Subtag Registry to Version 2023-08-02 Backport-of: 62e6dfafc81a1bffb10943a961a030449534b51f ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: 6b225d5a Branch: master Author: Amos Shi Date: 2024-05-08 06:00:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/6b225d5a632496431550ebd31379660384fc2eaf 8253980: javax/swing/plaf/synth/7158712/bug7158712.java fails on windows Reviewed-by: mbaesken Backport-of: bdd5782a67ac4b72a7dab5ea6eee3b38a864ffbf ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/plaf/synth/7158712/bug7158712.java Changeset: 4c81a1ca Branch: master Author: Amos Shi Date: 2024-05-08 06:00:30 +0000 URL: https://git.openjdk.org/jdk11u/commit/4c81a1ca3856b76cd851cd236844765db468144c 8283349: Robustness improvements to java/util/prefs/AddNodeChangeListener.jar Backport-of: 656cba7af376d6460202591230ac95d2366de9f3 ! test/jdk/java/util/prefs/AddNodeChangeListener.java Changeset: 665e1cd4 Branch: master Author: Amos Shi Date: 2024-05-08 06:01:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/665e1cd4f976abf89a32c12a96642cbab2c5d157 8269258: java/net/httpclient/ManyRequestsLegacy.java failed with connection timeout Reviewed-by: rrich Backport-of: 37921e30803449c06b4d542fdfeed9928cce8a7d ! test/jdk/java/net/httpclient/ManyRequests.java ! test/jdk/java/net/httpclient/ManyRequests2.java ! test/jdk/java/net/httpclient/ManyRequestsLegacy.java Changeset: 91fe4e6a Branch: master Author: Christoph Langer Date: 2024-05-10 05:29:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/91fe4e6a39f2e5d3513dde889847ec8c20c4724a 8331790: [11u] Remove problemlist entries after backport of JDK-8228649 Reviewed-by: mbaesken ! test/hotspot/jtreg/ProblemList.txt Changeset: 4b67c4ec Branch: master Author: Andrew Lu Date: 2024-05-10 07:09:59 +0000 URL: https://git.openjdk.org/jdk11u/commit/4b67c4ecd5a10a89397688b0c81a177729510863 8042380: Test javax/swing/JFileChooser/4524490/bug4524490.java fails with InvocationTargetException Backport-of: 510003cfe33c34e62735c9fd49178d86b69b89ed ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/JFileChooser/4524490/bug4524490.java Changeset: 6d3a41fe Branch: master Author: Alexandru C. Moraru Committer: Paul Hohensee Date: 2024-05-10 12:41:10 +0000 URL: https://git.openjdk.org/jdk11u/commit/6d3a41fec7a53cff7aa94641597328dca5e38d08 8316142: Enable parallelism in vmTestbase/nsk/monitoring/stress/lowmem tests Backport-of: 4421951d8f1c6fb16255851a803252fe96a453e5 - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem001/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem002/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem003/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem004/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem005/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem006/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem007/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem008/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem009/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem010/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem011/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem012/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem013/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem014/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem015/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem016/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem017/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem018/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem019/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem020/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem021/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem022/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem023/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem024/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem025/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem026/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem027/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem028/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem029/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem030/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem031/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem032/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem033/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem034/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem035/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem036/TEST.properties Changeset: 4714685d Branch: master Author: SendaoYan Committer: Martin Doerr Date: 2024-05-13 19:53:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/4714685d6e4bfda3573ae82fa4bfc687460f4b75 8328825: Google CAInterop test failures Backport-of: 70a15c73638f45b9ed629abc0ea2d86a324bf624 ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 270f3cfb Branch: master Author: SendaoYan Committer: Martin Doerr Date: 2024-05-14 08:30:15 +0000 URL: https://git.openjdk.org/jdk11u/commit/270f3cfb3da7ef15e5fbbc3ea1d0d7cd3e3cf802 8321925: sun/security/mscapi/KeytoolChangeAlias.java fails with "Alias <246810> does not exist" Reviewed-by: mdoerr Backport-of: b6233c3de773fb57b23704f1fec05d8b2d9c11c0 ! test/jdk/sun/security/mscapi/KeytoolChangeAlias.java Changeset: 42f70422 Branch: master Author: Amit Kumar Committer: Lutz Schmidt Date: 2024-05-14 16:24:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/42f70422f10472aa67ca86bfbac25a5d5c314ec2 8326201: [S390] Need to bailout cleanly if creation of stubs fails when code cache is out of space Reviewed-by: lucy Backport-of: d5f3d5c8cc347ae384dea25b1a55ed57204d1af3 ! src/hotspot/cpu/s390/c1_CodeStubs_s390.cpp ! src/hotspot/cpu/s390/s390.ad Changeset: 59224f7d Branch: master Author: Andrew Lu Date: 2024-05-16 02:03:18 +0000 URL: https://git.openjdk.org/jdk11u/commit/59224f7ddfa9a874422f9c9ef3d5ccb211feb3ae 8299023: TestPLABResize.java and TestPLABPromotion.java are failing intermittently Backport-of: f50df105912858198809b50432ef5a4ab184528d ! test/hotspot/jtreg/gc/g1/plab/TestPLABPromotion.java ! test/hotspot/jtreg/gc/g1/plab/TestPLABResize.java Changeset: 2ff4d4ed Branch: master Author: Andrew Lu Date: 2024-05-16 07:31:50 +0000 URL: https://git.openjdk.org/jdk11u/commit/2ff4d4edfb5a069ac74cb65c974d5861e6147be6 8318322: Update IANA Language Subtag Registry to Version 2023-10-16 Backport-of: 3460807ba6d8419b679c857ccfdc68c4a06a3ac9 ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: ece9b2cd Branch: master Author: Robert Toyonaga Committer: Martin Doerr Date: 2024-05-16 09:46:21 +0000 URL: https://git.openjdk.org/jdk11u/commit/ece9b2cd3ba498d36832bc168237c3d60ecb4d4a 8326521: JFR: CompilerPhase event test fails on windows 32 bit Backport-of: 96530bcc07514c3eda40fd6ffa74f197fe541dea ! test/jdk/jdk/jfr/event/compiler/TestCompilerPhase.java Changeset: 2a804f54 Branch: master Author: Christoph Langer Date: 2024-05-16 10:19:02 +0000 URL: https://git.openjdk.org/jdk11u/commit/2a804f54aa8f921942e98557770446b06c19c1aa 8297082: Remove sun/tools/jhsdb/BasicLauncherTest.java from problem list Reviewed-by: mbaesken Backport-of: e552509bcbbba5562219355841cf3dedd7daaeb8 ! test/jdk/ProblemList.txt Changeset: 1d6965fd Branch: master Author: Andrew Lu Date: 2024-05-17 08:06:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/1d6965fd4eba8c22589f1833e3a1639f05ada771 8267796: vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/TestDescription.java fails with NoClassDefFoundError Reviewed-by: mdoerr Backport-of: f12200cd11c2b689618cde1902db941ee23fbf80 ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/newclass/hs201t002a.java Changeset: b8ee2aa1 Branch: master Author: Sonia Zaldana Calles Committer: Martin Doerr Date: 2024-05-21 20:45:54 +0000 URL: https://git.openjdk.org/jdk11u/commit/b8ee2aa15ab538f5a0623b391e1c64e5e63e167a 8326591: New test JmodExcludedFiles.java fails on Windows when --with-external-symbols-in-bundles=public is used Reviewed-by: mdoerr Backport-of: 43c6f0b5880899b797fab2f851bd35be1c342439 ! test/jdk/jdk/modules/etc/JmodExcludedFiles.java Changeset: b7596f3f Branch: master Author: Mar?a Arias de Reyna Committer: Martin Doerr Date: 2024-05-22 09:55:15 +0000 URL: https://git.openjdk.org/jdk11u/commit/b7596f3f9d0b442628272459f3f22b3d36634967 8316138: Add GlobalSign 2 TLS root certificates Reviewed-by: mdoerr, sgehwolf Backport-of: 4083255440cfbf39b9683ea88a433d71ec6111e7 + make/data/cacerts/globalsigne46 + make/data/cacerts/globalsignr46 ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java ! test/jdk/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 35333744 Branch: master Author: Andrew Lu Date: 2024-05-23 09:20:57 +0000 URL: https://git.openjdk.org/jdk11u/commit/35333744a8f3cf25c95ee691791b00098dde9a44 8312194: test/hotspot/jtreg/applications/ctw/modules/jdk_crypto_ec.java cannot handle empty modules Backport-of: e7c83ea948f8b2cd7caf7e59d3cf6b087807dba7 - test/hotspot/jtreg/applications/ctw/modules/jdk_crypto_ec.java Changeset: 8a489e58 Branch: master Author: SendaoYan Committer: Christoph Langer Date: 2024-05-28 05:17:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/8a489e58b37611f4088efe19b2a43a9e54f7866d 8293887: AArch64 build failure with GCC 12 due to maybe-uninitialized warning in libfdlibm k_rem_pio2.c Reviewed-by: aph, phh Backport-of: 02ea338177df781912dc782e32200eaf4731a0da ! make/lib/CoreLibraries.gmk Changeset: 47fd86ca Branch: master Author: Elif Aslan Committer: Paul Hohensee Date: 2024-05-28 19:17:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/47fd86ca1c51280629b9f2b86b659c91ffeee22a 8273153: Consolidate file_exists into os:file_exists Backport-of: 9732fbe428c3b6a5422cc94e7295ba5482d1a7a9 ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/share/logging/logFileOutput.cpp ! src/hotspot/share/runtime/os.cpp ! src/hotspot/share/runtime/os.hpp Changeset: c35d30d6 Branch: master Author: Christoph Langer Date: 2024-05-29 08:51:15 +0000 URL: https://git.openjdk.org/jdk11u/commit/c35d30d6fecabcb10cd2011fca39ddee219337b0 8331263: Bump update version for OpenJDK: jdk-11.0.25 Reviewed-by: mdoerr, sgehwolf ! .jcheck/conf ! make/autoconf/version-numbers Changeset: 31a780d8 Branch: master Author: Sergey Bylokhov Date: 2024-06-02 09:54:52 +0000 URL: https://git.openjdk.org/jdk11u/commit/31a780d851236a143b7c86f9c7137b67803da9c9 8276819: javax/print/PrintServiceLookup/FlushCustomClassLoader.java fails to free Backport-of: 7c2c58587d4eda5523331eae45e7d897252dc097 ! test/jdk/javax/print/PrintServiceLookup/FlushCustomClassLoader.java Changeset: 7b377ac0 Branch: master Author: Amos Shi Date: 2024-06-03 04:14:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/7b377ac0ba396d6a1ca4f80ada2520a7f2c56082 8329013: StackOverflowError when starting Apache Tomcat with signed jar Reviewed-by: mbaesken Backport-of: 925d82931c09dc11ea5a3bc410ea5cfd67ee14aa ! src/java.base/share/classes/jdk/internal/event/EventHelper.java + src/java.base/share/classes/jdk/internal/misc/ThreadTracker.java + test/jdk/jdk/security/logging/RecursiveEventHelper.java Changeset: 4556aa9d Branch: master Author: Andrew Lu Date: 2024-06-03 05:23:02 +0000 URL: https://git.openjdk.org/jdk11u/commit/4556aa9d5e42a4afbc6ea749b589d4442e311d24 8317288: [macos] java/awt/Window/Grab/GrabTest.java: Press on the outside area didn't cause ungrab Backport-of: db5613af89a2d4ab5a8998ad1d43384778974866 ! test/jdk/java/awt/Window/Grab/GrabTest.java Changeset: 69f4ac1e Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-06-03 10:35:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/69f4ac1e0d61804b1bf306ee728a4de4397aeb47 8240226: DeflateIn_InflateOut.java test incorrectly assumes size of compressed file Backport-of: b38f3cf3bdde596c07c00106e8a60263ee6cb374 ! test/jdk/java/util/zip/DeflateIn_InflateOut.java Changeset: b11a9800 Branch: master Author: Varada M Committer: Martin Doerr Date: 2024-06-03 10:43:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/b11a9800426e5284428ce731fb071ee3c4d718e8 8305906: HttpClient may use incorrect key when finding pooled HTTP/2 connection for IPv6 address Reviewed-by: jpai, phh Backport-of: 43956686c924658ee2d7866e46ee9f10d9595c35 ! src/java.net.http/share/classes/jdk/internal/net/http/Http2ClientImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java ! test/jdk/java/net/httpclient/HttpServerAdapters.java + test/jdk/java/net/httpclient/http2/ConnectionReuseTest.java Changeset: f7e83e84 Branch: master Author: Sergey Bylokhov Date: 2024-06-04 23:33:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/f7e83e84de262e09f4ff9ca691dcfba9d2613cf4 8311666: Disabled tests in test/jdk/sun/java2d/marlin Backport-of: b285ed72aebe2d802fa9c071372cea6c09870b9a ! test/jdk/sun/java2d/marlin/ScaleTest.java ! test/jdk/sun/java2d/marlin/StrokeShapeTest.java ! test/jdk/sun/java2d/marlin/ThinLineTest.java Changeset: 8a233081 Branch: master Author: Andrew Lu Date: 2024-06-05 07:30:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/8a233081dbdbc576130a4c148cdfdd776b55379c 8320945: problemlist tests failing on latest Windows 11 update Reviewed-by: mdoerr Backport-of: ea6e92ed0d6dd3e8c312e523907d776f48293328 ! test/jdk/ProblemList.txt Changeset: 0bacea4c Branch: master Author: Andrew Lu Date: 2024-06-05 07:31:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/0bacea4c511129dbd96f1f9fc8c9cf2affdfded1 8310201: Reduce verbose locale output in -XshowSettings launcher option Reviewed-by: mdoerr Backport-of: f6e23ae4519f8eb877ae28a0bfbb4820c9718f91 ! src/java.base/share/classes/sun/launcher/LauncherHelper.java ! test/jdk/tools/launcher/Settings.java Changeset: a51a9dd2 Branch: master Author: Andrew Lu Date: 2024-06-05 07:32:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/a51a9dd2600f4bcb4c7bd5851e421d8d2934ae78 8315804: Open source several Swing JTabbedPane JTextArea JTextField tests Backport-of: 24c3d86f32a2e2d9cb24cd8827ef1f20bb53fead + test/jdk/javax/swing/JTabbedPane/GetComponentAtTest.java + test/jdk/javax/swing/JTabbedPane/ReplaceCompTab.java + test/jdk/javax/swing/JTabbedPane/bug4703690.java + test/jdk/javax/swing/JTextArea/bug4849868.java + test/jdk/javax/swing/JTextField/bug4244613.java Changeset: 07ea0f1a Branch: master Author: Sergey Bylokhov Date: 2024-06-05 18:10:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/07ea0f1a52fdb2c9c2cdd1b0b31d38e9dd1b6120 8331746: Create a test to verify that the cmm id is not ignored Backport-of: 7c750fd95b83d0a93b0cce681dcfbbae1f220fdd + test/jdk/java/awt/color/ICC_Profile/CustomCMMID.java Changeset: f45455e1 Branch: master Author: Sergey Bylokhov Date: 2024-06-06 00:00:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/f45455e13437f81f4484db1b7d95e60712e82f42 8322330: JavadocHelperTest.java OOMEs with Parallel GC and ZGC Backport-of: 52c7ff1d81940d6d0d1e3dd7ad0447c80708161c ! test/langtools/jdk/internal/shellsupport/doc/JavadocHelperTest.java Changeset: 15c9397e Branch: master Author: Martin Doerr Date: 2024-05-31 10:33:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/15c9397e45f094718fb976da9104364b83569c05 8326643: JDK server does not send a dummy change_cipher_spec record after HelloRetryRequest message Reviewed-by: phh, mbaesken Backport-of: cacc30b77cab0173ea14601094a5b5b3106ce2f5 ! src/java.base/share/classes/sun/security/ssl/ServerHello.java + test/jdk/javax/net/ssl/TLSv13/EngineOutOfSeqCCS.java ! test/jdk/javax/net/ssl/templates/SSLEngineTemplate.java Changeset: d3bd5ae2 Branch: master Author: Kimura Yukihiro Committer: Christoph Langer Date: 2024-06-06 04:45:12 +0000 URL: https://git.openjdk.org/jdk11u/commit/d3bd5ae28a200b0bb0fcebcd2d29c3c15d260de0 8331750: [11u] JDK-8259530 is not backported correctly to 11u Reviewed-by: phh ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java Changeset: 48cf5a3f Branch: master Author: Christoph Langer Date: 2024-06-06 08:06:26 +0000 URL: https://git.openjdk.org/jdk11u/commit/48cf5a3fb5168c83075fe1778d52d752e7e606bc Merge Changeset: ee370edf Branch: master Author: Martin Doerr Date: 2024-06-06 09:48:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/ee370edfc45a359244212ee3927f367ad0e2a37e 8242999: HTTP/2 client may not handle CONTINUATION frames correctly Updated jdk.internal.net.http.Stream.incoming(Http2Frame frame) to handle continuation frame with END_HEADER flag Backport-of: 184b43363013436302523dff203c62d5161775b7 ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java ! test/jdk/java/net/httpclient/http2/ContinuationFrameTest.java Changeset: f010fe00 Branch: master Author: Martin Doerr Date: 2024-06-06 11:01:10 +0000 URL: https://git.openjdk.org/jdk11u/commit/f010fe0026c9f819ada38f56b33d36f5e21f83b4 8305825: getBounds API returns wrong value resulting in multiple Regression Test Failures on Ubuntu 23.04 Backport-of: ab84520d73a63601d75e45895663d8216ca20962 ! src/java.desktop/unix/classes/sun/awt/X11/XWM.java ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Dialog/NestedDialogs/Modal/NestedModalDialogTest.java ! test/jdk/java/awt/Focus/OwnedWindowFocusIMECrashTest/OwnedWindowFocusIMECrashTest.java ! test/jdk/java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java ! test/jdk/javax/swing/JRootPane/DefaultButtonTest.java ! test/jdk/javax/swing/JTree/8003400/Test8003400.java Changeset: bc8aeb64 Branch: master Author: Martin Doerr Date: 2024-06-06 11:01:31 +0000 URL: https://git.openjdk.org/jdk11u/commit/bc8aeb6496b7e86d1f616d4c1b7c26f172c1dd8a 8328999: Update GIFlib to 5.2.2 Backport-of: 6969a9e0b2143eee5a7cfa02460a8ab6dfa08cda ! src/java.desktop/share/legal/giflib.md ! src/java.desktop/share/native/libsplashscreen/giflib/dgif_lib.c ! src/java.desktop/share/native/libsplashscreen/giflib/gif_err.c ! src/java.desktop/share/native/libsplashscreen/giflib/gif_hash.h ! src/java.desktop/share/native/libsplashscreen/giflib/gif_lib.h ! src/java.desktop/share/native/libsplashscreen/giflib/gif_lib_private.h ! src/java.desktop/share/native/libsplashscreen/giflib/gifalloc.c ! src/java.desktop/share/native/libsplashscreen/giflib/openbsd-reallocarray.c Changeset: 69b6e6d2 Branch: master Author: Martin Doerr Date: 2024-06-06 11:01:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/69b6e6d2ad5f0e07b5718dd8a45a725fe328e67f 8329004: Update Libpng to 1.6.43 Backport-of: 4e4229438ad2e8ac59ac675465e4d3d4e13bf156 ! src/java.desktop/share/legal/libpng.md ! src/java.desktop/share/native/libsplashscreen/libpng/CHANGES ! src/java.desktop/share/native/libsplashscreen/libpng/LICENSE ! src/java.desktop/share/native/libsplashscreen/libpng/README ! src/java.desktop/share/native/libsplashscreen/libpng/UPDATING.txt ! src/java.desktop/share/native/libsplashscreen/libpng/png.c ! src/java.desktop/share/native/libsplashscreen/libpng/png.h ! src/java.desktop/share/native/libsplashscreen/libpng/pngconf.h ! src/java.desktop/share/native/libsplashscreen/libpng/pngerror.c ! src/java.desktop/share/native/libsplashscreen/libpng/pngget.c ! src/java.desktop/share/native/libsplashscreen/libpng/pnglibconf.h ! src/java.desktop/share/native/libsplashscreen/libpng/pngpread.c ! src/java.desktop/share/native/libsplashscreen/libpng/pngpriv.h ! src/java.desktop/share/native/libsplashscreen/libpng/pngread.c ! src/java.desktop/share/native/libsplashscreen/libpng/pngrtran.c ! src/java.desktop/share/native/libsplashscreen/libpng/pngrutil.c ! src/java.desktop/share/native/libsplashscreen/libpng/pngset.c ! src/java.desktop/share/native/libsplashscreen/libpng/pngtrans.c Changeset: d659ff6a Branch: master Author: Sergey Bylokhov Date: 2024-06-06 23:59:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/d659ff6a39440ae43e42695966fc3f08cde085f8 8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes Backport-of: 9b1d6d66b8297d53c6b96b9e2f9bd69af90ab8fb ! test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java Changeset: e72f4919 Branch: master Author: SendaoYan Committer: Martin Doerr Date: 2024-06-07 10:10:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/e72f491950f3c2ee8d96f65b770caae641b9ec9a 8333724: Problem list security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#teliasonerarootcav1 Backport-of: 8ffc35d117846a7a2aa08afed662273d2f887770 ! test/jdk/ProblemList.txt Changeset: e4fb2286 Branch: master Author: Thomas Fitzsimmons Committer: Andrew John Hughes Date: 2024-06-08 09:39:40 +0000 URL: https://git.openjdk.org/jdk11u/commit/e4fb2286c9c5730ad055f2963369773e5877c144 8286781: Replace the deprecated/obsolete gethostbyname and inet_addr calls Reviewed-by: andrew Backport-of: d7298245d6759f62e253b5cf0df975db17fdbf82 ! make/autoconf/libraries.m4 ! src/hotspot/os/aix/os_aix.inline.hpp ! src/hotspot/os/bsd/os_bsd.inline.hpp ! src/hotspot/os/linux/os_linux.inline.hpp ! src/hotspot/os/solaris/os_solaris.inline.hpp ! src/hotspot/os/windows/os_windows.cpp ! src/hotspot/share/runtime/os.hpp ! src/hotspot/share/utilities/ostream.cpp Changeset: aa0bba2c Branch: master Author: Andrew Lu Date: 2024-06-11 01:59:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/aa0bba2c9acbc1160b9c6aeb96409d3cdc8660a6 8328234: Remove unused nativeUtils files Backport-of: dec68d7e36a9436468594416272c44a2afbece8d - test/hotspot/jtreg/vmTestbase/nsk/share/NativeUtils.java - test/hotspot/jtreg/vmTestbase/nsk/share/native/native_utils.cpp Changeset: b5cbf8d6 Branch: master Author: Andrew Lu Date: 2024-06-11 02:00:06 +0000 URL: https://git.openjdk.org/jdk11u/commit/b5cbf8d6328955f9581a996bf8c226edb1bac672 8328561: test java/awt/Robot/ManualInstructions/ManualInstructions.java isn't used Backport-of: bc546c21a59d2481ba86f98d0d653c7691f68d4c - test/jdk/java/awt/Robot/ManualInstructions/ManualInstructions.java Changeset: f36ba5a1 Branch: master Author: Andrew Lu Date: 2024-06-11 02:00:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/f36ba5a1b0a27bfd0b48c14b15c24c03ac02c796 8328218: Delete test java/awt/Window/FindOwner/FindOwner.html Backport-of: 09439374edec8178fc2a0494bb96a8a24384c2a3 - test/jdk/java/awt/Window/FindOwner/FindOwnerTest.html - test/jdk/java/awt/Window/FindOwner/FindOwnerTest.java Changeset: 2f7954cc Branch: master Author: Andrew Lu Date: 2024-06-11 07:59:43 +0000 URL: https://git.openjdk.org/jdk11u/commit/2f7954cc76a9c728c104a4413e23c3141cbac795 8294148: Support JSplitPane for instructions and test UI Backport-of: b419e9517361ed9d28f8ab2f5beacf5adfe3db91 ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: bf569960 Branch: master Author: Andrew Lu Date: 2024-06-11 07:59:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/bf569960483de15ba630db927a777df61bcd9325 8316104: Open source several Swing SplitPane and RadioButton related tests Backport-of: f52e500f806085f9645cb7857cc7b4e648685351 + test/jdk/javax/swing/JRadioButton/bug4823809.java + test/jdk/javax/swing/JSplitPane/bug4147653.java + test/jdk/javax/swing/JSplitPane/bug4870674.java Changeset: 2ded016d Branch: master Author: Neethu Prasad Committer: Aleksey Shipilev Date: 2024-06-11 18:26:53 +0000 URL: https://git.openjdk.org/jdk11u/commit/2ded016d40254334ad39dd3bf3e62803060cd4fb 8329995: Restricted access to `/proc` can cause JFR initialization to crash Reviewed-by: shade Backport-of: a92ad03946d296510c8c2ac18278608e8032b3f3 ! src/hotspot/os/linux/os_perf_linux.cpp Changeset: 54bf5228 Branch: master Author: Andrew Lu Date: 2024-06-12 07:20:19 +0000 URL: https://git.openjdk.org/jdk11u/commit/54bf5228bc3af686a567f4b6c0186e6ebe44c952 8307091: A few client tests intermittently throw ConcurrentModificationException Backport-of: 465bdd9e416cacc6cc7dd91a29cc84adf2eaf1ed ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Changeset: 316cd2f6 Branch: master Author: Sergey Bylokhov Date: 2024-06-12 07:30:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/316cd2f606355334be8fcf422bc63001e38a7a9a 7124313: [macosx] Swing Popups should overlap taskbar Backport-of: 532a6ec7e3a048624b380b38b4611533a7caae18 ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/JPopupMenu/6580930/bug6580930.java Changeset: f343625a Branch: master Author: SendaoYan Committer: Aleksey Shipilev Date: 2024-06-12 08:08:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/f343625a0b061ba6b88bb6eb5521f93cf6e5df0c 8333839: [11u] LingeredAppTest.java fails Can't find source file: LingeredApp.java Reviewed-by: mdoerr ! test/lib-test/jdk/test/lib/apps/LingeredAppTest.java Changeset: c9cc14b5 Branch: master Author: SendaoYan Committer: Aleksey Shipilev Date: 2024-06-12 08:08:39 +0000 URL: https://git.openjdk.org/jdk11u/commit/c9cc14b5653ac14fd4e23d8267fd639368905cf4 8333837: [11u] HexPrinterTest.java javac compile fails illegal start of expression Reviewed-by: mdoerr, shade ! test/lib-test/jdk/test/lib/hexdump/HexPrinterTest.java Changeset: 46b15b96 Branch: master Author: Andrew Lu Date: 2024-06-13 07:33:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/46b15b96dd7c9b2d6e0046e3d84934aad805fdba 8315442: Enable parallelism in vmTestbase/nsk/monitoring/stress/thread tests Backport-of: 9013b032448518e09a7c6f2e80054be722c970a3 - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/cmon001/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/cmon002/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/cmon003/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace001/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace002/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace003/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace004/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace005/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace006/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace007/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace008/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace009/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace010/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace011/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace012/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace013/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace014/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace015/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace016/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace017/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/thread/strace018/TEST.properties Changeset: 9a2a8282 Branch: master Author: Andrew Lu Date: 2024-06-13 07:33:39 +0000 URL: https://git.openjdk.org/jdk11u/commit/9a2a82829931cdd2e269848f8e6444c830f0ceb9 8315437: Enable parallelism in vmTestbase/nsk/monitoring/stress/classload tests Backport-of: dd214d0f9543f125ef514eb3a60a65a5f514b1ca - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load001/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load002/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load003/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load004/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load005/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load006/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load007/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load008/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load009/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load010/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load011/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/load012/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload001/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload002/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload003/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload004/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload005/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload006/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload007/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload008/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload009/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload010/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload011/TEST.properties - test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/classload/unload012/TEST.properties Changeset: be6c6212 Branch: master Author: Martin Doerr Date: 2024-06-13 08:00:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/be6c6212ffb542d517513784ce10eda68cbb0fe9 8305072: Win32ShellFolder2.compareTo is inconsistent Backport-of: 2fcb816858406f33cefef3164b2c85f9f996c7da ! src/java.desktop/windows/classes/sun/awt/shell/Win32ShellFolderManager2.java + test/jdk/javax/swing/JFileChooser/FileSystemView/Win32FolderSort.java Changeset: 5dddf693 Branch: master Author: Martin Doerr Date: 2024-06-13 08:01:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/5dddf69319480251cdc904cf7a1d4fcd81573bb8 8279164: Disable TLS_ECDH_* cipher suites Reviewed-by: mbaesken Backport-of: 7bc22f7c55d99c5f0a7f559187c0d1ecab199969 ! src/java.base/share/conf/security/java.security ! test/jdk/javax/net/ssl/DTLS/CipherSuite.java ! test/jdk/javax/net/ssl/ciphersuites/DisabledAlgorithms.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java Changeset: dff2d60d Branch: master Author: Martin Doerr Date: 2024-06-13 09:45:33 +0000 URL: https://git.openjdk.org/jdk11u/commit/dff2d60d053621a215184344ced5e57c8f547ea4 8323670: A few client tests intermittently throw ConcurrentModificationException Backport-of: 70e7cdcb9ecedd455cf701b5c7ad05286ac0067d ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Changeset: 39016332 Branch: master Author: Andrew Lu Date: 2024-06-14 02:13:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/39016332b5f6a8e1243efeb6e99cadfc790b1671 8280392: java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java failed with "RuntimeException: Test failed." Backport-of: 3f2e849c54c2a9c55e3b5c9f5a6d3478b83144e3 ! test/jdk/java/awt/Focus/NonFocusableWindowTest/NonfocusableOwnerTest.java Changeset: f08e5e87 Branch: master Author: Andrew Lu Date: 2024-06-14 02:13:38 +0000 URL: https://git.openjdk.org/jdk11u/commit/f08e5e87938d3f20575ef186f4eefeb9faeb6e80 8316240: Open source several add/remove MenuBar manual tests Backport-of: 3809d69ac4b3d186ccdc336949b658e4671347c8 + test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_1.java + test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_2.java + test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_3.java + test/jdk/java/awt/MenuBar/AddRemoveMenuBarTests/AddRemoveMenuBarTest_4.java Changeset: 2e4179b9 Branch: master Author: Martin Doerr Date: 2024-06-14 16:31:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/2e4179b911c8b1ef9306bf117669d79b55bca31d 8325179: Race in BasicDirectoryModel.validateFileCache 8238169: BasicDirectoryModel getDirectories and DoChangeContents.run can deadlock Backport-of: e66788c16563d343f6cccd2807a251ccc6f9b64a ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Changeset: 7d4ef49f Branch: master Author: Sergey Bylokhov Date: 2024-06-14 18:10:06 +0000 URL: https://git.openjdk.org/jdk11u/commit/7d4ef49f0bd6e5cf93fe4043cb1a5f739ece8519 8329510: Update ProblemList for JFileChooser/8194044/FileSystemRootTest.java Backport-of: 747582484ce89e16661ef917a89adb52f5adc2e6 ! test/jdk/ProblemList.txt Changeset: 667bbd3f Branch: master Author: Aleksey Shipilev Date: 2024-06-17 08:58:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/667bbd3f53481a72c345c05467db183e00702d81 8205076: [17u] Inet6AddressImpl.c: `lookupIfLocalHost` accesses `int InetAddress.preferIPv6Address` as a boolean Backport-of: 3eb15b02b5efeb065ada8c6ae2bc8718e7892deb ! src/java.base/unix/native/libnet/Inet6AddressImpl.c Changeset: 014fe94e Branch: master Author: Sruthy Jayan Committer: Martin Doerr Date: 2024-06-17 08:59:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/014fe94ef0c3719b84591efd902e67ff3ac6a06e 8308184: Launching java with large number of jars in classpath with java.protocol.handler.pkgs system property set can lead to StackOverflowError Reviewed-by: mdoerr Backport-of: 0a4f92603b76181358326908497220c7d14211b1 ! src/java.base/share/classes/jdk/internal/loader/URLClassPath.java + test/jdk/sun/misc/URLClassPath/LargeClasspathWithPkgPrefix.java Changeset: f874da3c Branch: master Author: Martin Doerr Date: 2024-06-17 09:26:41 +0000 URL: https://git.openjdk.org/jdk11u/commit/f874da3cfd670eb15d574c072eebf807e9259596 8328953: JEditorPane.read throws ChangedCharSetException Backport-of: 245514da51ef77757f530317e079a3f58370a0be ! src/java.desktop/share/classes/javax/swing/JEditorPane.java + test/jdk/javax/swing/JEditorPane/EditorPaneCharset.java Changeset: 9b67f2ff Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-06-17 15:17:15 +0000 URL: https://git.openjdk.org/jdk11u/commit/9b67f2ff70d192e6f2a54bd1f7903b3d685f59b5 8306566: Open source several clipboard AWT tests Backport-of: 136dad7197a1969b2b1fc325f4336c20386c5d3b + test/jdk/java/awt/Clipboard/FlavorChangeNotificationTest/Common.java + test/jdk/java/awt/Clipboard/FlavorChangeNotificationTest/PrivateClipboardTest.java + test/jdk/java/awt/Clipboard/FlavorChangeNotificationTest/SystemClipboardTest.java + test/jdk/java/awt/Clipboard/GetAltContentsTest/PrivateClipboardTest.java + test/jdk/java/awt/Clipboard/LostOwnershipChainTest/PrivateClipboardTest.java + test/jdk/java/awt/Clipboard/LostOwnershipChainTest/SystemClipboardTest.java Changeset: 6059f56a Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-06-17 15:17:37 +0000 URL: https://git.openjdk.org/jdk11u/commit/6059f56a5dd26909cf58d69387923393dc4df6a4 8306489: Open source AWT List related tests Backport-of: 82a8e91ef7c3b397f9cce3854722cfe4bace6f2e + test/jdk/java/awt/List/ISCAfterRemoveAllTest.java + test/jdk/java/awt/List/InstanceOfSelectedArray.java + test/jdk/java/awt/List/ListEnterExitTest.java + test/jdk/java/awt/List/ListNullTest.java + test/jdk/java/awt/List/MaxWidthTest.java + test/jdk/java/awt/List/PageUPSelectsItemsTest.java + test/jdk/java/awt/List/TriggerActionEventTest.java Changeset: f6e838dc Branch: master Author: Sergey Bylokhov Date: 2024-06-17 20:09:22 +0000 URL: https://git.openjdk.org/jdk11u/commit/f6e838dcd891e0a134bcbe968221a236f21f244c 8327787: Convert javax/swing/border/Test4129681.java applet test to main Reviewed-by: mdoerr Backport-of: ad0f329493a73020899640b0815e33ee6d3ea78d - test/jdk/javax/swing/border/Test4129681.html ! test/jdk/javax/swing/border/Test4129681.java Changeset: ef08f4eb Branch: master Author: Martin Doerr Date: 2024-06-18 09:13:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/ef08f4ebff2e856122fd308a9bb5be3e53e4d8de 8320570: NegativeArraySizeException decoding >1G UTF8 bytes with non-ascii characters Reviewed-by: mbaesken Backport-of: fc01ffe952f781f7510575b015c64cfc6b7431ed ! src/java.base/share/classes/java/lang/StringCoding.java + test/jdk/java/lang/String/CompactString/NegativeSize.java Changeset: 582159a1 Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-06-18 15:13:16 +0000 URL: https://git.openjdk.org/jdk11u/commit/582159a1ed54d41c6c7d7a48fc6c5905374c6506 8306432: Open source several AWT Text Component related tests Backport-of: 485a0691f4a762e9673967b7873356fb65afc5bc + test/jdk/java/awt/TextComponent/CorrectSetCaretPositionDuringInitPeerTest.java + test/jdk/java/awt/TextComponent/DeselectionDuringDoSelectionNonVisibleTest.java + test/jdk/java/awt/TextComponent/GetCaretPosOutOfBoundsTest.java + test/jdk/java/awt/TextComponent/InitialInsertionCaretPositionTest.java + test/jdk/java/awt/TextComponent/MiddleMouseClickPasteTest.java Changeset: b0a09bf9 Branch: master Author: Martin Doerr Date: 2024-06-20 12:01:29 +0000 URL: https://git.openjdk.org/jdk11u/commit/b0a09bf9c48587f6d219969e6f1d1f2e4ebabd2b 8276306: jdk/jshell/CustomInputToolBuilder.java fails intermittently on storage acquisition Backport-of: 75adf54bdcc5e06fb8e8ca499a2f326d70b65f76 ! test/langtools/jdk/jshell/CustomInputToolBuilder.java Changeset: fcff4a9a Branch: master Author: Martin Doerr Date: 2024-06-20 12:01:43 +0000 URL: https://git.openjdk.org/jdk11u/commit/fcff4a9a11af97a9df104c493d4cef7ba73121b1 8334335: [TESTBUG] Backport of 8279164 to 11u & 17u includes elements of JDK-8163327 Backport-of: 5c3fc1d795a760e4cce55045cbcd2384d9007356 ! test/jdk/javax/net/ssl/ciphersuites/DisabledAlgorithms.java Changeset: b3966659 Branch: master Author: Andrew Lu Date: 2024-06-21 02:13:52 +0000 URL: https://git.openjdk.org/jdk11u/commit/b39666590c86bab10e2b4c4016a56277553e5a58 8328011: Convert java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java applet test to main Backport-of: df909e2f9c83d6de119ae20edf57e604644e0441 + test/jdk/java/awt/Frame/GetBoundsResizeTest.java - test/jdk/java/awt/Frame/GetBoundsResizeTest/GetBoundsResizeTest.java Changeset: ddeb6020 Branch: master Author: Sergey Bylokhov Date: 2024-06-22 22:59:27 +0000 URL: https://git.openjdk.org/jdk11u/commit/ddeb60205dc40fc1539a2e5e2c0738d02fd50051 8327840: Automate javax/swing/border/Test4129681.java Reviewed-by: mdoerr Backport-of: 177b8a241c11782b302607c0068b15b38112e67c ! test/jdk/javax/swing/border/Test4129681.java Changeset: cc54dc6e Branch: master Author: Amos Shi Date: 2024-06-23 23:49:54 +0000 URL: https://git.openjdk.org/jdk11u/commit/cc54dc6ee6efe3a10714f7b379c7aa7797639879 8331063: Some HttpClient tests don't report leaks Backport-of: e4ed7ced75c53cf5ff40c5dae4830b1ee2589802 ! test/jdk/java/net/httpclient/ForbiddenHeadTest.java ! test/jdk/java/net/httpclient/ProxySelectorTest.java Changeset: 0e74e1b6 Branch: master Author: Andrew Lu Date: 2024-06-24 02:12:48 +0000 URL: https://git.openjdk.org/jdk11u/commit/0e74e1b63ab6cef6532b5edba166f88530a29c72 8327137: Add test for ConcurrentModificationException in BasicDirectoryModel Reviewed-by: mdoerr Backport-of: 9731b1c8b02d957985f4fb40acd93fb67747a9f0 + test/jdk/javax/swing/plaf/basic/BasicDirectoryModel/ConcurrentModification.java Changeset: e541cbdd Branch: master Author: Andrew Lu Date: 2024-06-24 02:14:22 +0000 URL: https://git.openjdk.org/jdk11u/commit/e541cbdd98efb8dbf3cdcb3a5b6bf08747d59eec 8320079: The ArabicBox.java test has no control buttons Reviewed-by: mdoerr Backport-of: 792fc9d114977664da0b3bebf0f1d82360d375b6 + test/jdk/java/awt/font/TextLayout/ArabicBox.java Changeset: 9f581210 Branch: master Author: Andrew Lu Date: 2024-06-24 02:14:40 +0000 URL: https://git.openjdk.org/jdk11u/commit/9f5812103e040b027339bbdbc9fd9865287f72b8 8328560: java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java imports Applet Backport-of: e81374e0501a8201dac701824d2e29f2cedfcdff ! test/jdk/java/awt/event/MouseEvent/ClickDuringKeypress/ClickDuringKeypress.java Changeset: e726fe72 Branch: master Author: Andrew Lu Date: 2024-06-24 02:15:07 +0000 URL: https://git.openjdk.org/jdk11u/commit/e726fe7255d1d599cbb8fcd0533aa9779b1b5f84 8332936: Test vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java fails with no GC's recorded Backport-of: 5ed0d52c8424dd2e7f1ac2404e9fabb40c8402b8 ! test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_0_1/TestDescription.java ! test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_10_20/TestDescription.java ! test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_70_80/TestDescription.java ! test/hotspot/jtreg/vmTestbase/metaspace/gc/watermark_99_100/TestDescription.java Changeset: b0ad1672 Branch: master Author: Antonio Vieiro Committer: Aleksey Shipilev Date: 2024-06-24 08:54:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/b0ad1672fa8d395e74b463734d78fa7e70693766 8306850: Open source AWT Modal related tests Backport-of: 41ba05e450ed4467535bcee81946099e38665c3f + test/jdk/java/awt/Modal/BlockedMouseInputTest.java + test/jdk/java/awt/Modal/BlockedMouseInputTest2.java + test/jdk/java/awt/Modal/BlockedMouseInputTest3.java + test/jdk/java/awt/Modal/ModalDialogCannotBeMadeNonModalTest.java + test/jdk/java/awt/Modal/NonModalDialogReceiveEventsAfterModalTest.java + test/jdk/java/awt/Modal/ParentCatchupDraggingChildDialogTest.java Changeset: 4a28ac00 Branch: master Author: Antonio Vieiro Committer: Aleksey Shipilev Date: 2024-06-24 08:55:29 +0000 URL: https://git.openjdk.org/jdk11u/commit/4a28ac00f3fb19693ad598488e79bc71bb6e58dc 8306060: Open source few AWT Insets related tests Backport-of: 9a68d1d952c308c03c29747794d409831008c144 + test/jdk/java/awt/Insets/ClobberSharedInsetsObjectTest.java + test/jdk/java/awt/Insets/RemoveMenuBarTest.java + test/jdk/java/awt/Insets/SetInsetsTest.java + test/jdk/java/awt/Insets/WindowInsetsTest.java Changeset: 7e1e2397 Branch: master Author: Antonio Vieiro Committer: Aleksey Shipilev Date: 2024-06-24 08:55:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/7e1e23978d5d677213dee49df9f8ff5dca5b4ad3 8315898: Open source swing JMenu tests Backport-of: fecd2fd8f26d0e8905a519e30e9aa171683c9df1 + test/jdk/javax/swing/JMenu/bug4143592.java + test/jdk/javax/swing/JMenu/bug4148154.java + test/jdk/javax/swing/JMenu/bug4156316.java + test/jdk/javax/swing/JMenu/bug4161866.java + test/jdk/javax/swing/JMenu/bug4244796.java + test/jdk/javax/swing/JMenu/bug4767393.java Changeset: 2a5ba0a6 Branch: master Author: Andrew Lu Date: 2024-06-24 09:36:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/2a5ba0a6d92c5fa903671e93cee5a2bc471ce918 8328115: Convert java/awt/font/TextLayout/TestJustification.html applet test to main Reviewed-by: mdoerr Backport-of: 0204aacb0305e94a7d6d5299a5ae835f3f71b030 ! test/jdk/ProblemList.txt - test/jdk/java/awt/font/TextLayout/TestJustification.html ! test/jdk/java/awt/font/TextLayout/TestJustification.java Changeset: 7198ea1b Branch: master Author: Andrew Lu Date: 2024-06-25 05:42:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/7198ea1be8371f3d633adee0095ba0f7af443fa6 8299487: Test java/net/httpclient/whitebox/SSLTubeTestDriver.java timed out Backport-of: 81083a0e10d9c92f5247ae256e170709014b596b ! test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/SSLTubeTest.java Changeset: 3b4f5836 Branch: master Author: Andrew Lu Date: 2024-06-25 05:43:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/3b4f5836173debb2b2dd2862567583d152f4bf6d 8269428: java/util/concurrent/ConcurrentHashMap/ToArray.java timed out Reviewed-by: mdoerr Backport-of: 570ad67204a55dd4b45e04e5a91671fed2cc18d0 ! test/jdk/java/util/concurrent/ConcurrentHashMap/ToArray.java Changeset: f8e87dfe Branch: master Author: SendaoYan Committer: Martin Doerr Date: 2024-06-25 12:09:19 +0000 URL: https://git.openjdk.org/jdk11u/commit/f8e87dfef3033df1bb361a8c2023375d26b6cbcf 8268906: gc/g1/mixedgc/TestOldGenCollectionUsage.java assumes that GCs take 1ms minimum Backport-of: a0f32cb1406e4957e84befd9b68444adb662bd13 ! test/hotspot/jtreg/gc/g1/mixedgc/TestOldGenCollectionUsage.java Changeset: 8489b52f Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-06-25 12:11:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/8489b52f1d03fce0b6cd08de88850e4234e61810 8316462: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java ignores VM flags Backport-of: d6679031e0316f9ce0613b7db6bdf8ad46d31501 ! test/jdk/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java Changeset: cc42090c Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-06-25 12:12:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/cc42090c322c024f09b84825ea87c235d47f16fc 8306466: Open source more AWT Drag & Drop related tests Backport-of: 418a82551a2c58e43963beb5aa242a58bbd30e2f + test/jdk/java/awt/dnd/RejectDragDropActionTest.java + test/jdk/java/awt/dnd/RemoveDragSourceListenerTest.java + test/jdk/java/awt/dnd/RemoveParentChildDropTargetTest.java + test/jdk/java/awt/dnd/SameJVMModalDialogDeadlockTest.java + test/jdk/java/awt/dnd/SkipDropCompleteTest/SkipDropCompleteTest.java + test/jdk/java/awt/dnd/SkipDropCompleteTest/SourceFrame.java + test/jdk/java/awt/dnd/SkipDropCompleteTest/TargetFrame.java + test/jdk/java/awt/dnd/SkipDropCompleteTest/TransferableObject.java Changeset: 724477cf Branch: master Author: Amos Shi Date: 2024-06-25 16:00:43 +0000 URL: https://git.openjdk.org/jdk11u/commit/724477cfe4afd7f740d8905ee8d9d4de1a655714 8305081: Remove finalize() from test/hotspot/jtreg/compiler/runtime/Test8168712 Backport-of: 39dc40fed4e1af3e77355fa9f4abb0c72279a140 ! test/hotspot/jtreg/compiler/runtime/Test8168712.java Changeset: 569c6698 Branch: master Author: Amos Shi Date: 2024-06-25 16:01:10 +0000 URL: https://git.openjdk.org/jdk11u/commit/569c669891b0011ae9d7fe2593005c8d2ee4e3a6 8305079: Remove finalize() from compiler/c2/Test719030 Backport-of: 84df74ca3948c50d8e6f24694310860ed3888aba ! test/hotspot/jtreg/compiler/c2/Test7190310.java Changeset: 59cd1a45 Branch: master Author: Soumadipta Roy Committer: Aleksey Shipilev Date: 2024-06-26 11:28:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/59cd1a45b167285c7bee6855274eed30263fedca 8324755: Enable parallelism in vmTestbase/gc/gctests/LargeObjects tests Backport-of: 003e86fe38ca1b809418f6282336e259862d0776 - test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large001/TEST.properties - test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large002/TEST.properties - test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large003/TEST.properties - test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large004/TEST.properties - test/hotspot/jtreg/vmTestbase/gc/gctests/LargeObjects/large005/TEST.properties Changeset: e61adf68 Branch: master Author: Martin Doerr Date: 2024-06-26 12:39:02 +0000 URL: https://git.openjdk.org/jdk11u/commit/e61adf68ee4c4f3fc031836049d6e289452e8c68 8261433: Better pkcs11 performance for libpkcs11:C_EncryptInit/libpkcs11:C_DecryptInit Backport-of: d3c1ad34378f07f0b7a28f1d8a93f4a82ec9de8e ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11AEADCipher.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/PKCS11.java ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_crypt.c ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c Changeset: 1e3e6877 Branch: master Author: SendaoYan Committer: Christoph Langer Date: 2024-06-25 03:56:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/1e3e6877d5c2eb53f9dbb4fc9e045d83975c84b1 8334441: Mark tests in jdk_security_infra group as manual Reviewed-by: mdoerr Backport-of: 8e1d2b091c9a311d98a0b886a803fb18d4405d8a ! test/jdk/TEST.groups ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CertignaCA.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/DTrustCA.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/DigicertCSRootG5.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/EmSignRootG2CA.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/HaricaCA.java ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/LuxTrustCA.java Changeset: 25d6e19d Branch: master Author: Christoph Langer Date: 2024-06-26 18:15:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/25d6e19de54f24b4ce39b1481c25a6a9b83bbcac Merge Changeset: 6547a168 Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2024-06-27 08:05:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/6547a1687d06f7cb0ece182001babc57915f486b 8227122: [TESTBUG] Create Docker sidecar test cases Created test cases for container sidecar pattern Reviewed-by: sgehwolf Backport-of: 94c38c4cc11e3e36bdc1370c4be4d8976834c7a9 + test/hotspot/jtreg/containers/docker/EventGeneratorLoop.java + test/hotspot/jtreg/containers/docker/TestJcmdWithSideCar.java ! test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java Changeset: 8578e12c Branch: master Author: Martin Balao Date: 2024-06-27 15:35:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/8578e12c423ed61618e0b3ef81e5be3d18be1da2 8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL Reviewed-by: roland Backport-of: cc894d849aa5f730d5a806acfc7a237cf5170af1 ! src/hotspot/share/opto/addnode.cpp ! src/hotspot/share/opto/addnode.hpp ! src/hotspot/share/opto/classes.hpp ! src/hotspot/share/opto/convertnode.cpp ! src/hotspot/share/opto/convertnode.hpp ! src/hotspot/share/opto/loopTransform.cpp ! src/hotspot/share/opto/macro.cpp ! src/hotspot/share/runtime/vmStructs.cpp + test/hotspot/jtreg/compiler/loopopts/TestUnrollLimitPreciseType.java Changeset: db9e3139 Branch: master Author: Dhamoder Nalla Committer: Martin Doerr Date: 2024-06-27 16:30:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/db9e3139dcf36da37db2f91ede59c051978af35e 8236917: TestInstanceKlassSize.java fails with "The size computed by SA for java.lang.Object does not match" Use getTestJavaOpts() instead of getVmOptions() because of mach5 configuration settings. Reviewed-by: mdoerr Backport-of: c0dce25756911ce49e7d8b034d5f12a25fc3c81d ! test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSize.java ! test/hotspot/jtreg/serviceability/sa/TestInstanceKlassSizeForInterface.java Changeset: f9d7601e Branch: master Author: Amos Shi Date: 2024-06-27 19:58:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/f9d7601e29042818be9f1653e56dd058ade65bfe 8328110: Allow simultaneous use of PassFailJFrame with split UI and additional windows Backport-of: 11a3673d42edbefef70228b4d14595aab11fdac4 ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 3702e902 Branch: master Author: Martin Doerr Date: 2024-06-28 09:14:27 +0000 URL: https://git.openjdk.org/jdk11u/commit/3702e902b1a7c545293a58e8ce52900ab48a75bb 8276036: The value of full_count in the message of insufficient codecache is wrong Backport-of: 61cb4bc6b0252536364a86f38ff2e5c8c7ab610b ! src/hotspot/share/code/codeCache.cpp Changeset: 2a5a4d7c Branch: master Author: Martin Doerr Date: 2024-06-28 09:16:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/2a5a4d7c551b5883e2758de881937d5c8b07da05 8078725: method adjustments can be done just once for all classes involved into redefinition Walk all classes at the end of redefinition and adjust method entries and clean MethodData Reviewed-by: mbaesken Backport-of: 351280bbb8337eff6b61ce305ead2bf207370889 ! src/hotspot/share/oops/cpCache.cpp ! src/hotspot/share/oops/cpCache.hpp ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/oops/instanceKlass.hpp ! src/hotspot/share/oops/klassVtable.cpp ! src/hotspot/share/oops/klassVtable.hpp ! src/hotspot/share/prims/jvmtiRedefineClasses.cpp ! src/hotspot/share/prims/jvmtiRedefineClasses.hpp ! src/hotspot/share/prims/resolvedMethodTable.cpp Changeset: 468d6a74 Branch: master Author: Martin Doerr Date: 2024-06-28 09:28:49 +0000 URL: https://git.openjdk.org/jdk11u/commit/468d6a746e2cb0ffee2c81fa972a83c80e060a56 8222005: ClassRedefinition crashes with: guarantee(false) failed: OLD and/or OBSOLETE method(s) found Remove optimizations from class redefinition that cause the guarantee hit Reviewed-by: mbaesken Backport-of: 2ff9f53a442a625316cb6fedd699008d68cebc15 ! src/hotspot/share/oops/cpCache.cpp ! src/hotspot/share/oops/klassVtable.cpp ! src/hotspot/share/prims/jvmtiRedefineClasses.cpp Changeset: 3c9e960e Branch: master Author: Andrew Lu Date: 2024-07-01 02:00:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/3c9e960e2ef9fbd7fe54dca5a343e0508bb64916 8279337: The MToolkit is still referenced in a few places Backport-of: f203723fc72c5d92c8745d4c595f360a9b50c512 ! src/java.desktop/macosx/classes/sun/lwawt/macosx/LWCToolkit.java ! src/java.desktop/share/classes/sun/awt/SunToolkit.java ! src/java.desktop/unix/classes/sun/awt/X11GraphicsEnvironment.java ! src/java.desktop/unix/classes/sun/java2d/opengl/GLXGraphicsConfig.java ! src/java.desktop/unix/native/common/awt/awt.h ! test/jdk/java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java ! test/jdk/java/awt/Focus/ActualFocusedWindowTest/ActualFocusedWindowBlockingTest.java ! test/jdk/java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusSetVisibleTest.java ! test/jdk/java/awt/Focus/AutoRequestFocusTest/AutoRequestFocusToFrontTest.java ! test/jdk/java/awt/Focus/ModalBlockedStealsFocusTest/ModalBlockedStealsFocusTest.java ! test/jdk/java/awt/Focus/ModalExcludedWindowClickTest/ModalExcludedWindowClickTest.java ! test/jdk/java/awt/Focus/NonFocusableBlockedOwnerTest/NonFocusableBlockedOwnerTest.java ! test/jdk/java/awt/Focus/SimpleWindowActivationTest/SimpleWindowActivationTest.java ! test/jdk/java/awt/Focus/WindowUpdateFocusabilityTest/WindowUpdateFocusabilityTest.java ! test/jdk/java/awt/Mouse/MouseModifiersUnitTest/ExtraButtonDrag.java ! test/jdk/java/awt/Robot/AcceptExtraMouseButtons/AcceptExtraMouseButtons.java ! test/jdk/java/awt/Window/GrabSequence/GrabSequence.java ! test/jdk/java/awt/regtesthelpers/Util.java Changeset: 2bbdc8c5 Branch: master Author: Matthias Baesken Date: 2024-07-02 13:47:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/2bbdc8c5e4c61a32dc0265ed53e978e5af3fa759 8325862: set -XX:+ErrorFileToStderr when executing java in containers for some container related jtreg tests Backport-of: 9f4ec21f4793d4c5fc10f93a32140c26ec0eec00 ! test/lib/jdk/test/lib/containers/docker/DockerRunOptions.java Changeset: 99435be8 Branch: master Author: Matthias Baesken Date: 2024-07-02 13:51:04 +0000 URL: https://git.openjdk.org/jdk11u/commit/99435be84bc77d244de98a906c7c9b7b9451975d 8325876: crashes in docker container tests on Linuxppc64le Power8 machines Backport-of: ba8db1f6d737bf369f1795d03327217186c0cf64 ! test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java Changeset: d88cf4f4 Branch: master Author: Matthias Baesken Date: 2024-07-02 13:56:12 +0000 URL: https://git.openjdk.org/jdk11u/commit/d88cf4f48b283e8a771aefe56f90e0a05d32ac47 8326140: src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp ReleaseStringChars might be missing in early returns Backport-of: d9ef16dbb6917a4fff7711b32f3dd87611560dd1 ! src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp Changeset: 7fd48f5c Branch: master Author: Andrew Lu Date: 2024-07-03 01:58:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/7fd48f5cece6b435541eb810501aa31af2ed13e7 8260633: [macos] java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.html test failed Backport-of: 6f7ddbec7d0bc459d44b6518fe1d982eaba7f37b + test/jdk/java/awt/dnd/MouseEventAfterStartDragTest/MouseEventAfterStartDragTest.java Changeset: a30852a3 Branch: master Author: Sergey Bylokhov Date: 2024-07-03 11:45:31 +0000 URL: https://git.openjdk.org/jdk11u/commit/a30852a3af844378beed15cf8c3f375391e1617a 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails Backport-of: b7540df6a4279c63e69d32b9d9834f7a427478d1 ! test/jdk/javax/swing/JSpinner/8008657/bug8008657.java Changeset: 91cdddf6 Branch: master Author: Jaroslav Bachorik Date: 2024-07-03 13:47:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/91cdddf6d18e20a431cb8a1a716283963694466d 8329103: assert(!thread->in_asgct()) failed during multi-mode profiling Backport-of: 6b1b0e9d45eb56f88398e2a6bca0d90c03112eaa ! src/hotspot/share/runtime/thread.hpp Changeset: cdfb4e7d Branch: master Author: Andrew Lu Date: 2024-07-04 02:27:38 +0000 URL: https://git.openjdk.org/jdk11u/commit/cdfb4e7d6cd50232ee485e2e4038c7e34394311a 8231427: Warning cleanup in tests of java.io.Serializable Backport-of: 942402bab8a632f9e8a9b0c56201e2ab0571e6e8 ! test/jdk/java/io/ObjectInputStream/ResolveProxyClass.java ! test/jdk/java/io/ObjectInputStream/TestObjectStreamClass.java ! test/jdk/java/io/Serializable/ClassCastExceptionDetail/Read.java ! test/jdk/java/io/Serializable/ClassCastExceptionDetail/Write.java ! test/jdk/java/io/Serializable/GetField/Read2.java ! test/jdk/java/io/Serializable/InvalidClassException/noargctor/DefaultPackage.java ! test/jdk/java/io/Serializable/InvalidClassException/noargctor/Serialize/SubclassAcrossPackage.java ! test/jdk/java/io/Serializable/NPEProvoker/NPEProvoker.java ! test/jdk/java/io/Serializable/NoClassDefFoundErrorTrap/NoClassDefFoundErrorTrap.java ! test/jdk/java/io/Serializable/PutField/Write2.java ! test/jdk/java/io/Serializable/badSerialPersistentField/BadSerialPersistentField.java ! test/jdk/java/io/Serializable/badSerialVersionUID/BadSerialVersionUID.java ! test/jdk/java/io/Serializable/badSubstByReplace/BadSubstByReplace.java ! test/jdk/java/io/Serializable/checkModifiers/CheckModifiers.java ! test/jdk/java/io/Serializable/class/SerialA_2/A.java ! test/jdk/java/io/Serializable/classDescFlagConflict/Foo.java ! test/jdk/java/io/Serializable/classDescGetField/GetField.java ! test/jdk/java/io/Serializable/classDescHooks/CNFException.java ! test/jdk/java/io/Serializable/classDescHooks/ClassDescHooks.java ! test/jdk/java/io/Serializable/classDescHooks/ExternLoopback.java ! test/jdk/java/io/Serializable/classDescHooks/Loopback.java ! test/jdk/java/io/Serializable/cloneArray/CloneArray.java ! test/jdk/java/io/Serializable/concurrentClassDescLookup/ConcurrentClassDescLookup.java ! test/jdk/java/io/Serializable/defaultDataEnd/DefaultDataEnd.java ! test/jdk/java/io/Serializable/defaultReadObjectCNFException/DefaultReadObjectCNFException.java ! test/jdk/java/io/Serializable/defaulted/GetFieldRead.java ! test/jdk/java/io/Serializable/defaulted/GetFieldWrite.java ! test/jdk/java/io/Serializable/enum/classObject/Test.java ! test/jdk/java/io/Serializable/enum/ignoreSerializationFields/Test.java ! test/jdk/java/io/Serializable/enum/ignoreSerializationMethods/Test.java ! test/jdk/java/io/Serializable/enum/mismatchedTypecode/Test.java ! test/jdk/java/io/Serializable/evolution/AddedExternField/ReadAddedField.java ! test/jdk/java/io/Serializable/evolution/AddedExternField/WriteAddedField.java ! test/jdk/java/io/Serializable/evolution/AddedField/ReadAddedField.java ! test/jdk/java/io/Serializable/evolution/AddedField/WriteAddedField.java ! test/jdk/java/io/Serializable/evolution/AddedSuperClass/ReadAddedSuperClass2.java ! test/jdk/java/io/Serializable/evolution/AddedSuperClass/WriteAddedSuperClass.java ! test/jdk/java/io/Serializable/expectedStackTrace/ExpectedStackTrace.java ! test/jdk/java/io/Serializable/explicitCNFException/ExplicitCNFException.java ! test/jdk/java/io/Serializable/failureAtomicity/Bar.template ! test/jdk/java/io/Serializable/failureAtomicity/Foo.template ! test/jdk/java/io/Serializable/failureAtomicity/SerialRef.java ! test/jdk/java/io/Serializable/fieldTypeString/Write.java ! test/jdk/java/io/Serializable/finalFields/FinalFields.java ! test/jdk/java/io/Serializable/getSuidClinitError/GetSuidClinitError.java ! test/jdk/java/io/Serializable/lookupInterfaceDesc/LookupInterfaceDesc.java ! test/jdk/java/io/Serializable/misplacedArrayClassDesc/MisplacedArrayClassDesc.java ! test/jdk/java/io/Serializable/modifyStaticFields/ModifyStaticFields.java ! test/jdk/java/io/Serializable/nestedReplace/NestedReplace.java ! test/jdk/java/io/Serializable/noSuchFieldClarification/NoSuchFieldClarification.java ! test/jdk/java/io/Serializable/notAvailable/NotAvailable.java ! test/jdk/java/io/Serializable/oldTests/AnnotateClass.java ! test/jdk/java/io/Serializable/oldTests/ArrayTest.java ! test/jdk/java/io/Serializable/oldTests/ArraysOfArrays.java ! test/jdk/java/io/Serializable/oldTests/BinaryTree.java ! test/jdk/java/io/Serializable/oldTests/CheckForException.java ! test/jdk/java/io/Serializable/oldTests/CheckingEquality.java ! test/jdk/java/io/Serializable/oldTests/CircularList.java ! test/jdk/java/io/Serializable/oldTests/PrimitivesTest.java ! test/jdk/java/io/Serializable/oldTests/ValidateClass.java ! test/jdk/java/io/Serializable/optionalDataEnd/OptionalDataEnd.java ! test/jdk/java/io/Serializable/packageAccess/B.java ! test/jdk/java/io/Serializable/packageAccess/C.java ! test/jdk/java/io/Serializable/packageAccess/D.java ! test/jdk/java/io/Serializable/packageAccess/PackageAccessTest.java ! test/jdk/java/io/Serializable/parents/EvolvedClass.java ! test/jdk/java/io/Serializable/parents/OriginalClass.java ! test/jdk/java/io/Serializable/partialClassDesc/PartialClassDesc.java ! test/jdk/java/io/Serializable/primitiveClasses/PrimitiveClasses.java ! test/jdk/java/io/Serializable/proxy/Basic.java ! test/jdk/java/io/Serializable/proxy/replace/Test.java ! test/jdk/java/io/Serializable/proxy/skipMissing/Handler.java ! test/jdk/java/io/Serializable/proxy/skipMissing/Write.java ! test/jdk/java/io/Serializable/readObjectNoData/Read.java ! test/jdk/java/io/Serializable/recursiveClassDescLookup/Test.java ! test/jdk/java/io/Serializable/replaceStringArray/ReplaceStringArray.java ! test/jdk/java/io/Serializable/resolveClass/MethodTest.java ! test/jdk/java/io/Serializable/resolveClass/consTest/ConsTest.java ! test/jdk/java/io/Serializable/resolveClass/deserializeButton/DeserializeButtonTest.java ! test/jdk/java/io/Serializable/resolveClass/deserializeButton/Foo.java ! test/jdk/java/io/Serializable/resolveClassException/ResolveClassException.java ! test/jdk/java/io/Serializable/resolveProxyClass/NonPublicInterface.java ! test/jdk/java/io/Serializable/sanityCheck/SanityCheck.java ! test/jdk/java/io/Serializable/serialFilter/SerialFilterTest.java ! test/jdk/java/io/Serializable/serialver/classpath/ClasspathTest.java ! test/jdk/java/io/Serializable/serialver/nested/NestedTest.java ! test/jdk/java/io/Serializable/skipToEndOfBlockData/SkipToEndOfBlockData.java ! test/jdk/java/io/Serializable/skipWriteObject/Write.java ! test/jdk/java/io/Serializable/skippedObjCNFException/Read.java ! test/jdk/java/io/Serializable/skippedObjCNFException/Write.java ! test/jdk/java/io/Serializable/stopCustomDeserialization/Read.java ! test/jdk/java/io/Serializable/stopCustomDeserialization/Write.java ! test/jdk/java/io/Serializable/subclass/AbstractObjectInputStream.java ! test/jdk/java/io/Serializable/subclass/SubclassTest.java ! test/jdk/java/io/Serializable/subclass/XObjectInputStream.java ! test/jdk/java/io/Serializable/subclass/XObjectOutputStream.java ! test/jdk/java/io/Serializable/superclassDataLoss/A.java ! test/jdk/java/io/Serializable/superclassDataLoss/B.java ! test/jdk/java/io/Serializable/superclassDataLoss/SuperclassDataLossTest.java ! test/jdk/java/io/Serializable/survivePrematureClose/SurvivePrematureClose.java ! test/jdk/java/io/Serializable/typeSafeEnum/TypeSafeEnum.java ! test/jdk/java/io/Serializable/typeStringBackRef/TypeStringBackRef.java ! test/jdk/java/io/Serializable/underlyingOutputStreamException/UnderlyingOutputStreamException.java ! test/jdk/java/io/Serializable/unnamedPackageSwitch/UnnamedPackageSwitchTest.java ! test/jdk/java/io/Serializable/unresolvableObjectStreamClass/UnresolvableObjectStreamClass.java ! test/jdk/java/io/Serializable/unresolvedClassDesc/Foo.java ! test/jdk/java/io/Serializable/unshared/Write.java ! test/jdk/java/io/Serializable/userRWObjError/UserRWObjError.java ! test/jdk/java/io/Serializable/validate/Validate.java ! test/jdk/java/io/Serializable/verifyDynamicObjHandleTable/VerifyDynamicObjHandleTable.java ! test/jdk/java/io/Serializable/writeObjectMemory/WriteObjectMemory.java ! test/jdk/java/io/Serializable/writeReplace/WriteReplace.java ! test/jdk/java/io/Serializable/wrongReturnTypes/Read.java ! test/jdk/java/io/Serializable/wrongReturnTypes/Write.java Changeset: 9b44a2a4 Branch: master Author: Andrew Lu Date: 2024-07-08 02:05:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/9b44a2a4100d344cdf29a41975f7160cc978640f 8222884: ConcurrentClassDescLookup.java times out intermittently Backport-of: bd046d9b9e79e4eea89c72af358961ef6e98e660 ! test/jdk/java/io/Serializable/concurrentClassDescLookup/ConcurrentClassDescLookup.java Changeset: e3ff295d Branch: master Author: Andrew Lu Date: 2024-07-09 02:10:36 +0000 URL: https://git.openjdk.org/jdk11u/commit/e3ff295d65d976097a3bb278184d6d3dca4c5741 8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures Backport-of: ec1664e8c9413890ce2dae5c2dbbce3449d67882 ! test/jdk/java/net/httpclient/ForbiddenHeadTest.java Changeset: b005573d Branch: master Author: Andrew Lu Date: 2024-07-09 02:10:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/b005573d17e41924999001f09185ab81d1284fd2 8331798: Remove unused arg of checkErgonomics() in TestMaxHeapSizeTools.java Reviewed-by: mbaesken Backport-of: c6f611cfe0f3d6807b450be19ec00713229dbf42 ! test/hotspot/jtreg/gc/arguments/TestMaxHeapSizeTools.java Changeset: 82e28669 Branch: master Author: Antonio Vieiro Committer: George Adams Date: 2024-07-09 08:22:32 +0000 URL: https://git.openjdk.org/jdk11u/commit/82e28669e7abbea30033d7b3e52c6b1fe5f4184a 8318039: GHA: Bump macOS and Xcode versions Reviewed-by: andrew Backport-of: 605c9767291ddf1c409c3e805ffb3182899d06c2 ! .github/workflows/build-macos.yml ! .github/workflows/main.yml ! .github/workflows/test.yml Changeset: 5375248a Branch: master Author: Matthias Baesken Date: 2024-07-10 11:34:27 +0000 URL: https://git.openjdk.org/jdk11u/commit/5375248aa544f4876bdc52606fdbca106794fb4d 8332524: Instead of printing "TLSv1.3," it is showing "TLS13" Backport-of: e681b4e9b3ae24f45d8c6adab4105df39e6b8a92 ! src/java.base/share/classes/sun/security/ssl/ClientHello.java Changeset: b05f58e9 Branch: master Author: Matthias Baesken Date: 2024-07-10 11:59:13 +0000 URL: https://git.openjdk.org/jdk11u/commit/b05f58e9ec57ce7f140ad47df3b5bdf4cc42f5f9 8334653: ISO 4217 Amendment 177 Update Backport-of: 42f9791b8d3f2f127c797bfc9498da31992744ec ! make/data/currency/CurrencyData.properties ! src/java.base/share/classes/sun/util/resources/CurrencyNames.properties ! test/jdk/java/util/Currency/CheckDataVersion.java ! test/jdk/java/util/Currency/CurrencyTest.java = test/jdk/java/util/Currency/ISO4217-list-one.txt ! test/jdk/java/util/Currency/ValidateISO4217.java Changeset: 4c626c80 Branch: master Author: Andrew Lu Date: 2024-07-11 02:02:53 +0000 URL: https://git.openjdk.org/jdk11u/commit/4c626c80a2391eaef85e278e0b660a91a794ccf8 8316306: Open source and convert manual Swing test Reviewed-by: mbaesken Backport-of: d3e821838668a0ccc0ccd098336230975e27fd7c + test/jdk/javax/swing/JToolBar/bug4203039.java Changeset: 236ce175 Branch: master Author: Andrew Lu Date: 2024-07-11 02:03:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/236ce175d792a66885031ded3873de5f253afd52 8328238: Convert few closed manual applet tests to main Reviewed-by: mbaesken Backport-of: 68170ae22233462e8925c75c4737be7f0ba9353d + test/jdk/javax/swing/JFrame/bug4419914.java + test/jdk/javax/swing/text/PaintTest.java + test/jdk/javax/swing/text/bug4148489.java + test/jdk/javax/swing/text/html/StyleSheet/bug4803145.java Changeset: c7b9769d Branch: master Author: Andrew Lu Date: 2024-07-12 02:13:12 +0000 URL: https://git.openjdk.org/jdk11u/commit/c7b9769d61639c0ee2e22660287c093478f5897b 8328158: Convert java/awt/Choice/NonFocusablePopupMenuTest to automatic main test 8328269: NonFocusablePopupMenuTest.java should be marked as headful Reviewed-by: mbaesken Backport-of: b8dfeafdfd9ca024c92c9a73b59e6e71c0551985 + test/jdk/java/awt/Choice/NonFocusablePopupMenuTest.java - test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.html - test/jdk/java/awt/Choice/NonFocusablePopupMenuTest/NonFocusablePopupMenuTest.java Changeset: 9bf121dd Branch: master Author: Andrew Lu Date: 2024-07-12 02:13:34 +0000 URL: https://git.openjdk.org/jdk11u/commit/9bf121ddeee3b112611defa69bce962cc7021b1c 8255898: Test java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.java fails on Mac OS Backport-of: 947d52c4c3deec1bdea43959c200201c614ae114 ! test/jdk/java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.java Changeset: 32d27131 Branch: master Author: George Adams Date: 2024-07-12 11:54:16 +0000 URL: https://git.openjdk.org/jdk11u/commit/32d271316fe0a1f2d51508f67a7ffa158138c789 8309934: Update GitHub Actions to use JDK 17 for building jtreg Backport-of: 8aad881e803fddc26f45270f779ff0c0e5a095d8 ! .github/actions/get-jtreg/action.yml Changeset: 78fd6b97 Branch: master Author: Matthias Baesken Date: 2024-07-12 12:10:34 +0000 URL: https://git.openjdk.org/jdk11u/commit/78fd6b97690b369495904f67f089460163777eed 8330063: Upgrade jQuery to 3.7.1 Reviewed-by: lucy Backport-of: 7ae015fdf1321237a08af69580efb86f65321fa5 ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDoclet.java - src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jquery-3.6.1.js - src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jquery-3.6.1.min.js + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jquery-3.7.1.js + src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/jquery/jquery-3.7.1.min.js ! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/util/DocPaths.java ! src/jdk.javadoc/share/legal/jquery.md ! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java ! test/langtools/jdk/javadoc/tool/api/basic/APITest.java ! test/langtools/tools/javadoc/api/basic/APITest.java Changeset: 716621da Branch: master Author: Matthias Baesken Date: 2024-07-16 06:35:49 +0000 URL: https://git.openjdk.org/jdk11u/commit/716621da68ae35c1fcbc549b018bb451e4498595 8320602: Lock contention in SchemaDVFactory.getInstance() Backport-of: 0678253bffca91775d29d2942f48c806ab4d2cab ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dv/SchemaDVFactory.java Changeset: 697d8566 Branch: master Author: Andrew Lu Date: 2024-07-16 06:41:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/697d8566b1d4801cb7926fa35bbf471f8f4ba066 8329559: Test javax/swing/JFrame/bug4419914.java failed because The End and Start buttons are not placed correctly and Tab focus does not move as expected Backport-of: 7c1fad4fb6c387bbfb72b3f96b610e7cbc2ef312 ! test/jdk/javax/swing/JFrame/bug4419914.java Changeset: c87a410b Branch: master Author: SendaoYan Committer: Paul Hohensee Date: 2024-07-16 15:38:34 +0000 URL: https://git.openjdk.org/jdk11u/commit/c87a410bd5afb7f97ad6b2527636585bad4a149f 8331466: Problemlist serviceability/dcmd/gc/RunFinalizationTest.java on generic-all Reviewed-by: phh Backport-of: 61e2dba5000fc46930bc09d6a47c026adb008e7d ! test/hotspot/jtreg/ProblemList.txt Changeset: 6fb5b8a3 Branch: master Author: Alexei Voitylov Committer: Christoph Langer Date: 2024-06-05 19:43:15 +0000 URL: https://git.openjdk.org/jdk11u/commit/6fb5b8a3d26acfcfc0c114b13feab5f9a28718e7 8314794: Improve UTF8 String supports Co-authored-by: Ekaterina Vergizova Reviewed-by: mbalao Backport-of: ab2532d858de8d855529b6f2491f94c499f94009 ! src/hotspot/share/utilities/exceptions.cpp ! src/hotspot/share/utilities/utf8.cpp Changeset: fcfbef7f Branch: master Author: Alexei Voitylov Committer: Christoph Langer Date: 2024-06-03 21:16:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/fcfbef7f66dc31978bcb228dd8a042f9aa190ff7 8319859: Better symbol storage Reviewed-by: yan, mbalao Backport-of: f7857e9106841f402ade56bad0338fc53159fb9a ! src/hotspot/share/classfile/symbolTable.cpp ! src/hotspot/share/oops/symbol.cpp ! src/hotspot/share/oops/symbol.hpp Changeset: c08f0f66 Branch: master Author: Alexei Voitylov Committer: Christoph Langer Date: 2024-06-19 11:04:19 +0000 URL: https://git.openjdk.org/jdk11u/commit/c08f0f66c06913c569ad918436137661c116086b 8325600: Better symbol storage Reviewed-by: mbalao Backport-of: da06689bf6fde7b6dd8efc2f0c39fc95adcdb69d ! src/hotspot/share/classfile/symbolTable.cpp Changeset: 31035f07 Branch: master Author: Yuri Nesterenko Committer: Christoph Langer Date: 2024-07-02 16:34:12 +0000 URL: https://git.openjdk.org/jdk11u/commit/31035f07d3cd4a7a06767674f16b8459ae66542e 8320097: Improve Image transformations Reviewed-by: mbalao Backport-of: 1401634b21b76db90291011bcae68c461742e687 ! make/autoconf/flags-cflags.m4 ! make/lib/Awt2dLibraries.gmk ! src/java.desktop/share/classes/sun/java2d/pipe/DrawImage.java ! src/java.desktop/share/native/libawt/java2d/loops/TransformHelper.c Changeset: 4efcece1 Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-05-10 13:49:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/4efcece1f87abc80a74acd19d5be573e18aa72a6 8322106: Enhance Pack 200 loading Reviewed-by: mbalao ! src/jdk.pack/share/native/common-unpack/defines.h ! src/jdk.pack/share/native/common-unpack/unpack.cpp ! src/jdk.pack/share/native/common-unpack/unpack.h ! src/jdk.pack/share/native/common-unpack/utils.cpp ! src/jdk.pack/share/native/common-unpack/utils.h Changeset: 806882b1 Branch: master Author: Martin Balao Committer: Christoph Langer Date: 2024-01-24 06:21:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/806882b1c8e2e0d067d870ebe08965d959ae4269 8323231: Improve array management Reviewed-by: mbaesken Backport-of: cf20364d0cb3f182880ee91c7fb023615e27becf ! src/hotspot/share/c1/c1_RangeCheckElimination.cpp Changeset: 0533bad7 Branch: master Author: Alexei Voitylov Committer: Christoph Langer Date: 2024-06-11 11:29:35 +0000 URL: https://git.openjdk.org/jdk11u/commit/0533bad7dbe58586491fc12c824532bce38f47cb 8323390: Enhance mask blit functionality Reviewed-by: mbalao Backport-of: 895893f2fbf1c521d4a263d505f0ecbda8d2eeea ! src/java.desktop/share/classes/sun/java2d/SunGraphics2D.java ! src/java.desktop/share/native/libawt/java2d/SurfaceData.h ! src/java.desktop/share/native/libawt/java2d/loops/MaskBlit.c Changeset: 3d25b4a3 Branch: master Author: Yuri Nesterenko Committer: Christoph Langer Date: 2024-03-15 15:35:52 +0000 URL: https://git.openjdk.org/jdk11u/commit/3d25b4a34aced8fa14a28d8c45fde6fb61a070c0 8324559: Improve 2D image handling Reviewed-by: mbalao Backport-of: 1a5a44019871c411148ca85d0491cc68d2256e4e ! src/java.desktop/share/native/libawt/java2d/loops/MaskFill.c Changeset: 89fd88ed Branch: master Author: Martin Balao Committer: Christoph Langer Date: 2024-05-06 11:43:35 +0000 URL: https://git.openjdk.org/jdk11u/commit/89fd88ed819a0a1865c1a288cfb3e1f3999e3bb1 8327413: Enhance compilation efficiency Reviewed-by: andrew Backport-of: eb1f33f525846e6020185cbc5d6e48cbc760dbb2 ! src/hotspot/share/opto/ifnode.cpp Changeset: 69ee1d00 Branch: master Author: Martin Balao Committer: Christoph Langer Date: 2024-06-27 15:35:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/69ee1d0005366d8db45554ad3b68d7057a98e1df 8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL Reviewed-by: roland Backport-of: cc894d849aa5f730d5a806acfc7a237cf5170af1 ! src/hotspot/share/opto/addnode.cpp ! src/hotspot/share/opto/addnode.hpp ! src/hotspot/share/opto/classes.hpp ! src/hotspot/share/opto/convertnode.cpp ! src/hotspot/share/opto/convertnode.hpp ! src/hotspot/share/opto/loopTransform.cpp ! src/hotspot/share/opto/macro.cpp ! src/hotspot/share/runtime/vmStructs.cpp + test/hotspot/jtreg/compiler/loopopts/TestUnrollLimitPreciseType.java Changeset: e3e77650 Branch: master Author: Martin Balao Committer: Christoph Langer Date: 2024-01-30 08:41:36 +0000 URL: https://git.openjdk.org/jdk11u/commit/e3e776509ac23a02bf5cc844dba18c26615500e1 8320548: Improved loop handling Backport-of: 72eed2f709caa48c82f58fe75c7e94d2c45947e1 ! src/hotspot/share/opto/superword.cpp Changeset: ff537af4 Branch: master Author: Christoph Langer Committer: Christoph Langer Date: 2024-07-09 10:41:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/ff537af466ee74e914c5cee1042de650bfe0da5f 8335973: [11u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.24 Reviewed-by: mbaesken ! make/autoconf/version-numbers Changeset: 5647fbfc Branch: master Author: Christoph Langer Date: 2024-07-16 21:56:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/5647fbfc5140d745489ad27ac25e07171d11cf76 Merge ! make/autoconf/version-numbers ! make/autoconf/version-numbers Changeset: 3134d7eb Branch: master Author: Justin Lu Committer: Severin Gehwolf Date: 2024-07-17 07:31:12 +0000 URL: https://git.openjdk.org/jdk11u/commit/3134d7eb74a9f5cd0afe6982be74104cf3ad6532 8330416: Update system property for Java SE specification maintenance version Reviewed-by: lancea, iris Backport-of: 22fe35f286c71e01945cacc95ef090cadf1c3d99 ! src/java.base/share/native/libjava/System.c Changeset: f27e8c81 Branch: master Author: Matthias Baesken Date: 2024-07-17 13:03:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/f27e8c8108737791a628c0982c51c1bf4496613a 8317039: Enable specifying the JDK used to run jtreg 8317807: JAVA_FLAGS removed from jtreg running in JDK-8317039 Backport-of: b186446511655b317e05c79aeb3cdd324e254cdc ! make/RunTests.gmk ! make/RunTestsPrebuilt.gmk ! make/RunTestsPrebuiltSpec.gmk ! make/autoconf/lib-tests.m4 ! make/autoconf/spec.gmk.in Changeset: 17840300 Branch: master Author: Matthias Baesken Date: 2024-07-18 08:06:18 +0000 URL: https://git.openjdk.org/jdk11u/commit/1784030096e1b796b619737b794a476fb33b8338 8294310: compare.sh fails on macos after JDK-8293550 Reviewed-by: mdoerr Backport-of: b9eeec2b6b8f97d2ba33462b27d091f918067f78 ! make/autoconf/compare.sh.in ! make/scripts/compare.sh Changeset: 163309f8 Branch: master Author: Alexander Zvegintsev Date: 2024-07-18 12:18:40 +0000 URL: https://git.openjdk.org/jdk11u/commit/163309f8544137537b1392e93869e533746b6992 8307779: Relax the java.awt.Robot specification Reviewed-by: phh, prr Backport-of: 42eb684707287a41a9922519de6b08aff1d83eae ! src/java.desktop/share/classes/java/awt/Robot.java Changeset: 6a2cce73 Branch: master Author: Andrew Lu Date: 2024-07-19 07:19:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/6a2cce73546a6d44ec89ef54af6852c808ec8486 8316211: Open source several manual applet tests Reviewed-by: mbaesken Backport-of: 2f311d59dcbbf7605e52fac0b8ebd35d7d51a48b + test/jdk/java/awt/Frame/DefaultSizeTest.java + test/jdk/java/awt/LightweightComponent/LightweightCliprect.java + test/jdk/java/awt/event/KeyEvent/FunctionKeyTest.java + test/jdk/javax/swing/JFrame/DefaultCloseOperation.java Changeset: 5587a964 Branch: master Author: Andrew Lu Date: 2024-07-19 07:20:13 +0000 URL: https://git.openjdk.org/jdk11u/commit/5587a9642c01a1434a95877cf774392696043774 8317316: G1: Make TestG1PercentageOptions use createTestJvm Backport-of: d8cd60588aef6abcbfedbe3262d9a094c9bbcb8c ! test/hotspot/jtreg/gc/arguments/TestG1PercentageOptions.java Changeset: 5f1ed563 Branch: master Author: Andrew Lu Date: 2024-07-19 07:20:43 +0000 URL: https://git.openjdk.org/jdk11u/commit/5f1ed563ea3fdf1d93a94890fd669f55bad7cdf7 8328273: sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java failed with java.rmi.server.ExportException: Port already in use Backport-of: a85c8493aec73e81c000ea3e3d983b05706bbfec ! test/jdk/javax/management/remote/mandatory/connection/DefaultAgentFilterTest.java ! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java Changeset: 278f5068 Branch: master Author: Andrew Lu Date: 2024-07-19 07:21:06 +0000 URL: https://git.openjdk.org/jdk11u/commit/278f506837f356ab5939b26ca1cf1d22f5e6537c 8249097: test/lib/jdk/test/lib/util/JarBuilder.java has a bad copyright Reviewed-by: mbaesken Backport-of: 9f0bafe6adc50735b49c48054bc059d13168cdc2 ! test/jdk/lib/testlibrary/java/util/jar/JarBuilder.java Changeset: b254771f Branch: master Author: Matthias Baesken Date: 2024-07-19 07:26:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/b254771f86daeb4ba8fe5bd89c045f5f2d64211b 8303216: Prefer ArrayList to LinkedList in sun.net.httpserver.ServerImpl Backport-of: 881517586d7b6d26c5589c3459902eb964ce9030 ! src/jdk.httpserver/share/classes/sun/net/httpserver/ServerImpl.java Changeset: bc4a5255 Branch: master Author: Matthias Baesken Date: 2024-07-22 08:07:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/bc4a5255bcf789eaf8842379d643db38c28f0790 8315422: getSoTimeout() would be in try block in SSLSocketImpl Reviewed-by: lucy Backport-of: 2264667bba2311b568257a933813fa76a9e75313 ! src/java.base/share/classes/sun/security/ssl/SSLSocketImpl.java Changeset: e655a2f1 Branch: master Author: Matthias Baesken Date: 2024-07-22 10:49:27 +0000 URL: https://git.openjdk.org/jdk11u/commit/e655a2f14e822b669413a73a91ace68e5d15f360 8332898: failure_handler: log directory of commands Backport-of: 7f0ad513c30359816ac840f821ca0a22d723a642 ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionHelper.java Changeset: b423f014 Branch: master Author: Matthias Baesken Date: 2024-07-22 10:49:47 +0000 URL: https://git.openjdk.org/jdk11u/commit/b423f0148da4e52bdacdd811b4b07b0af828d488 8299058: AssertionError in sun.net.httpserver.ServerImpl when connection is idle Backport-of: 00b764c9766601e84b7cbbd6d855614ac4794775 ! src/jdk.httpserver/share/classes/sun/net/httpserver/ServerImpl.java Changeset: d51bb433 Branch: master Author: Matthias Baesken Date: 2024-07-23 06:27:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/d51bb43313b1e77186eeb1edac6f60c198517ae1 8327631: Update IANA Language Subtag Registry to Version 2024-03-07 Backport-of: 7cabe84d83b9748b2092bc00b0f3951e21e184eb ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: 54949eb4 Branch: master Author: Matthias Baesken Date: 2024-07-24 09:07:27 +0000 URL: https://git.openjdk.org/jdk11u/commit/54949eb4d11b9144b33fe66c5617aff0172d0e6d 8332424: Update IANA Language Subtag Registry to Version 2024-05-16 Reviewed-by: lucy Backport-of: 6dac8d64527b4e9ade783b99f82fbecd81c426a6 ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: 92df183f Branch: master Author: Andrew Lu Date: 2024-07-24 09:09:31 +0000 URL: https://git.openjdk.org/jdk11u/commit/92df183fbd2f8c77c8cd9cf41fbb4ff093a15f66 8266153: mark hotspot compiler/onSpinWait tests which ignore VM flags Backport-of: 30b13540855dfdb9b39695eb8218b13e64b34894 ! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWait.java ! test/hotspot/jtreg/compiler/onSpinWait/TestOnSpinWaitC1.java Changeset: 1943345a Branch: master Author: Andrew Lu Date: 2024-07-24 09:09:50 +0000 URL: https://git.openjdk.org/jdk11u/commit/1943345ad201da3480eae00feaa7ec034cc84679 8275851: Deproblemlist open/test/jdk/javax/swing/JComponent/6683775/bug6683775.java Backport-of: 485d65865ea8af3f7275e9aa8b75057326486a4d ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/JComponent/6683775/bug6683775.java Changeset: 9fe50dee Branch: master Author: Andrew Lu Date: 2024-07-24 09:12:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/9fe50deebb83767dfeca94f1c8df4bb46c348707 8255969: Improve java/io/BufferedInputStream/LargeCopyWithMark.java using jtreg tags Backport-of: 727a69f537d6e6a8f3bd14b7004159242aef8f76 ! test/jdk/java/io/BufferedInputStream/LargeCopyWithMark.java Changeset: 3b0f78bf Branch: master Author: Andrew Lu Date: 2024-07-24 09:12:41 +0000 URL: https://git.openjdk.org/jdk11u/commit/3b0f78bfe5c4cc5340e21820e07a29c82b0b9765 8266149: mark hotspot compiler/startup tests which ignore VM flags Backport-of: feb18d292f9fa22ff55e8db7dd0ed4af5c03a38f ! test/hotspot/jtreg/compiler/startup/NumCompilerThreadsCheck.java ! test/hotspot/jtreg/compiler/startup/SmallCodeCacheStartup.java ! test/hotspot/jtreg/compiler/startup/StartupOutput.java Changeset: e74a76a2 Branch: master Author: Andrew Lu Date: 2024-07-24 09:13:06 +0000 URL: https://git.openjdk.org/jdk11u/commit/e74a76a2249ded1897bf4ed953a79ed3fbf9c381 8249826: 5 javax/net/ssl/SSLEngine tests use @ignore w/o bug-id Backport-of: bf9a8ce0bb975a3d50e92148f92850ef930d64b0 ! test/jdk/ProblemList.txt ! test/jdk/javax/net/ssl/SSLEngine/Basics.java ! test/jdk/javax/net/ssl/SSLEngine/CheckStatus.java ! test/jdk/javax/net/ssl/SSLEngine/ConnectionTest.java ! test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java ! test/jdk/javax/net/ssl/SSLEngine/IllegalHandshakeMessage.java ! test/jdk/javax/net/ssl/SSLEngine/IllegalRecordVersion.java ! test/jdk/javax/net/ssl/SSLEngine/TestAllSuites.java Changeset: a049bf11 Branch: master Author: Matthias Baesken Date: 2024-07-26 07:18:48 +0000 URL: https://git.openjdk.org/jdk11u/commit/a049bf11041705ca44771b8d6942783087c5fb69 8334418: Update IANA Language Subtag Registry to Version 2024-06-14 Reviewed-by: rschmelter Backport-of: 861aefcafacdc21459ef966307f52568e327fd49 ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: e6beead5 Branch: master Author: Andrew Lu Date: 2024-07-26 08:16:12 +0000 URL: https://git.openjdk.org/jdk11u/commit/e6beead5e0ccb80b50ce28658bf6ee3c84c7a081 8266150: mark hotspot compiler/arguments tests which ignore VM flags Reviewed-by: mbaesken Backport-of: eeddb3034494a463a929048d2e030938e75f37f8 ! test/hotspot/jtreg/compiler/arguments/CheckCICompilerCount.java ! test/hotspot/jtreg/compiler/arguments/CheckCompileThresholdScaling.java ! test/hotspot/jtreg/compiler/arguments/TestUseBMI1InstructionsOnSupportedCPU.java ! test/hotspot/jtreg/compiler/arguments/TestUseBMI1InstructionsOnUnsupportedCPU.java ! test/hotspot/jtreg/compiler/arguments/TestUseCountLeadingZerosInstructionOnSupportedCPU.java ! test/hotspot/jtreg/compiler/arguments/TestUseCountLeadingZerosInstructionOnUnsupportedCPU.java ! test/hotspot/jtreg/compiler/arguments/TestUseCountTrailingZerosInstructionOnSupportedCPU.java ! test/hotspot/jtreg/compiler/arguments/TestUseCountTrailingZerosInstructionOnUnsupportedCPU.java Changeset: 461e1b20 Branch: master Author: Andrew Lu Date: 2024-07-26 08:16:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/461e1b20496fa83795dfe850231f49a561b47819 8266154: mark hotspot compiler/oracle tests which ignore VM flags Reviewed-by: mbaesken Backport-of: eb72950cfd54eb39ac6f2d331d3e6ea860210a63 ! test/hotspot/jtreg/compiler/oracle/CheckCompileCommandOption.java ! test/hotspot/jtreg/compiler/oracle/TestCompileCommand.java Changeset: b6cd51ab Branch: master Author: Andrew Lu Date: 2024-07-26 08:17:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/b6cd51ab08d173420b8aaa1e66616f9e963baa5a 8249772: (ch) Improve sun/nio/ch/TestMaxCachedBufferSize.java Reviewed-by: mbaesken Backport-of: d6035a522e10040424af3662ff17346880b68d76 ! test/jdk/sun/nio/ch/TestMaxCachedBufferSize.java Changeset: 6c7ee264 Branch: master Author: Alexey Bakhtin Date: 2024-07-26 19:10:29 +0000 URL: https://git.openjdk.org/jdk11u/commit/6c7ee264afa324792a9aee791af05d09cd5ffb92 8335803: SunJCE cipher throws NPE for un-extractable RSA keys Reviewed-by: phh ! src/java.base/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java + test/jdk/javax/crypto/Cipher/InvalidKeyExceptionTest.java Changeset: 7416eeeb Branch: master Author: Matthias Baesken Date: 2024-07-29 11:12:07 +0000 URL: https://git.openjdk.org/jdk11u/commit/7416eeeb4680e389c7739eb88d9333f186d0cb6c 8253207: enable problemlists jcheck's check Reviewed-by: clanger Backport-of: d38c97dd52966ecf53d963829b8c9df916eb096b ! .jcheck/conf Changeset: de90ed01 Branch: master Author: Andrew Lu Date: 2024-07-30 07:51:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/de90ed01e11d968853d3da8c3a6f6081f030336b 8317228: GC: Make TestXXXHeapSizeFlags use createTestJvm Reviewed-by: mbaesken Backport-of: 7ca0ae94159ac0fd2df23ee1a1e8cf626ce31048 ! test/hotspot/jtreg/TEST.ROOT ! test/hotspot/jtreg/gc/arguments/TestG1HeapSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestMaxHeapSizeTools.java ! test/hotspot/jtreg/gc/arguments/TestParallelHeapSizeFlags.java ! test/hotspot/jtreg/gc/arguments/TestSerialHeapSizeFlags.java ! test/jtreg-ext/requires/VMProps.java Changeset: 95c0b97b Branch: master Author: SendaoYan Committer: George Adams Date: 2024-07-30 15:01:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/95c0b97bc2bfcb686dfabc6d74424772f0f866a1 8244966: Add .vscode to .hgignore and .gitignore Add .vscode to .hgignore and .gitignore Reviewed-by: phh Backport-of: d3e0c4ce9c22e69e6eac17257a02d5e796b84bac ! .gitignore Changeset: d668844b Branch: master Author: Andrew Lu 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 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 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 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 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 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 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 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 Changeset: 648e8f01 Branch: master Author: Christoph Langer Date: 2024-08-07 15:05:33 +0000 URL: https://git.openjdk.org/jdk11u/commit/648e8f01896b46aa338b1607de70dc1f17706008 8330523: Reduce runtime and improve efficiency of KeepAliveTest Backport-of: 98038b3dfd8984c28a37646de6b1cdaa4c7ae6a3 ! test/jdk/sun/net/www/http/HttpClient/KeepAliveTest.java Changeset: 73dc9e89 Branch: master Author: Matthias Baesken Date: 2024-08-09 14:06:15 +0000 URL: https://git.openjdk.org/jdk11u/commit/73dc9e89994dcd3ebc389845cbcd5979781ca3b0 8292044: HttpClient doesn't handle 102 or 103 properly Reviewed-by: mdoerr Backport-of: 10000286390ac9b0288cee25a4f3551d09475fdc ! src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java ! src/java.net.http/share/classes/jdk/internal/net/http/ExchangeImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http1Exchange.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java ! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java + test/jdk/java/net/httpclient/Response1xxTest.java Changeset: f7217d75 Branch: master Author: Adam Farley Committer: Paul Hohensee Date: 2024-08-13 15:57:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/f7217d7595da114f197ed8d9c78fbba453f875bb 8286601: Mac Aarch: Excessive warnings to be ignored for build jdk Backport-of: 461fb320bc67de9e8f378b8a845f67764cd003ed ! make/autoconf/flags-cflags.m4 Changeset: 3c43b2f6 Branch: master Author: Andrew Lu Date: 2024-08-14 01:56:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/3c43b2f623774c5e6b115632de017ffaa765981c 8315965: Open source various AWT applet tests Backport-of: 3b397c8552d7fd1b1084fbbc06384f3f34481ba4 + test/jdk/java/awt/ScrollPane/ScrollPaneTest.java + test/jdk/java/awt/TextArea/Length.java + test/jdk/java/awt/Window/WindowOwner.java + test/jdk/java/awt/font/Rotate/RotateTest3.java Changeset: 3f2d6f03 Branch: master Author: Andrew Lu Date: 2024-08-14 01:56:53 +0000 URL: https://git.openjdk.org/jdk11u/commit/3f2d6f0378ca44207cbdf3f86a1bfe6ac8982b03 8332113: Update nsk.share.Log to be always verbose Backport-of: 8464ce6db5cbd5d50ac2a2bcba905b7255f510f5 ! test/hotspot/jtreg/vmTestbase/nsk/share/Log.java Changeset: fa64c0e3 Branch: master Author: Andrew Lu Date: 2024-08-14 09:10:10 +0000 URL: https://git.openjdk.org/jdk11u/commit/fa64c0e345e1fc0591b05a60eb04204fa1ca84d7 8316285: Opensource JButton manual tests Backport-of: 9f5d2b947f7d70babba663e16882e480b8a973f2 + test/jdk/javax/swing/JButton/bug4234034.java + test/jdk/javax/swing/JButton/bug4323121.java + test/jdk/javax/swing/JButton/bug4490179.java Changeset: 30f532b4 Branch: master Author: Andrew Lu Date: 2024-08-14 09:10:30 +0000 URL: https://git.openjdk.org/jdk11u/commit/30f532b4b175c4ba50a71b38bd6a2b244cac12fc 7156347: javax/swing/JList/6462008/bug6462008.java fails Backport-of: a5b7bc50d450e083a09c16c73f9097650142fe35 ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/JList/6462008/bug6462008.java Changeset: d8632eda Branch: master Author: Andrew Lu Date: 2024-08-14 09:14:47 +0000 URL: https://git.openjdk.org/jdk11u/commit/d8632eda29e8b6d4e0939e32dafdb07ab61cccec 8269616: serviceability/dcmd/framework/VMVersionTest.java fails with Address already in use error Backport-of: 8785737ba5f398888816ddd0f50adeea6a75bb0f ! test/hotspot/jtreg/serviceability/dcmd/framework/TestProcessLauncher.java Changeset: 3caf5017 Branch: master Author: Zdenek Zambersky Committer: Paul Hohensee Date: 2024-08-15 14:17:54 +0000 URL: https://git.openjdk.org/jdk11u/commit/3caf5017a11ba0777281c0104dc606873947c615 8336928: GHA: Bundle artifacts removal broken Backport-of: 98562166e4a4c8921709014423c6cbc993aa0d97 ! .github/workflows/main.yml Changeset: cd9e6cb5 Branch: master Author: Matthias Baesken Date: 2024-08-20 08:12:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/cd9e6cb584bfeb232bcea7a642664cb6dd4424f3 8334166: Enable binary check 8332008: Enable issuestitle check Reviewed-by: mdoerr Backport-of: 108c2e4986bfae9f6993ad03d926298b267cf523 ! .jcheck/conf Changeset: cd4ae8cc Branch: master Author: Andrew Lu Date: 2024-08-21 08:57:30 +0000 URL: https://git.openjdk.org/jdk11u/commit/cd4ae8cc8983642f85648b4e33cd951e04c32320 8316973: GC: Make TestDisableDefaultGC use createTestJvm Reviewed-by: mbaesken Backport-of: 5f4be8cea980b3c2e8e5fb2067dc64b62fa0245c ! test/hotspot/jtreg/gc/arguments/TestDisableDefaultGC.java Changeset: 828d6452 Branch: master Author: Amos Shi Date: 2024-08-21 23:19:47 +0000 URL: https://git.openjdk.org/jdk11u/commit/828d645208f490b8a74d5e007d37bad7dcad50b1 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: d3ce405a Branch: master Author: Amos Shi Date: 2024-08-26 16:14:45 +0000 URL: https://git.openjdk.org/jdk11u/commit/d3ce405a142008b2265efdca4fc9b764c877d882 8206440: Remove javac -source/-target 6 from jdk regression tests Backport-of: d2de786263e01b2036609621268853b14a1f46c3 ! test/jdk/java/lang/reflect/OldenCompilingWithDefaults.java Changeset: 9ba9dd27 Branch: master Author: Amos Shi Date: 2024-08-26 16:16:32 +0000 URL: https://git.openjdk.org/jdk11u/commit/9ba9dd276cebd7e0069bc229ed7b5b4db795fb2c 8224081: SOCKS v4 tests require IPv4 Backport-of: acad8d1d68c8c0ad5fc93b0d1c01197428a25bfe ! test/jdk/java/net/Socks/SocksProxyVersion.java ! test/jdk/sun/security/x509/URICertStore/SocksProxy.java Changeset: 3df18523 Branch: master Author: Amos Shi Date: 2024-08-26 16:16:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/3df18523abaf771a5ce8981dd3663f4004fefd62 8210338: Better output for GenerationTests.java Backport-of: a5f7028279d61313b2293bbac3eaba0c880a7430 ! test/jdk/javax/xml/crypto/dsig/GenerationTests.java Changeset: c67fe36b Branch: master Author: Amos Shi Date: 2024-08-26 18:48:10 +0000 URL: https://git.openjdk.org/jdk11u/commit/c67fe36b5fefee554c0d1067f209387606011615 8325022: Incorrect error message on client authentication Backport-of: fe78c0f1911c9fdc1d30e23847d102748dfa2063 ! src/java.base/share/classes/sun/security/ssl/CertificateMessage.java Changeset: a83d9303 Branch: master Author: Sergey Bylokhov Date: 2024-08-26 23:56:50 +0000 URL: https://git.openjdk.org/jdk11u/commit/a83d9303d5d1f7f3415436e145ea414b2680f783 8273135: java/awt/color/ICC_ColorSpace/MTTransformReplacedProfile.java crashes in liblcms.dylib with NULLSeek+0x7 Reviewed-by: phh Backport-of: 1017a2c2d7ae99e0076abcfaf5e730fec3cb9c6c ! src/java.desktop/share/native/liblcms/cmsio0.c Changeset: ce572dfe Branch: master Author: Goetz Lindenmaier Date: 2024-08-28 10:25:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/ce572dfede792da0eb1b98ac3d8d1df7064dea33 8339082: Bump update version for OpenJDK: jdk-11.0.26 Reviewed-by: sgehwolf ! .jcheck/conf ! make/autoconf/version-numbers Changeset: 8c31358c Branch: master Author: Andrew Lu Date: 2024-09-02 02:23:53 +0000 URL: https://git.openjdk.org/jdk11u/commit/8c31358ccc9d07f9512bc56159c85ce465e25135 8328300: Convert PrintDialogsTest.java from Applet to main program Reviewed-by: mbaesken Backport-of: dea94f4445b9389339cf7ca0eef688ca56c17814 ! test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.html ! test/jdk/java/awt/Modal/PrintDialogsTest/PrintDialogsTest.java Changeset: 76b8327b Branch: master Author: Andrew Lu Date: 2024-09-02 02:24:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/76b8327ba08e2d57b64cd266a3eb3f1a3232a1a5 8328642: Convert applet test MouseDraggedOutCauseScrollingTest.html to main Reviewed-by: mbaesken Backport-of: ab183e437c18b445e9c022a4d74de818d4ccecbe - test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.html ! test/jdk/java/awt/List/MouseDraggedOutCauseScrollingTest/MouseDraggedOutCauseScrollingTest.java Changeset: ffcdc104 Branch: master Author: Andrew Lu Date: 2024-09-02 02:24:26 +0000 URL: https://git.openjdk.org/jdk11u/commit/ffcdc104058ab2b58d8303f318c2e0ee0dc93a54 8315936: Parallelize gc/stress/TestStressG1Humongous.java test Backport-of: 3f19df685c342cef212305cca630331878a24e79 ! test/hotspot/jtreg/gc/stress/TestStressG1Humongous.java Changeset: 6ee8bacf Branch: master Author: Goetz Lindenmaier Date: 2024-09-05 09:56:35 +0000 URL: https://git.openjdk.org/jdk11u/commit/6ee8bacfdda51b53178913ebf711ac9feacce26e 8338139: {ClassLoading,Memory}MXBean::isVerbose methods are inconsistent with their setVerbose methods Reviewed-by: phh Backport-of: 897f433b33a46d56cc6972b1c6b4405ecaa4dea9 ! src/hotspot/share/services/classLoadingService.cpp ! src/hotspot/share/services/classLoadingService.hpp ! src/hotspot/share/services/memoryService.cpp ! src/hotspot/share/services/memoryService.hpp + test/jdk/java/lang/management/ClassLoadingMXBean/TestVerboseClassLoading.java + test/jdk/java/lang/management/MemoryMXBean/TestVerboseMemory.java Changeset: 90ad5b18 Branch: master Author: Goetz Lindenmaier Date: 2024-09-08 12:34:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/90ad5b18de314faca19e322bb21a4c33cec54785 8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs Reviewed-by: phh Backport-of: 7d49c52272b54070a13b02708dd7ce5f8e375a06 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/EntrustTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustcommercialca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustnetworkingca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustpremiumca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustpremiumeccca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/entrust2048ca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustevca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustrootcaec1-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustrootcag2-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustrootcag4-chain.pem Changeset: 934decc1 Branch: master Author: Goetz Lindenmaier Date: 2024-09-11 09:18:16 +0000 URL: https://git.openjdk.org/jdk11u/commit/934decc1475e5acc00be23c87507274f005780b4 Merge Changeset: 0358cbd0 Branch: master Author: Alexey Bakhtin Date: 2024-09-23 14:08:45 +0000 URL: https://git.openjdk.org/jdk11u/commit/0358cbd0a1538937612e3a78ffbfb64d7f4c45a2 8296410: HttpClient throws java.io.IOException: no statuscode in response for HTTP2 Reviewed-by: goetz Backport-of: f4b140b4200fc0f49161395501d3dbcba7a79059 ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java + test/jdk/java/net/httpclient/http2/TrailingHeadersTest.java ! test/jdk/java/net/httpclient/http2/server/BodyOutputStream.java ! test/jdk/java/net/httpclient/http2/server/Http2TestServer.java ! test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java Changeset: b2d38597 Branch: master Author: Goetz Lindenmaier Date: 2024-09-25 08:06:18 +0000 URL: https://git.openjdk.org/jdk11u/commit/b2d385978fca9eb2fd2eb260a72d727d5f0d6740 Merge Changeset: dd35f187 Branch: master Author: Antonio Committer: Severin Gehwolf Date: 2024-09-26 08:31:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/dd35f187fd038281ce36b986ef71d3b813c0a83e 8340671: GHA: Bump macOS and Xcode versions to macos-12 and XCode 13.4.1 Reviewed-by: sgehwolf ! .github/workflows/build-macos.yml ! .github/workflows/main.yml ! .github/workflows/test.yml Changeset: 59b38591 Branch: master Author: George Adams Date: 2024-09-30 13:00:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/59b38591603ccdd6343f5199293c58752c32a8b2 8340815: Add SECURITY.md file Backport-of: 0474f020bf276c761f46bc8ba0873ed90a8fd19b + SECURITY.md Changeset: bec83f35 Branch: master Author: Sergey Bylokhov Date: 2024-09-30 15:45:40 +0000 URL: https://git.openjdk.org/jdk11u/commit/bec83f35d6408c9e55f0e442c77019441282b50d 8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java Reviewed-by: yan, andrew Backport-of: e61252dc278fd44345c5377811552ed6760ffcf0 ! test/jdk/javax/naming/module/RunBasic.java ! test/jdk/javax/naming/module/src/test/test/ConnectWithAuthzId.java ! test/jdk/javax/naming/module/src/test/test/ConnectWithFoo.java ! test/jdk/javax/naming/module/src/test/test/ReadByUrl.java ! test/jdk/javax/naming/module/src/test/test/StoreFruit.java ! test/jdk/javax/naming/module/src/test/test/StoreObject.java ! test/jdk/javax/naming/module/src/test/test/StorePerson.java ! test/jdk/javax/naming/module/src/test/test/StoreRemote.java Changeset: 01579674 Branch: master Author: Daniel Hu Committer: Sergey Bylokhov Date: 2024-09-30 16:01:52 +0000 URL: https://git.openjdk.org/jdk11u/commit/015796747f05b9c32c2e5a8491d0e149788f9998 8316193: jdk/jfr/event/oldobject/TestListenerLeak.java java.lang.Exception: Could not find leak Backport-of: f6be922952642f40dcf0d27b7896c9a6acdd6378 ! test/jdk/jdk/jfr/event/oldobject/TestListenerLeak.java Changeset: 06d87ca6 Branch: master Author: Antonio Committer: Severin Gehwolf Date: 2024-09-30 16:03:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/06d87ca65927fa241c8e93cd2ebe4d0d52586e32 8299254: Support dealing with standard assert macro Reviewed-by: sgehwolf Backport-of: 89dd23f2fab0d98879e68f817923656e113087e3 ! make/hotspot/lib/JvmFlags.gmk + src/hotspot/share/utilities/vmassert_reinstall.hpp + src/hotspot/share/utilities/vmassert_uninstall.hpp ! test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp ! test/hotspot/gtest/jfr/test_networkUtilization.cpp ! test/hotspot/gtest/unittest.hpp Changeset: 2232d1f7 Branch: master Author: Zdenek Zambersky Committer: Aleksey Shipilev Date: 2024-09-30 16:23:40 +0000 URL: https://git.openjdk.org/jdk11u/commit/2232d1f7b497d782edb6fa5f41ec9fd2a90ca33d 8338402: GHA: some of bundles may not get removed Backport-of: d8e4d3f2d6c187f2487acd390a4e5fa2a99010ea ! .github/workflows/main.yml Changeset: 217b9fdf Branch: master Author: Goetz Lindenmaier Date: 2024-10-01 13:34:57 +0000 URL: https://git.openjdk.org/jdk11u/commit/217b9fdf056f4887230f60fdf60b036861699cd8 8341057: Add 2 SSL.com TLS roots Reviewed-by: mbaesken Backport-of: 824a297aae15ba16cf6d7aded4b95fc9d6bf55e5 + make/data/cacerts/ssltlsrootecc2022 + make/data/cacerts/ssltlsrootrsa2022 ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java ! test/jdk/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 82c330b4 Branch: master Author: Goetz Lindenmaier Date: 2024-10-01 13:37:14 +0000 URL: https://git.openjdk.org/jdk11u/commit/82c330b46498e78c67c1905535106c97536e4914 8341059: Change Entrust TLS distrust date to November 12, 2024 Backport-of: eced83e13090748218ab3dac78f6ff1bddf2b158 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java ! src/java.base/share/classes/sun/security/validator/EntrustTLSPolicy.java ! src/java.base/share/conf/security/java.security ! test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java Changeset: 64367498 Branch: master Author: Goetz Lindenmaier Date: 2024-10-02 08:26:50 +0000 URL: https://git.openjdk.org/jdk11u/commit/6436749891c2b35b9858f59f573d17f6d49bdd8b Merge Changeset: a754a3d8 Branch: master Author: Antonio Vieiro Committer: Paul Hohensee Date: 2024-10-02 19:38:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/a754a3d8972abc67aee768d31a2dc2e8214274cf 8339644: Improve parsing of Day/Month in tzdata rules Backport-of: 5faa0df6fb1b4c5dc7f642d7e062c44a1764029c ! make/jdk/src/classes/build/tools/tzdb/TzdbZoneRulesProvider.java ! test/jdk/sun/util/calendar/zi/Month.java ! test/jdk/sun/util/calendar/zi/RuleDay.java Changeset: 13932713 Branch: master Author: Sergey Bylokhov Date: 2024-10-07 06:13:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/1393271305edc4d7bd1d9a5dcb2c011c93f4fd49 8251188: Update LDAP tests not to use wildcard addresses Reviewed-by: mbalao, andrew Backport-of: a75edc29c6ce41116cc99530aa1710efb62c6d5a ! test/jdk/ProblemList.txt ! test/jdk/com/sun/jndi/ldap/BalancedParentheses.java ! test/jdk/com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java + test/jdk/com/sun/jndi/ldap/DeadSSLSocketFactory.java ! test/jdk/com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java ! test/jdk/com/sun/jndi/ldap/lib/LDAPTestUtils.java Changeset: 240b2962 Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-09-30 17:18:02 +0000 URL: https://git.openjdk.org/jdk11u/commit/240b2962343493f824b5595432ae6cdd959666f0 8307383: Enhance DTLS connections Reviewed-by: mbaesken, andrew Backport-of: 362dbbaa952b3d4a5270c6bfae879a12e9bdf4d1 ! src/java.base/share/classes/sun/security/ssl/ClientHello.java ! src/java.base/share/classes/sun/security/ssl/DTLSInputRecord.java ! src/java.base/share/classes/sun/security/ssl/ServerHandshakeContext.java ! src/java.base/share/classes/sun/security/ssl/TransportContext.java ! test/jdk/javax/net/ssl/DTLS/InvalidRecords.java ! test/jdk/javax/net/ssl/TLSCommon/MFLNTest.java Changeset: 445e79ea Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-09-27 15:25:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/445e79ea99250a77ca38223710ca7e7fef0b6309 8263031: HttpClient throws Exception if it receives a Push Promise that is too large Reviewed-by: mbalao Backport-of: 4d2cd26ab5092ad0a169e4239164a869a4255bd3 ! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java + test/jdk/java/net/httpclient/http2/PushPromiseContinuation.java ! test/jdk/java/net/httpclient/http2/server/Http2TestExchangeImpl.java ! test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java Changeset: fe9c9c70 Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-09-27 16:45:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/fe9c9c707b5555d24cb0ec4b2952aa5b056626b9 8303965: java.net.http.HttpClient should reset the stream if response headers contain malformed header fields Reviewed-by: mbalao Backport-of: 466ffebcae1ee5817a83fdbc33f5ec3bd6de7e60 ! src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java + src/java.net.http/share/classes/jdk/internal/net/http/common/HeaderDecoder.java ! src/java.net.http/share/classes/jdk/internal/net/http/common/Utils.java + src/java.net.http/share/classes/jdk/internal/net/http/common/ValidatingHeadersConsumer.java ! test/jdk/java/net/httpclient/http2/BadHeadersTest.java Changeset: 68c131d5 Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-09-27 21:03:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/68c131d590ef20394d12f0a88a9bf4a1c0bea5ed 8284585: PushPromiseContinuation test fails intermittently in timeout Reviewed-by: mbalao Backport-of: 65da38d844760f7d17a143f8b4d5e25ea0144e27 ! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java ! test/jdk/java/net/httpclient/http2/PushPromiseContinuation.java ! test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java ! test/jdk/java/net/httpclient/http2/server/OutgoingPushPromise.java Changeset: 2d393d8b Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-09-28 17:03:16 +0000 URL: https://git.openjdk.org/jdk11u/commit/2d393d8bb49ada5096799a059651b83de95658eb 8328286: Enhance HTTP client Reviewed-by: mbalao Backport-of: cf8dc79f392c8ec3414d8b36803f026852c4e386 ! src/java.base/share/classes/java/net/doc-files/net-properties.html ! src/java.base/share/classes/sun/net/www/MessageHeader.java ! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java ! src/java.base/share/conf/net.properties ! src/java.net.http/share/classes/jdk/internal/net/http/Exchange.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http1HeaderParser.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http2ClientImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/Http2Connection.java ! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/HttpRequestImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/ResponseBodyHandlers.java ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java ! src/java.net.http/share/classes/jdk/internal/net/http/common/HeaderDecoder.java ! src/java.net.http/share/classes/jdk/internal/net/http/common/Utils.java ! src/java.net.http/share/classes/jdk/internal/net/http/hpack/Decoder.java ! src/java.net.http/share/classes/jdk/internal/net/http/hpack/DecodingCallback.java ! src/java.net.http/share/classes/jdk/internal/net/http/hpack/Encoder.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/Request.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/ServerConfig.java ! test/jdk/java/net/httpclient/HttpServerAdapters.java ! test/jdk/java/net/httpclient/http2/PushPromiseContinuation.java + test/jdk/java/net/httpclient/http2/server/HpackTestEncoder.java ! test/jdk/java/net/httpclient/http2/server/Http2TestExchange.java ! test/jdk/java/net/httpclient/http2/server/Http2TestExchangeImpl.java ! test/jdk/java/net/httpclient/http2/server/Http2TestServerConnection.java Changeset: 6ae4b326 Branch: master Author: Martin Balao Committer: Christoph Langer Date: 2024-08-14 21:12:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/6ae4b326fa910fb6446ff77821389748e0021c8c 8328544: Improve handling of vectorization Reviewed-by: roland, yan Backport-of: b5174c9159fbffdf335ee6835267ba0e674cf432 ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/superword.hpp Changeset: d73c162a Branch: master Author: Martin Balao Committer: Christoph Langer Date: 2024-09-14 00:31:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/d73c162a858890d4f4b8f0881f18f79ab610352c 8335713: Enhance vectorization analysis Reviewed-by: roland Backport-of: 3c05ad2290936ec9abc3f271cb6bf89e18c3eea7 ! src/hotspot/share/opto/superword.cpp ! src/hotspot/share/opto/superword.hpp Changeset: 51657d99 Branch: master Author: Alexey Bakhtin Committer: Christoph Langer Date: 2024-05-10 14:23:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/51657d990a40aed8f197bad24160765dde0a1f82 8328726: Better Kerberos support Reviewed-by: mbalao Backport-of: 7325899a11f17bf4516d39495a12796385e459ed ! src/java.security.jgss/share/classes/javax/security/auth/kerberos/EncryptionKey.java ! src/java.security.jgss/share/classes/javax/security/auth/kerberos/KerberosCredMessage.java ! src/java.security.jgss/share/classes/javax/security/auth/kerberos/KerberosKey.java ! src/java.security.jgss/share/classes/javax/security/auth/kerberos/KeyImpl.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Util.java ! src/java.security.jgss/share/classes/sun/security/krb5/EncryptionKey.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/Krb5.java ! src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Kinit.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/CK_PBE_PARAMS.java ! src/jdk.security.auth/share/classes/com/sun/security/auth/module/Krb5LoginModule.java Changeset: 56ded02f Branch: master Author: Alexei Voitylov Committer: Christoph Langer Date: 2024-08-13 10:30:49 +0000 URL: https://git.openjdk.org/jdk11u/commit/56ded02fd8bcc61399b3ca5091d6e597759fb30e 8331446: Improve deserialization support Reviewed-by: yan, mbalao, andrew Backport-of: 8e4a392832f83e16d521024505b52c96d0a993f2 ! src/java.base/share/classes/java/text/MessageFormat.java + test/jdk/java/text/Format/MessageFormat/MaxArgumentIndexTest.java + test/jdk/java/text/Format/MessageFormat/SerializationTest.java Changeset: bd85b872 Branch: master Author: Sergey Bylokhov Committer: Christoph Langer Date: 2018-10-09 11:44:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/bd85b8729d9c7ffb31c57f328f35f4391b7d72fe 8211920: Close server socket and cleanups in test/jdk/javax/naming/module/RunBasic.java Reviewed-by: yan, andrew Backport-of: e61252dc278fd44345c5377811552ed6760ffcf0 ! test/jdk/javax/naming/module/RunBasic.java ! test/jdk/javax/naming/module/src/test/test/ConnectWithAuthzId.java ! test/jdk/javax/naming/module/src/test/test/ConnectWithFoo.java ! test/jdk/javax/naming/module/src/test/test/ReadByUrl.java ! test/jdk/javax/naming/module/src/test/test/StoreFruit.java ! test/jdk/javax/naming/module/src/test/test/StoreObject.java ! test/jdk/javax/naming/module/src/test/test/StorePerson.java ! test/jdk/javax/naming/module/src/test/test/StoreRemote.java Changeset: eb960ff6 Branch: master Author: Sergey Bylokhov Committer: Christoph Langer Date: 2020-09-25 12:46:08 +0000 URL: https://git.openjdk.org/jdk11u/commit/eb960ff6d44af11a38f88a20db68218343725c7b 8251188: Update LDAP tests not to use wildcard addresses Reviewed-by: mbalao, andrew Backport-of: a75edc29c6ce41116cc99530aa1710efb62c6d5a ! test/jdk/ProblemList.txt ! test/jdk/com/sun/jndi/ldap/BalancedParentheses.java ! test/jdk/com/sun/jndi/ldap/DeadSSLLdapTimeoutTest.java + test/jdk/com/sun/jndi/ldap/DeadSSLSocketFactory.java ! test/jdk/com/sun/jndi/ldap/blits/AddTests/AddNewEntry.java ! test/jdk/com/sun/jndi/ldap/lib/LDAPTestUtils.java Changeset: 34a77a47 Branch: master Author: Sergey Bylokhov Committer: Christoph Langer Date: 2022-09-16 10:04:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/34a77a471b260f3b6f65c6cc61609d51eeade193 8290367: Update default value and extend the scope of com.sun.jndi.ldap.object.trustSerialData system property 8332643: Better Location requests Reviewed-by: yan, andrew Backport-of: 7765942aeee25cbeb5fd932a93b3d8f9d4ca3655 ! src/java.naming/share/classes/com/sun/jndi/ldap/Obj.java ! src/java.naming/share/classes/com/sun/jndi/ldap/VersionHelper.java + test/jdk/com/sun/jndi/ldap/objects/RemoteLocationAttributeTest.java + test/jdk/com/sun/jndi/ldap/objects/RemoteLocationAttributeTest.ldap ! test/jdk/javax/naming/module/RunBasic.java ! test/jdk/javax/naming/module/src/test/test/ConnectWithAuthzId.java ! test/jdk/javax/naming/module/src/test/test/ConnectWithFoo.java ! test/jdk/javax/naming/module/src/test/test/ReadByUrl.java ! test/jdk/javax/naming/module/src/test/test/StoreFruit.java ! test/jdk/javax/naming/module/src/test/test/StoreObject.java ! test/jdk/javax/naming/module/src/test/test/StorePerson.java ! test/jdk/javax/naming/module/src/test/test/StoreRemote.java Changeset: 86d5188b Branch: master Author: Francisco Ferrari Bihurriet Committer: Christoph Langer Date: 2024-09-17 18:45:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/86d5188b8939c05abc2340c4c389c5fca640c485 8332644: Improve graph optimizations Reviewed-by: mbalao, andrew Backport-of: 7c16d649a8118d2e7ee77cedba87e620c83294b4 ! src/hotspot/share/opto/loopnode.cpp Changeset: cee8535a Branch: master Author: Andrew John Hughes Committer: Christoph Langer Date: 2024-10-07 20:28:48 +0000 URL: https://git.openjdk.org/jdk11u/commit/cee8535a9d3de8558b4b5028d68e397e508bef71 8341675: [11u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.25 Reviewed-by: clanger ! make/autoconf/version-numbers Changeset: 8ba03417 Branch: master Author: Goetz Lindenmaier Date: 2024-10-16 11:34:10 +0000 URL: https://git.openjdk.org/jdk11u/commit/8ba0341757545856666fbfcd3e7f9d715f5c0f86 Merge ! test/jdk/javax/naming/module/RunBasic.java ! test/jdk/javax/naming/module/RunBasic.java Changeset: 9bf55020 Branch: master Author: SendaoYan Committer: Severin Gehwolf Date: 2024-10-30 17:37:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/9bf55020f074e77df170d7f5bbf807db3a183232 8342426: [11u] javax/naming/module/RunBasic.java javac compile fails Reviewed-by: andrew ! test/jdk/javax/naming/module/RunBasic.java Changeset: 98161b7a Branch: master Author: SendaoYan Committer: Paul Hohensee Date: 2024-11-04 23:32:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/98161b7a9b1ff4a9f3b6c41efd15c31a8f959c68 8334332: TestIOException.java fails if run by root Reviewed-by: phh Backport-of: 472b935b442f7f925b665c7de91eda77f3dcbe8b ! test/langtools/TEST.ROOT ! test/langtools/jdk/javadoc/doclet/testIOException/TestIOException.java Changeset: 96805ae9 Branch: master Author: SendaoYan Date: 2024-11-08 15:25:04 +0000 URL: https://git.openjdk.org/jdk11u/commit/96805ae97b5153b48d5fa5d1dac99a3763f9cde9 8224624: Inefficiencies in CodeStrings::add_comment cause timeouts Changing CodeStrings to a doubly-linked-list and searching for the comment with the right offset in reverse. Backport-of: 7cff981f5a3aa192e57545c7df069fb48ba69edf ! src/hotspot/share/asm/codeBuffer.cpp ! src/hotspot/share/asm/codeBuffer.hpp Changeset: 827528c3 Branch: master Author: Dan Lutker Committer: Victor Rudometov Date: 2024-11-08 18:23:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/827528c3228705496813887f92f964310b010464 8339470: [17u] More defensive fix for 8163921 Backport-of: 6261dd7e3827ecd65c61a3d71f4234c88f08fccd ! src/java.base/share/classes/sun/net/www/protocol/http/HttpURLConnection.java ! test/jdk/sun/net/www/B8185898.java Changeset: add90003 Branch: master Author: Amos Shi Date: 2024-11-11 05:55:16 +0000 URL: https://git.openjdk.org/jdk11u/commit/add90003d601eec60cf9166f6013f0e86382729d 8232367: Update Reactive Streams to 1.0.3 -- tests only Backport-of: 9f6af13f9d9d9b1f7a2b6eaac96240a51cadfd72 ! test/jdk/java/net/httpclient/reactivestreams-tck/org/reactivestreams/tck/SubscriberWhiteboxVerification.java Changeset: 04e6f37d Branch: master Author: Amos Shi Date: 2024-11-11 05:56:53 +0000 URL: https://git.openjdk.org/jdk11u/commit/04e6f37d2c3b0983db92184f49391b4453b459df 8247706: Unintentional use of new Date(year...) with absolute year Backport-of: 175b597ad2fbbcceac2946ca26b27d069a6003fd ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java ! test/jdk/java/time/tck/java/time/format/TCKLocalizedPrinterParser.java ! test/jdk/java/util/Calendar/FieldStateTest.java Changeset: 249144c0 Branch: master Author: Amos Shi Date: 2024-11-11 05:57:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/249144c02be9d0e51bef1b3a88bd8eeadb5a8d2f 8225045: javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java fails on linux-x64 Backport-of: a483869a6a98ccf296763732a32894f6a39fff40 ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/JInternalFrame/8146321/JInternalFrameIconTest.java Changeset: cf53387d Branch: master Author: Ji?? Van?k Committer: Severin Gehwolf Date: 2024-11-11 13:53:37 +0000 URL: https://git.openjdk.org/jdk11u/commit/cf53387daf0d99e2d426e5e9a35e8d79b9701485 8342629: [11u] Properly message out that shenandoah is disabled Reviewed-by: andrew ! make/autoconf/hotspot.m4 Changeset: 513a67a6 Branch: master Author: Daniel Hu Committer: Paul Hohensee Date: 2024-11-12 21:57:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/513a67a65f2d1198c6b6f84c2e21e60e02566690 8303920: Avoid calling out to python in DataDescriptorSignatureMissing test Reviewed-by: andrew Backport-of: 79349b8bb30e3a358a1fec2382d44aabcf15239b ! test/jdk/java/util/zip/DataDescriptorSignatureMissing.java Changeset: c99638d3 Branch: master Author: Andrew John Hughes Date: 2024-11-13 00:57:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/c99638d35c8aea16eae244d26bc4ab8dcb080788 8335801: [11u] Backport of 8210988 to 11u removes gcc warnings Reviewed-by: phh ! make/autoconf/flags-cflags.m4 Changeset: 2155f8d2 Branch: master Author: Antonio Vieiro Committer: Andrew John Hughes Date: 2024-11-27 14:54:06 +0000 URL: https://git.openjdk.org/jdk11u/commit/2155f8d22a5e34d9b9386485b2a6a1c2bdf8b52c 8339803: Acknowledge case insensitive unambiguous keywords in tzdata files Reviewed-by: andrew Backport-of: 0d7b2729e4f4c0fec2dcfea65a0834732a408ee4 ! make/jdk/src/classes/build/tools/tzdb/TzdbZoneRulesProvider.java ! test/jdk/sun/util/calendar/zi/RuleRec.java ! test/jdk/sun/util/calendar/zi/Zoneinfo.java Changeset: 874b25e6 Branch: master Author: RadekCap Committer: Andrew John Hughes Date: 2024-11-27 22:22:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/874b25e64174ba64efec9b61229f3f610133270a 8339637: (tz) Update Timezone Data to 2024b Reviewed-by: andrew Backport-of: fbc040cf8a17fc8de15b8771765441b86a8169ae ! make/data/tzdata/VERSION ! make/data/tzdata/africa ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/backward ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! make/data/tzdata/zone.tab ! test/jdk/java/util/TimeZone/TimeZoneData/VERSION ! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt ! test/jdk/sun/util/calendar/zi/TestZoneInfo310.java + test/jdk/sun/util/calendar/zi/tzdata_jdk/tz2024b_overridden_zones Changeset: 1c80800a Branch: master Author: Antonio Vieiro Committer: Andrew John Hughes Date: 2024-11-29 11:48:25 +0000 URL: https://git.openjdk.org/jdk11u/commit/1c80800a26fee6b1760b63bcfae672e232c639f7 8340552: Harden TzdbZoneRulesCompiler against missing zone names Reviewed-by: andrew Backport-of: d70ea492436514ac79fd723578e5e5bae5c18866 ! make/jdk/src/classes/build/tools/tzdb/TzdbZoneRulesCompiler.java Changeset: 50da3f66 Branch: master Author: Kerem Kat Committer: Aleksey Shipilev Date: 2024-12-04 10:32:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/50da3f663a52255bc17b72ab78709b34d635dd7a 8268364: jmethod clearing should be done during unloading Reviewed-by: coleenp Backport-of: 3d84398d128bb2eed6280ebbc3f57afb3b89908f ! src/hotspot/share/classfile/classLoaderData.cpp ! src/hotspot/share/oops/method.cpp Changeset: 3b7bcdbd Branch: master Author: Andrew John Hughes Date: 2024-12-06 14:45:24 +0000 URL: https://git.openjdk.org/jdk11u/commit/3b7bcdbd10665bbdc5015889d6c57345d69a4b6f 8345509: Bump update version of OpenJDK: 11.0.27 Reviewed-by: sgehwolf ! .jcheck/conf ! make/autoconf/version-numbers Changeset: bf34fd4d Branch: master Author: Alexey Bakhtin Date: 2024-12-06 17:32:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/bf34fd4d415acf418da1667210c5175312fab224 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files Reviewed-by: mbaesken, mbalao, andrew Backport-of: 158b93d19a518d2b9d3d185e2d4c4dbff9c82aab ! src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java ! src/jdk.jartool/share/classes/sun/tools/jar/Main.java ! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties + test/jdk/tools/jar/ExtractFilesTest.java + test/jdk/tools/jar/MultipleManifestTest.java Changeset: a47c72fa Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2024-12-13 13:01:35 +0000 URL: https://git.openjdk.org/jdk11u/commit/a47c72fad455bfdf9053cb8e94c99e73965ab50d 8343474: [updates] Customize README.md to specifics of update project Reviewed-by: sgehwolf Backport-of: ac1f86887384f0e3cf9becdeb9ee1e54fd4e60cb ! README.md Changeset: be6956b1 Branch: master Author: Liam Miller-Cushon Committer: Andrew John Hughes Date: 2025-01-11 22:18:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/be6956b15653f0d870efae89fc1b5df657cca45f 8273914: Indy string concat changes order of operations Reviewed-by: andrew Backport-of: cfee4512f7048e9cf440078e9eb87d37c7ebcdd9 ! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/StringConcat.java ! test/hotspot/jtreg/runtime/modules/AccessCheck/MethodAccessReadTwice.java + test/hotspot/jtreg/runtime/modules/AccessCheck/p5/c5.jasm + test/hotspot/jtreg/runtime/modules/AccessCheck/p7/c7.jasm + test/langtools/tools/javac/StringConcat/StringAppendEvaluatesInOrder.java + test/langtools/tools/javac/StringConcat/WellKnownTypeSignatures.java + test/langtools/tools/javac/StringConcat/WellKnownTypes.java ! test/langtools/tools/javac/StringConcat/access/Test.java Changeset: 86a1b523 Branch: master Author: Radek Cap Committer: Paul Hohensee Date: 2025-01-21 16:37:23 +0000 URL: https://git.openjdk.org/jdk11u/commit/86a1b523c58464278aa822342022bdfe5b62f2a2 8336012: Fix usages of jtreg-reserved properties Backport-of: 98526a632076775d0d7dba28a1e083ef348bc82a ! test/jdk/java/lang/invoke/PrivateInvokeTest.java Changeset: 7cee7d03 Branch: master Author: Martin Balao Committer: Andrew Hughes Date: 2024-12-04 16:32:00 +0000 URL: https://git.openjdk.org/jdk11u/commit/7cee7d037e664fcf84f58d1ae22f96520ef62cff 8330045: Enhance array handling Reviewed-by: andrew Backport-of: 727c2612766dd1737bf59fb0d9ba1e58a7b8c32b ! src/hotspot/share/opto/subnode.cpp Changeset: 8b258638 Branch: master Author: Yuri Nesterenko Committer: Andrew Hughes Date: 2024-08-06 11:28:52 +0000 URL: https://git.openjdk.org/jdk11u/commit/8b258638e7e28c3174dc5ccc94d344c3c0f10240 8335428: Enhanced Building of Processes Reviewed-by: mbalao, andrew Backport-of: 978dfdf9aa95da4196055cc288c5993d4dc6ef85 ! src/java.base/windows/classes/java/lang/ProcessImpl.java Changeset: 62858d88 Branch: master Author: Aleksei Voitylov Committer: Andrew Hughes Date: 2024-08-07 04:38:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/62858d88f5e0e38ba219193241b63ba53c582aeb 8336564: Enhance mask blit functionality redux Reviewed-by: yan, mbalao, andrew Backport-of: 6e7f9a23a4daf461acbc4c5a5110e19b34ced22c ! src/java.desktop/share/native/libawt/java2d/SurfaceData.h Changeset: f53cbeaa Branch: master Author: Alexey Bakhtin Committer: Andrew Hughes Date: 2024-12-06 17:32:51 +0000 URL: https://git.openjdk.org/jdk11u/commit/f53cbeaa1459ee4a9a96b11500895a9d99c8e366 8335912: Add an operation mode to the jar command when extracting to not overwriting existing files Reviewed-by: mbaesken, mbalao, andrew Backport-of: 158b93d19a518d2b9d3d185e2d4c4dbff9c82aab ! src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java ! src/jdk.jartool/share/classes/sun/tools/jar/Main.java ! src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties + test/jdk/tools/jar/ExtractFilesTest.java + test/jdk/tools/jar/MultipleManifestTest.java Changeset: e8db40e4 Branch: master Author: Martin Balao Committer: Andrew Hughes Date: 2024-09-25 09:15:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/e8db40e49029ef834a9562cd02b1672da9638feb 8339180: Enhanced Building of Processes: Follow-on Issue Reviewed-by: yan, andrew Backport-of: a71624a69ec5cc8600f2a3a53c23c75b43068830 ! src/java.base/windows/classes/java/lang/ProcessImpl.java Changeset: 4adb4598 Branch: master Author: Andrew John Hughes Committer: Andrew Hughes Date: 2025-01-11 17:30:40 +0000 URL: https://git.openjdk.org/jdk11u/commit/4adb4598c3c6c51a716889ebb3a1c97669a725ef 8347483: [11u] Remove designator DEFAULT_PROMOTED_VERSION_PRE=ea for release 11.0.26 Reviewed-by: sgehwolf ! make/autoconf/version-numbers Changeset: a2983ce7 Branch: master Author: Andrew John Hughes Date: 2025-01-22 18:35:47 +0000 URL: https://git.openjdk.org/jdk11u/commit/a2983ce702557505cab1cf47a853a240f49e0402 Merge Changeset: 8db58a00 Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-01-28 12:50:58 +0000 URL: https://git.openjdk.org/jdk11u/commit/8db58a006fbcdd2ff5005f218abb136608616bfd 8343599: Kmem limit and max values swapped when printing container information Backport-of: 6cdebf0e4ce274fcaaff0bad292d467e31d698d8 ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp Changeset: ecff933d Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-01-28 19:00:13 +0000 URL: https://git.openjdk.org/jdk11u/commit/ecff933d69566da3b36e08c746e6f8b89a3b6ac8 8344589: Update IANA Language Subtag Registry to Version 2024-11-19 Reviewed-by: andrew Backport-of: 9267dfa63b1d6b3f339782d2b720055a3da8ae6a ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: c67732a5 Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-01-29 09:44:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/c67732a5cd062e53add99cbe89cfac346d3bdbec 8340387: Update OS detection code to recognize Windows Server 2025 Reviewed-by: stuefe, andrew Backport-of: d2b244d8de68caf911d0639abba802ead2620b2d ! src/hotspot/os/windows/os_windows.cpp ! src/java.base/windows/native/libjava/java_props_md.c Changeset: 46ef0f6d Branch: master Author: RadekCap Committer: Severin Gehwolf Date: 2025-01-29 10:35:42 +0000 URL: https://git.openjdk.org/jdk11u/commit/46ef0f6d7d2ef33366082dbae0ec69cf6caa3540 8331863: DUIterator_Fast used before it is constructed Reviewed-by: stuefe Backport-of: 20927ac8405b4adca463e4c691ea573abdac1c4f ! src/hotspot/share/opto/node.hpp Changeset: 6a9eb07c Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-01-29 10:41:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/6a9eb07c209f4f37c6e7b9538a6dad6343f7714f 8343786: [11u] GHA: Bump macOS and Xcode versions to macos-13 and XCode 14.3.1 Reviewed-by: andrew ! .github/workflows/build-macos.yml ! .github/workflows/main.yml ! .github/workflows/test.yml Changeset: 33d19c4b Branch: master Author: Steven Loomis Date: 2025-01-30 15:31:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/33d19c4b29fa43ab7bf7feca5f35ee5ddaf5b987 8195675: Call to insertText with single character from custom Input Method ignored Backport-of: b8f2ec9091f9f7e5f4611991d04dd8aa113b94fd ! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTView.m From goetz at openjdk.org Wed Feb 5 08:47:38 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:47:38 GMT Subject: git: openjdk/jdk21u-dev: master: 8320691: Timeout handler on Windows takes 2 hours to complete Message-ID: <52e098c5-5f33-4c85-903c-2d50739e6e3a@openjdk.org> Changeset: 69e8c201 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:46:44 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/69e8c2016d94342a29a8bd42e702a3fa08636b8a 8320691: Timeout handler on Windows takes 2 hours to complete Backport-of: 4d50df63b6ea76fd6a6c387593c3d6bc9429007b ! test/failure_handler/src/share/conf/windows.properties From goetz at openjdk.org Wed Feb 5 08:49:33 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:49:33 GMT Subject: git: openjdk/jdk21u-dev: master: 8325042: Remove unused JVMDITools test files Message-ID: <2fd053de-5275-4c31-9253-cd56a11f3b28@openjdk.org> Changeset: ba27543d Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:48:43 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/ba27543d1ec75757e7ab247e23d9f826ac48ab5b 8325042: Remove unused JVMDITools test files Backport-of: 0cc8e5beed664a21c2668be86a9d3c5a1b165743 - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.cpp - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.h ! test/hotspot/jtreg/vmTestbase/nsk/share/README From goetz at openjdk.org Wed Feb 5 08:51:31 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:51:31 GMT Subject: git: openjdk/jdk21u-dev: master: 8329692: Add more details to FrameStateTest.java test instructions Message-ID: <7fda66cc-519f-44f8-8ae9-61f37c019012@openjdk.org> Changeset: 7b7aa75f Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:49:39 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/7b7aa75ff584fa6b880680c24579f74966276b45 8329692: Add more details to FrameStateTest.java test instructions Backport-of: 6f98d8f58f98827ae454c7ce4839de4071d95767 ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java From goetz at openjdk.org Wed Feb 5 08:53:34 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:53:34 GMT Subject: git: openjdk/jdk21u-dev: master: 8330647: Two CDS tests fail with -UseCompressedOops and UseSerialGC/UseParallelGC Message-ID: <24d5a95c-9fdc-48fb-aa52-a1d9dd5be22e@openjdk.org> Changeset: 42f0ebc0 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:51:57 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/42f0ebc0b3f97898cc3b2a9a20ec7822afeedf2c 8330647: Two CDS tests fail with -UseCompressedOops and UseSerialGC/UseParallelGC Backport-of: c2cca2ab443ff87f689810b747985adfdbfbe54a ! test/jtreg-ext/requires/VMProps.java From goetz at openjdk.org Wed Feb 5 08:54:17 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:54:17 GMT Subject: git: openjdk/jdk17u-dev: 8295176: some langtools test pollutes source tree Message-ID: <4ee515a8-e1f1-42ab-bd26-13cf995af6e4@openjdk.org> Changeset: 9f9655f5 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:52:42 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9f9655f518a55536274da69408ee134d4359e2e3 8295176: some langtools test pollutes source tree Reviewed-by: rschmelter Backport-of: 71aa8210910dbafe30eccc772eaa7747f46be0cd ! test/langtools/tools/javac/options/release/ReleaseOption.java + test/langtools/tools/javac/options/release/ReleaseOption.out ! test/langtools/tools/javac/options/release/ReleaseOptionThroughAPI.java From goetz at openjdk.org Wed Feb 5 08:57:31 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:57:31 GMT Subject: git: openjdk/jdk21u-dev: master: 8332917: failure_handler should execute gdb "info threads" command on linux Message-ID: <43255072-3016-40e4-be5f-fab95e2cf725@openjdk.org> Changeset: 12070ca9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:56:52 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/12070ca98839022fc13c0862db18f37b829f15ee 8332917: failure_handler should execute gdb "info threads" command on linux Backport-of: ec88c6a872a97cee1cde8844f5ee6834023a10c6 ! test/failure_handler/src/share/conf/linux.properties From goetz at openjdk.org Wed Feb 5 08:58:19 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:58:19 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: Changeset: 56830215 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:56:40 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/56830215a89e12a908f9b9b7d68a6d99d60153e9 8320691: Timeout handler on Windows takes 2 hours to complete Backport-of: 4d50df63b6ea76fd6a6c387593c3d6bc9429007b ! test/failure_handler/src/share/conf/windows.properties Changeset: 0ef3fd03 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:57:48 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/0ef3fd036baf581d3ed8a6ad6d28533c9f792c9e 8325042: Remove unused JVMDITools test files Backport-of: 0cc8e5beed664a21c2668be86a9d3c5a1b165743 - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.cpp - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.h ! test/hotspot/jtreg/vmTestbase/nsk/share/README From goetz at openjdk.org Wed Feb 5 08:59:56 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 08:59:56 GMT Subject: git: openjdk/jdk21u-dev: master: 8340078: Open source several 2D tests Message-ID: Changeset: 9a2988c2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:58:01 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/9a2988c25e921b2ccf90fd0b42ee0eed30ea2838 8340078: Open source several 2D tests Backport-of: 88a1c0550e435888c571d32c577fd697652e5620 + test/jdk/sun/java2d/GdiRendering/GdiBlitOffscreenTest.java + test/jdk/sun/java2d/GdiRendering/GdiLockTest.java + test/jdk/sun/java2d/SunGraphics2D/DrawRoundRect0Bug.java + test/jdk/sun/java2d/SunGraphics2D/RevalidateBug.java + test/jdk/sun/java2d/SunGraphics2D/ScaledPolyTest.java From goetz at openjdk.org Wed Feb 5 09:02:12 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 09:02:12 GMT Subject: git: openjdk/jdk17u-dev: 8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm Message-ID: <48a16590-6914-442f-ae1b-c8e972714003@openjdk.org> Changeset: 2fb96bfb Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:58:58 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/2fb96bfbf1bd806d0cc3dba1307489492120616a 8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm Backport-of: ce188fdacab9fd1cb841d0ccd5c385f47b348791 ! test/hotspot/gtest/compiler/test_directivesParser.cpp From goetz at openjdk.org Wed Feb 5 09:02:58 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 09:02:58 GMT Subject: git: openjdk/jdk21u-dev: master: 3 new changesets Message-ID: Changeset: d0fbffd9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:59:26 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/d0fbffd96d47cbd7d1f967b2fc0405366ad4398e 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog Backport-of: fe98f86b5792cbb17d47871452d27ab87d72b342 + test/jdk/javax/swing/JFileChooser/bug4587721.java Changeset: 80253a3d Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:00:39 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/80253a3d27a5e9e8cfb9e5f2c0106205ae46d9eb 8343491: javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table Backport-of: 4f5a241ec11981bcb5f8ab0936b0e821ec5a03ce ! test/jdk/javax/management/remote/mandatory/connection/DeadLockTest.java Changeset: caa7cc2f Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:01:51 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/caa7cc2f58feef5f32c375d9b10e9b22280fd709 8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix Backport-of: 8858de393a5cb4f9f1150a6cdf388266362a9559 ! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java From goetz at openjdk.org Wed Feb 5 09:04:37 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 09:04:37 GMT Subject: git: openjdk/jdk17u-dev: 3 new changesets Message-ID: <1801f581-49dd-48e8-8bec-f915bd3b35b8@openjdk.org> Changeset: 3c6af866 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:01:36 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/3c6af8669b1c54846e723888b54188dcf329c3c4 8329692: Add more details to FrameStateTest.java test instructions Backport-of: 6f98d8f58f98827ae454c7ce4839de4071d95767 ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: 2ebb6f56 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:02:53 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/2ebb6f567e9a4dbbaeff4c353b52be2a8a33d21d 8332917: failure_handler should execute gdb "info threads" command on linux Backport-of: ec88c6a872a97cee1cde8844f5ee6834023a10c6 ! test/failure_handler/src/share/conf/linux.properties Changeset: f0527c12 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:04:07 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/f0527c12b395751727e97fd38442bf4b9e2bc3ea 8340078: Open source several 2D tests Backport-of: 88a1c0550e435888c571d32c577fd697652e5620 + test/jdk/sun/java2d/GdiRendering/GdiBlitOffscreenTest.java + test/jdk/sun/java2d/GdiRendering/GdiLockTest.java + test/jdk/sun/java2d/SunGraphics2D/DrawRoundRect0Bug.java + test/jdk/sun/java2d/SunGraphics2D/RevalidateBug.java + test/jdk/sun/java2d/SunGraphics2D/ScaledPolyTest.java From goetz at openjdk.org Wed Feb 5 09:05:16 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 09:05:16 GMT Subject: git: openjdk/jdk21u-dev: master: 8347911: Limit the length of inflated text chunks Message-ID: Changeset: 981ec169 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:03:16 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/981ec16962d6e747fc8fe1d1be0f97c8ebd4ccf5 8347911: Limit the length of inflated text chunks Reviewed-by: andrew Backport-of: 398a580518b4e7961bdddf733e0a89ff25bc437a ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java From goetz at openjdk.org Wed Feb 5 09:06:45 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 09:06:45 GMT Subject: git: openjdk/jdk17u-dev: 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog Message-ID: <11b6c8c6-542b-4aaf-8454-afb3e9bb8b2f@openjdk.org> Changeset: 373b67c8 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:05:22 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/373b67c82e56753b9375a1538d10f1b233edbf9f 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog Backport-of: fe98f86b5792cbb17d47871452d27ab87d72b342 + test/jdk/javax/swing/JFileChooser/bug4587721.java From goetz at openjdk.org Wed Feb 5 09:08:39 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Feb 2025 09:08:39 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: <127149c3-67c9-4f16-b57e-c10db1ac4280@openjdk.org> Changeset: 52a25fd7 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:06:37 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/52a25fd7a56bce81c8c1e88d156905428f34267c 8343491: javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table Backport-of: 4f5a241ec11981bcb5f8ab0936b0e821ec5a03ce ! test/jdk/javax/management/remote/mandatory/connection/DeadLockTest.java Changeset: bd41268a Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:07:46 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/bd41268a9a56be7039805ddacd20f1a8b33baec8 8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix Backport-of: 8858de393a5cb4f9f1150a6cdf388266362a9559 ! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java From jkern at openjdk.org Wed Feb 5 09:51:19 2025 From: jkern at openjdk.org (Joachim Kern) Date: Wed, 5 Feb 2025 09:51:19 GMT Subject: git: openjdk/jdk21u-dev: master: 8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages Message-ID: <4f0f87e6-4cc3-490c-8a19-337f8e8629c4@openjdk.org> Changeset: 29a5de08 Branch: master Author: Joachim Kern Date: 2025-02-05 09:50:20 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/29a5de085a4eb746dcad637ced4cb719a59c3013 8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages Reviewed-by: mdoerr, stuefe Backport-of: ced99066354fc6a32c587b9e3c35b07e26d3452e ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/os_aix.hpp ! src/hotspot/share/memory/virtualspace.cpp From serb at openjdk.org Wed Feb 5 10:02:54 2025 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 5 Feb 2025 10:02:54 GMT Subject: git: openjdk/jdk21u: master: 167 new changesets Message-ID: Changeset: 17ba5136 Branch: master Author: Goetz Lindenmaier Date: 2024-12-04 07:36:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/17ba5136ceb50edea3d3e405f7b18be61df60f9b 8345370: Bump update version for OpenJDK: jdk-21.0.7 Reviewed-by: mdoerr, sgehwolf ! .jcheck/conf ! make/conf/version-numbers.conf Changeset: f7ba9cc7 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-04 14:23:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/f7ba9cc7d6df770de32c55d3bbeb639e69782968 8327390: JitTester: Implement temporary folder functionality Backport-of: 5aae80304c0b1b49341777b9da103638183877d5 ! test/hotspot/jtreg/testlibrary/jittester/Makefile ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java + test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TempDir.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java Changeset: 64f02636 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-04 14:25:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/64f02636f84f3f0217c8e690708d0defcbcf7091 8331993: Add counting leading/trailing zero tests for Integer Backport-of: 675fbe699ed1aad37f34429cbe1f4f3e029be03f ! test/hotspot/jtreg/compiler/c2/irTests/TestDisableAutoVectOpcodes.java ! test/hotspot/jtreg/compiler/lib/ir_framework/IRNode.java ! test/hotspot/jtreg/compiler/vectorization/TestNumberOfContinuousZeros.java Changeset: 2909f65d Branch: master Author: Sonia Zaldana Calles Date: 2024-12-04 14:26:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/2909f65dd12d1bd8ca24a2e5ae530bd3bba99c4b 8336012: Fix usages of jtreg-reserved properties Backport-of: e6c5aa7a6cb54c647d261facdcffa6a410849627 ! test/jdk/java/lang/invoke/PrivateInvokeTest.java Changeset: eb295799 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-04 14:27:09 +0000 URL: https://git.openjdk.org/jdk21u/commit/eb29579949f64a5f789939b482ecf3e9272fbf8c 8334490: Normalize string with locale invariant `toLowerCase()` Backport-of: 265a0f5547d0ddb220391aef679c122768f02a00 ! test/lib/jdk/test/lib/Platform.java Changeset: c2c40df1 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-04 14:30:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/c2c40df1156b860694d532996228144963bad069 8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java Backport-of: f927c1210ee0675bb1196572177ffb505826d57a ! test/jdk/java/util/zip/Available.java Changeset: 1f6b4011 Branch: master Author: Roland Westrelin Date: 2024-12-04 15:03:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/1f6b4011cf163fdcffb3a40995765e6bbc099e46 8340824: C2: Memory for TypeInterfaces not reclaimed by hashcons() Backport-of: 90c944fefe4a7827c08a8e6a81f137c3157a749b ! src/hotspot/share/opto/type.cpp ! src/hotspot/share/opto/type.hpp Changeset: 71bf10ed Branch: master Author: Richard Reingruber Date: 2024-12-04 16:24:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/71bf10ed8c012d9b202ef82bdd0bc0af585125e9 8341862: PPC64: C1 unwind_handler fails to unlock synchronized methods with LM_MONITOR Backport-of: ed6809666b12b0de66f68d5e7e389dde1708aaf3 ! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp ! src/hotspot/cpu/ppc/c1_MacroAssembler_ppc.cpp Changeset: da281fa9 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:33:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/da281fa9fba5d4dce98bbe16892ff820888f54d5 8327857: Remove applet usage from JColorChooser tests Test4222508 Backport-of: 7c6fd337d00d4bdeaac724a6ea26fac3654846e0 - test/jdk/javax/swing/JColorChooser/Test4222508.html ! test/jdk/javax/swing/JColorChooser/Test4222508.java Changeset: a3788f24 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:34:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/a3788f2432c538f312edc9e56643bd3209db43ff 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ Backport-of: 3733fe3a207078b585421cd2a098e808fafaa817 ! test/jdk/java/awt/print/PrinterJob/XparColor.java Changeset: 739b5fb8 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:35:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/739b5fb886ef828949b401810caabff6b7a8f827 8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep Reviewed-by: lucy Backport-of: ed6499446dadc339599271a282ceca4a52dbeed4 ! test/jdk/com/sun/jdi/InterruptHangTest.java Changeset: f554fcff Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:37:57 +0000 URL: https://git.openjdk.org/jdk21u/commit/f554fcff70bd6a07ffff890871e92f0e8a8bf8cc 8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F Backport-of: b8e8e965e541881605f9dbcd4d9871d4952b9232 ! test/jdk/javax/swing/JFileChooser/8080628/bug8080628.java Changeset: e2daa351 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:39:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/e2daa351d3688dc7f3dd86f982a746d8d1a89e44 8337951: Test sun/security/validator/samedn.sh CertificateNotYetValidException: NotBefore validation Backport-of: a505a1dda3bc6975bb11f390543b38618ddf2626 ! test/jdk/sun/security/validator/samedn.sh Changeset: d0f15d53 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:40:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/d0f15d53c89e048094415c0ed5c2f5192a14c735 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java Backport-of: 1447967f53fe27f67e4bb766464f941e39506d41 ! test/jdk/javax/net/ssl/DTLS/TEST.properties Changeset: 532c49aa Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:41:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/532c49aa8406b513b7f1d9a25249dbd877dc394b 8324672: Update jdk/java/time/tck/java/time/TCKInstant.java now() to be more robust Backport-of: e94e3bba3932f3d92c0a135d333d1ccd6e72b964 ! test/jdk/java/time/tck/java/time/TCKInstant.java Changeset: a0ed69d5 Branch: master Author: Richard Reingruber Date: 2024-12-09 07:38:11 +0000 URL: https://git.openjdk.org/jdk21u/commit/a0ed69d5a380c41546d6e0c9dbaa235adfe7f237 8341715: PPC64: ObjectMonitor::_owner should be reset unconditionally in nmethod unlocking Reviewed-by: mdoerr Backport-of: f9208fadde8141e18a025ddb6ce28423861ba391 ! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp Changeset: 7511a0be Branch: master Author: SendaoYan Date: 2024-12-10 08:16:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/7511a0be92b720eaea7b3dc3c2121f9a670c408d 8340969: jdk/jfr/startupargs/TestStartDuration.java should be marked as flagless Backport-of: 470701f0bb269834cc0e1cb40f7d34e92226454b ! test/jdk/jdk/jfr/startupargs/TestStartDuration.java Changeset: 37df1cb4 Branch: master Author: Goetz Lindenmaier Date: 2024-12-10 10:52:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/37df1cb487d1a5adebe9b9cea2ffe02bedf5a521 8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic Backport-of: 1b476f52ba85f9ceaabe785d36cb07df831fd0e8 ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/Config.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java Changeset: c1bd8d91 Branch: master Author: Martin Doerr Date: 2024-12-10 16:02:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/c1bd8d91240f0802ddbbe0d5542b4ebadd7262d0 8343343: Misc crash dump improvements on more platforms after JDK-8294160 8343149: Cleanup os::print_tos_pc on AIX Reviewed-by: mbaesken Backport-of: e33dc13567a4f0d9a6c1ae63fa0424ca27d52584 ! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp ! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp ! src/hotspot/os_cpu/bsd_x86/os_bsd_x86.cpp ! src/hotspot/os_cpu/bsd_zero/os_bsd_zero.cpp ! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp ! src/hotspot/os_cpu/linux_arm/os_linux_arm.cpp ! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp ! src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp ! src/hotspot/os_cpu/linux_s390/os_linux_s390.cpp ! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp ! src/hotspot/os_cpu/linux_zero/os_linux_zero.cpp ! src/hotspot/os_cpu/windows_aarch64/os_windows_aarch64.cpp ! src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp ! src/hotspot/share/runtime/os.cpp Changeset: 3087c6c7 Branch: master Author: Martin Doerr Date: 2024-12-11 11:30:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/3087c6c74d742b7b5eaf28e4c886b5dc1811ea6f 8343205: CompileBroker::possibly_add_compiler_threads excessively polls available memory Reviewed-by: phh Backport-of: 75801992a7c626d409f66e2491082dba84c6fe45 ! src/hotspot/share/compiler/compileBroker.cpp ! src/hotspot/share/compiler/compileBroker.hpp Changeset: 4b36ef0f Branch: master Author: Boris Ulasevich Committer: Paul Hohensee Date: 2024-12-11 14:20:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/4b36ef0f74f9573d210ee680c8c2d4087100bfe5 8337994: [REDO] Native memory leak when not recording any events Reviewed-by: phh Backport-of: 6a9a867d645b8fe86f4ca2b04a43bf5aa8f9d487 ! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp ! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp Changeset: 7e4185a7 Branch: master Author: Boris Ulasevich Committer: Paul Hohensee Date: 2024-12-11 14:22:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/7e4185a74e7e47647feac3bda352505c7f8e47cf 8295159: DSO created with -ffast-math breaks Java floating-point arithmetic Reviewed-by: phh Backport-of: df599dbb9b0f0ee96d1ec767ac8821f164ab075d ! make/test/JtregNativeHotspot.gmk ! src/hotspot/os/bsd/os_bsd.cpp ! src/hotspot/os/bsd/os_bsd.hpp ! src/hotspot/os/linux/os_linux.cpp ! src/hotspot/share/utilities/globalDefinitions.cpp ! src/hotspot/share/utilities/globalDefinitions.hpp ! test/hotspot/jtreg/ProblemList.txt + test/hotspot/jtreg/compiler/floatingpoint/TestSubnormalDouble.java + test/hotspot/jtreg/compiler/floatingpoint/TestSubnormalFloat.java + test/hotspot/jtreg/compiler/floatingpoint/libfast-math.c Changeset: 14195462 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-11 14:40:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/1419546268caab4fa3a6a31d259b318693a5ca1a 8338100: C2: assert(!n_loop->is_member(get_loop(lca))) failed: control must not be back in the loop Backport-of: e203df46faf610e35e2c2510271ad68199f4fa3f ! src/hotspot/share/opto/loopnode.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/parse1.cpp + test/hotspot/jtreg/compiler/loopopts/LongCountedLoopInInfiniteLoop.jasm + test/hotspot/jtreg/compiler/loopopts/MoveStoreAfterInfiniteLoop.jasm + test/hotspot/jtreg/compiler/loopopts/TestLongCountedLoopInInfiniteLoop.java + test/hotspot/jtreg/compiler/loopopts/TestMoveStoreAfterInfiniteLoop.java Changeset: 990859cc Branch: master Author: Chad Rakoczy Committer: Paul Hohensee Date: 2024-12-11 16:55:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/990859cc32776e2d794de539190c9ccced1dfcd9 8341194: [REDO] Implement C2 VectorizedHashCode on AArch64 Reviewed-by: phh Backport-of: 4fc6d4135e795d18a024a6035908f380b81082d1 ! src/hotspot/cpu/aarch64/aarch64.ad ! src/hotspot/cpu/aarch64/assembler_aarch64.hpp ! src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.cpp ! src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.hpp ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp ! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp ! src/hotspot/cpu/aarch64/stubRoutines_aarch64.cpp ! src/hotspot/cpu/aarch64/stubRoutines_aarch64.hpp ! src/hotspot/cpu/aarch64/vm_version_aarch64.cpp + src/hotspot/share/utilities/intpow.hpp ! test/hotspot/gtest/aarch64/aarch64-asmtest.py ! test/hotspot/gtest/aarch64/asmtest.out.h Changeset: d554f2b0 Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 08:57:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/d554f2b08f867e1d3f2a0465d3cbd5ca2e501b3a 8316885: jcmd: Compiler.CodeHeap_Analytics cmd does not inform about missing aggregate Backport-of: 1230aed61d286fe9c09f46e2bab626d0e8fe0273 ! src/hotspot/share/code/codeHeapState.cpp ! src/hotspot/share/code/codeHeapState.hpp Changeset: 8600d8e1 Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 09:02:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/8600d8e1488cb7eaf22fb2683f26cb2b9cb24d7b 8333116: test/jdk/tools/jpackage/share/ServiceTest.java test fails Backport-of: 91ab088d5e64e068bafcda8d08f1769c39ba10d6 ! test/jdk/tools/jpackage/share/ServiceTest.java Changeset: c02fd228 Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 09:07:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/c02fd228bb0ee7865a133ec28bc6e46360529841 8343102: Remove `--compress` from jlink command lines from jpackage tests Backport-of: 9e451aa36586badc7be58804ae6f12e6b671445d ! test/jdk/tools/jpackage/share/RuntimeImageTest.java ! test/jdk/tools/jpackage/share/RuntimePackageTest.java Changeset: 814566b1 Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 09:08:37 +0000 URL: https://git.openjdk.org/jdk21u/commit/814566b10accb1f55b9bcd3c0fe79dc9512d40db 8343100: Consolidate EmptyFolderTest and EmptyFolderPackageTest jpackage tests into single java file Backport-of: 00fe9f7bdfd245791bca6b5b1b2d0a98d41af221 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java - test/jdk/tools/jpackage/share/EmptyFolderBase.java - test/jdk/tools/jpackage/share/EmptyFolderPackageTest.java ! test/jdk/tools/jpackage/share/EmptyFolderTest.java Changeset: e7111b2d Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 16:54:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/e7111b2d0c27518da4751a022b96e1dd7bffa723 8346108: [21u][BACKOUT] 8337994: [REDO] Native memory leak when not recording any events Reviewed-by: mdoerr ! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSet.cpp ! src/hotspot/share/jfr/recorder/service/jfrRecorderService.cpp Changeset: a0211131 Branch: master Author: SendaoYan Date: 2024-12-13 03:10:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/a0211131dbd0d61f1cc5fd1c1250f0339b3cc59b 8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded" Backport-of: 693847452f208446a34186f142fe2c56a49ceceb ! test/jdk/jdk/jfr/event/gc/stacktrace/AllocationStackTrace.java Changeset: 29c1188b Branch: master Author: Goetz Lindenmaier Date: 2024-12-13 12:20:31 +0000 URL: https://git.openjdk.org/jdk21u/commit/29c1188b9785c14e42e4468e80a4835021e024b3 8314909: tools/jpackage/windows/Win8282351Test.java fails with java.lang.AssertionError: Expected [0]. Actual [1618]: Backport-of: 1b104b63a97ec947b34b85658153ab6c182cb56c ! test/jdk/tools/jpackage/TEST.properties Changeset: 21b76f3f Branch: master Author: Kerem Kat Date: 2024-12-13 12:36:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/21b76f3f07a13acec54276c78be1174067ce1454 8345296: AArch64: VM crashes with SIGILL when prctl is disallowed Reviewed-by: shade, phh Backport-of: 3c60f0b2bb75150d49da9ab94d88b767275de5e2 ! src/hotspot/cpu/aarch64/register_aarch64.hpp ! src/hotspot/cpu/aarch64/vm_version_aarch64.cpp Changeset: 7b2a675f Branch: master Author: Matthias Baesken Date: 2024-12-13 12:46:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/7b2a675f7061850e27d72c3c8d793fae10b96535 8341820: Check return value of hcreate_r Backport-of: 7c0dbf8e9c69d51aa8e06305e4483002116019f4 ! src/jdk.hotspot.agent/linux/native/libsaproc/symtab.c Changeset: b682b1fa Branch: master Author: Goetz Lindenmaier Date: 2024-12-16 10:59:47 +0000 URL: https://git.openjdk.org/jdk21u/commit/b682b1faa0e1d8b3ff7aa5c5813e3ab0cd8f159c 8336498: [macos] [build]: install-file macro may run into permission denied error 8342858: Make target mac-jdk-bundle fails on chmod command Reviewed-by: lucy Backport-of: 715fa8f9fe7242e86b985aece3d078b226f53fb9 ! make/common/MakeBase.gmk Changeset: 1c691358 Branch: master Author: SendaoYan Date: 2024-12-16 14:58:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/1c691358f3a6ea61ed23a887e9550a8dbd865057 8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values Backport-of: 59fcfae63090f6659a94a9e3dd0705739ec1b074 ! test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp Changeset: a21862ab Branch: master Author: Richard Reingruber Date: 2024-12-17 08:35:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/a21862ab00317842da006eae453865badd4dc30f 8328085: C2: Use after free in PhaseChaitin::Register_Allocate() Backport-of: 93aa7e2fcf87c4dc62de4ea71be543ee677b11be ! src/hotspot/share/opto/postaloc.cpp Changeset: fa461666 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 12:59:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/fa4616661ddd89ec484f84181073e8091c2b1bc2 8327859: Remove applet usage from JColorChooser tests Test4319113 Backport-of: 89fb0f837b7dbeed581f5db79d915cf405afda31 - test/jdk/javax/swing/JColorChooser/Test4319113.html ! test/jdk/javax/swing/JColorChooser/Test4319113.java Changeset: 8c58f66c Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:02:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/8c58f66c3a8ec1fc8e943738807bbd38f4634f22 8328121: Remove applet usage from JColorChooser tests Test4759306 Backport-of: fab0edc9e636c69d7012e476e97661ddae993a03 - test/jdk/javax/swing/JColorChooser/Test4759306.html ! test/jdk/javax/swing/JColorChooser/Test4759306.java Changeset: 7478c4b4 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:04:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/7478c4b43f7447d3eed64c4937ec25111b2ba635 8328380: Remove applet usage from JColorChooser tests Test6348456 Backport-of: 78d1b9046830198cd61c505f04f245a430878a5b - test/jdk/javax/swing/JColorChooser/Test6348456.html ! test/jdk/javax/swing/JColorChooser/Test6348456.java Changeset: 52daaa95 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:05:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/52daaa95e5b5405635c1f6925a891fa9dd1b7ee7 8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main Backport-of: 27ac39a2bc8250bfae859568cb0ee0963900aafa - test/jdk/java/awt/print/PageFormat/SetOrient.html ! test/jdk/java/awt/print/PageFormat/SetOrient.java Changeset: 544c4b57 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:07:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/544c4b57326e95d0c5bbe5f443bd4fcb896bedaa 8328227: Remove applet usage from JColorChooser tests Test4887836 Backport-of: cc5b9c63cbc1743e22f80dce51d803e267c60317 - test/jdk/javax/swing/JColorChooser/Test4887836.html ! test/jdk/javax/swing/JColorChooser/Test4887836.java Changeset: 3d710291 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:10:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/3d710291136573f1fb1d8087ae5da745d4dd4ba0 8328403: Remove applet usage from JColorChooser tests Test6977726 Backport-of: 1e76e1fdfa67c28ce20b0dc7fb0253670be54554 - test/jdk/javax/swing/JColorChooser/Test6977726.html ! test/jdk/javax/swing/JColorChooser/Test6977726.java Changeset: 2867acd2 Branch: master Author: Matthias Baesken Date: 2024-12-17 13:10:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/2867acd233321d59c791e8e73752cc416b4c7897 8317919: pthread_attr_init handle return value and destroy pthread_attr_t object Backport-of: ec310fe80971261ab7ee1141c64ffd600e7546c0 ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/linux/os_linux.cpp ! src/java.desktop/macosx/native/libsplashscreen/splashscreen_sys.m ! src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c Changeset: 539990cd Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:11:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/539990cd9a7241e7e9d8f5dc1fdf832eb0fa7860 8328753: Open source few Undecorated Frame tests 8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference Reviewed-by: mdoerr Backport-of: db159149c1c13a98ee9a85750741c6a3cd39f408 + test/jdk/java/awt/Frame/FrameDialogMixedTest.java + test/jdk/java/awt/Frame/MaximizeUndecoratedTest.java + test/jdk/java/awt/Frame/MinimizeUndecoratedTest.java Changeset: 35f769da Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:13:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/35f769da098c98e93cea916d3313be82624809d8 8333360: PrintNullString.java doesn't use float arguments Backport-of: aaaa86b57172d45d1126c50efc270c6e49aba7a5 ! test/jdk/java/awt/print/PrinterJob/PrintNullString.java Changeset: f44b8eac Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:15:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/f44b8eacfaf386c48d6ffc32b7e0a2be0369f9f0 8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException Backport-of: 2a2964759c73b3b9ab6afaad109383c89952977b ! test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java Changeset: c609fe54 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:18:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/c609fe5454a62e132fd950fe43dea4cef05c8a45 8336692: Redo fix for JDK-8284620 Backport-of: c5b7af73d07f7458e970f5752eb75640562ddc7b ! src/hotspot/share/asm/codeBuffer.cpp Changeset: e8842b7b Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:20:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/e8842b7b92baef8ce4e0516168dc2c317ca96564 8339687: Rearrange reachabilityFence()s in jdk.test.lib.util.ForceGC Backport-of: 51b85a1f692fed7a66bdc0fae21438a60aafe7c2 ! test/lib/jdk/test/lib/util/ForceGC.java Changeset: 6a2ef78a Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:22:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/6a2ef78a33d2bddc1ec178a763fe892775efb796 8339902: Open source couple TextField related tests Backport-of: fde8508379d2983fa70784faef60699c81f9c359 + test/jdk/java/awt/TextField/CaretPositionTest/CaretPositionTest.java + test/jdk/java/awt/TextField/SetBoundsTest/SetBoundsTest.java + test/jdk/java/awt/TextField/SetEchoCharTest4/SetEchoCharTest4.java + test/jdk/java/awt/TextField/SetPasswordTest/SetPasswordTest.java + test/jdk/java/awt/TextField/ZeroEchoCharTest/ZeroEchoCharTest.java Changeset: dbf6f67b Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:24:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/dbf6f67b145d6d31bf926e5787bc9791cbabfadf 8331959: Update PKCS#11 Cryptographic Token Interface to v3.1 Backport-of: b4ab290fd7c3d914154755a1539b48ba33338c26 ! src/jdk.crypto.cryptoki/share/legal/pkcs11cryptotoken.md ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11.h ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11f.h ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11t.h Changeset: 30eeb80f Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:28:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/30eeb80fac1f56b70cde746890d25208f2743900 8341978: Improve JButton/bug4490179.java Use latch to synchronize actions in the test. Verify mouseButton3Released does not trigger actionPerformed while mouse button 1 is pressed. Ensure mouse button 1 is released. Verify releasing mouse button 1 triggers actionPerformed. Backport-of: 8174cbd5cb797a80d48246a686897ef6fe64ed57 ! test/jdk/javax/swing/JButton/bug4490179.java Changeset: e1b5f3c5 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:30:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/e1b5f3c56d02c6738726106d3d069fea7a633245 8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file Reviewed-by: mdoerr Backport-of: c33a8f52b613e5eff02f572eda876cbbfc7c22cf ! test/jdk/tools/jpackage/TEST.properties ! test/jdk/tools/jpackage/linux/AppAboutUrlTest.java ! test/jdk/tools/jpackage/linux/AppCategoryTest.java ! test/jdk/tools/jpackage/linux/LicenseTypeTest.java ! test/jdk/tools/jpackage/linux/LinuxBundleNameTest.java ! test/jdk/tools/jpackage/linux/LinuxResourceTest.java ! test/jdk/tools/jpackage/linux/LinuxWeirdOutputDirTest.java ! test/jdk/tools/jpackage/linux/MaintainerTest.java ! test/jdk/tools/jpackage/linux/PackageDepsTest.java ! test/jdk/tools/jpackage/linux/ReleaseTest.java ! test/jdk/tools/jpackage/linux/ShortcutHintTest.java ! test/jdk/tools/jpackage/linux/jdk/jpackage/tests/UsrTreeTest.java ! test/jdk/tools/jpackage/macosx/ArgumentsFilteringTest.java ! test/jdk/tools/jpackage/macosx/DmgContentTest.java ! test/jdk/tools/jpackage/macosx/HostArchPkgTest.java ! test/jdk/tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java ! test/jdk/tools/jpackage/macosx/MacAppStoreRuntimeTest.java ! test/jdk/tools/jpackage/macosx/MacFileAssociationsTest.java ! test/jdk/tools/jpackage/macosx/MacPropertiesTest.java ! test/jdk/tools/jpackage/macosx/NameWithSpaceTest.java ! test/jdk/tools/jpackage/macosx/SigningAppImageTest.java ! test/jdk/tools/jpackage/macosx/SigningAppImageTwoStepsTest.java ! test/jdk/tools/jpackage/macosx/SigningPackageFromTwoStepAppImageTest.java ! test/jdk/tools/jpackage/macosx/SigningPackageTest.java ! test/jdk/tools/jpackage/macosx/SigningPackageTwoStepTest.java ! test/jdk/tools/jpackage/share/AddLShortcutTest.java ! test/jdk/tools/jpackage/share/AddLauncherTest.java ! test/jdk/tools/jpackage/share/AppContentTest.java ! test/jdk/tools/jpackage/share/AppImagePackageTest.java ! test/jdk/tools/jpackage/share/AppLauncherEnvTest.java ! test/jdk/tools/jpackage/share/ArgumentsTest.java ! test/jdk/tools/jpackage/share/EmptyFolderTest.java ! test/jdk/tools/jpackage/share/FileAssociationsTest.java ! test/jdk/tools/jpackage/share/IconTest.java ! test/jdk/tools/jpackage/share/InstallDirTest.java ! test/jdk/tools/jpackage/share/LicenseTest.java ! test/jdk/tools/jpackage/share/MultiLauncherTwoPhaseTest.java ! test/jdk/tools/jpackage/share/MultiNameTwoPhaseTest.java ! test/jdk/tools/jpackage/share/PerUserCfgTest.java ! test/jdk/tools/jpackage/share/RuntimeImageTest.java ! test/jdk/tools/jpackage/share/RuntimePackageTest.java ! test/jdk/tools/jpackage/share/ServiceTest.java ! test/jdk/tools/jpackage/share/SimplePackageTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/CookedRuntimeTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/DotInNameTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ErrorTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/MainClassTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest2.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/MultipleJarAppTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/NonExistentTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/PredefinedAppImageErrorTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/UnicodeArgsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/VendorTest.java ! test/jdk/tools/jpackage/windows/Win8282351Test.java ! test/jdk/tools/jpackage/windows/Win8301247Test.java ! test/jdk/tools/jpackage/windows/WinChildProcessTest.java ! test/jdk/tools/jpackage/windows/WinConsoleTest.java ! test/jdk/tools/jpackage/windows/WinDirChooserTest.java ! test/jdk/tools/jpackage/windows/WinInstallerIconTest.java ! test/jdk/tools/jpackage/windows/WinInstallerUiTest.java ! test/jdk/tools/jpackage/windows/WinL10nTest.java ! test/jdk/tools/jpackage/windows/WinLongVersionTest.java ! test/jdk/tools/jpackage/windows/WinMenuGroupTest.java ! test/jdk/tools/jpackage/windows/WinMenuTest.java ! test/jdk/tools/jpackage/windows/WinPerUserInstallTest.java ! test/jdk/tools/jpackage/windows/WinRenameTest.java ! test/jdk/tools/jpackage/windows/WinResourceTest.java ! test/jdk/tools/jpackage/windows/WinScriptTest.java ! test/jdk/tools/jpackage/windows/WinShortcutPromptTest.java ! test/jdk/tools/jpackage/windows/WinShortcutTest.java ! test/jdk/tools/jpackage/windows/WinUpgradeUUIDTest.java ! test/jdk/tools/jpackage/windows/WinUrlTest.java Changeset: 85453b6b Branch: master Author: Sonia Zaldana Calles Date: 2024-12-17 17:44:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/85453b6b8c4b5127c8686467c0088a1c1a1ed9ab 8315882: Open some swing tests 2 Backport-of: d2d7d9a8b7c68865553dcbb4d660bbb06fde3974 + test/jdk/javax/swing/JScrollPane/bug4688907.java + test/jdk/javax/swing/SpringLayout/bug4756178.java + test/jdk/javax/swing/SpringLayout/bug4803649.java Changeset: 0cb77050 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-17 17:46:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/0cb7705075224d1f30c70a6dd3a9fbfd7cab469d 8316146: Open some swing tests 4 Backport-of: 3105538de5569845547b40f243a994a95a84b48f + test/jdk/javax/swing/BasicMenuItemUI/bug4239714.java + test/jdk/javax/swing/BasicMenuUI/bug4244616.java + test/jdk/javax/swing/LookAndFeel/bug4306431.java + test/jdk/javax/swing/ToolTipManager/bug5078214.java Changeset: 0cdb868b Branch: master Author: Sonia Zaldana Calles Date: 2024-12-17 17:46:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/0cdb868b2e497269f3f4caa00f2096323d87bd24 8316218: Open some swing tests 5 Backport-of: 788e6e154824317cf92884510c2ee116bc64f510 + test/jdk/javax/swing/AbstractButton/bug4290656.java + test/jdk/javax/swing/LookAndFeel/isJavaLAFLockedCorrectly.java + test/jdk/javax/swing/LookAndFeel/isMultiLAFLockedCorrectly.java + test/jdk/javax/swing/MetalInternalFrameTitlePane/bug4221007.java Changeset: cce93361 Branch: master Author: Sonia Zaldana Calles Date: 2024-12-17 17:47:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/cce9336133d4e3118e478f408a112466ff32a62e 8316371: Open some swing tests 6 Backport-of: d3a79b5861be27227b8c28cb3acdce089b74c50b + test/jdk/javax/swing/AbstractDocument/bug4549069.java + test/jdk/javax/swing/AbstractWriter/bug4185537.java + test/jdk/javax/swing/DefaultTableCellRenderer/bug4240870.java + test/jdk/javax/swing/JTableHeader/bug4243927.java + test/jdk/javax/swing/LookAndFeel/bug4736093.java Changeset: 57973b78 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:01:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/57973b788a8be3c62314a14133330995c70fa44a 8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main Backport-of: 4e83f4cfc779e39cca0070b5729a508aeaa74654 ! test/jdk/java/awt/image/MemoryLeakTest/MemoryLeakTest.java Changeset: 0a65f3c1 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:03:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/0a65f3c198b74987f374c87fcbcb94c4c22f1de2 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main Backport-of: 476421efe574eca6ba92aaa7fc86dfca99fdd7b2 - test/jdk/java/awt/print/Dialog/PrintApplet.html - test/jdk/java/awt/print/Dialog/PrintApplet.java + test/jdk/java/awt/print/Dialog/PrintModalDialog.java Changeset: c0336dd3 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:04:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/c0336dd33a46f5d3a3c2135cf39b419507446086 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main Backport-of: a1fbbffb5e0d7e41a9c3041b7e64382780e86f50 ! test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java - test/jdk/javax/swing/JColorChooser/8065098/bug8065098.html ! test/jdk/javax/swing/JColorChooser/8065098/bug8065098.java Changeset: 1c53e8ca Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:06:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/1c53e8cadf30d0de6bcdb7c043bd338f100e0fb7 8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main Backport-of: db01fcd6d8c24b01a1f23c71b2917ff396b0686f + test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.java Changeset: 227c430b Branch: master Author: Taizo Kurashige <103394724+kurashige23 at users.noreply.github.com> Committer: Paul Hohensee Date: 2024-12-18 16:53:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/227c430b55e7f9a4257b9249881c8ec75574895c 8344275: tools/jpackage/windows/Win8301247Test.java fails on localized Windows platform Reviewed-by: asemenyuk, phh Backport-of: 48e3b6511adf3d4e97035014612674d84ae83aa0 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Executor.java ! test/jdk/tools/jpackage/windows/Win8301247Test.java Changeset: eaa475f7 Branch: master Author: Antonio Vieiro Committer: Paul Hohensee Date: 2024-12-18 16:54:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/eaa475f72ced51cf0f0d0bce9ff1265bfb81ab31 8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x Backport-of: 269852b90634aa43d4d719c93563608e42792fc6 ! src/jdk.hotspot.agent/macosx/native/libsaproc/ps_core.c ! test/hotspot/jtreg/ProblemList.txt Changeset: 0011704e Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2024-12-19 11:06:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/0011704ec813414bfe71d7232882a1d03c362b48 8341424: GHA: Collect hs_errs from build time failures 8342704: GHA: Report truncation is broken after JDK-8341424 Reviewed-by: shade Backport-of: bf92c498391b099b67c313703e48374cade76f87 ! .github/scripts/gen-build-failure-report.sh ! .github/scripts/gen-test-results.sh + .github/scripts/report-utils.sh Changeset: c89fc273 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:42:54 +0000 URL: https://git.openjdk.org/jdk21u/commit/c89fc273a893e2c981f7c07cc05ba81125816f2f 8316149: Open source several Swing JTree JViewport KeyboardManager tests 8316627: JViewport Test headless failure Reviewed-by: mbaesken Backport-of: a021dbcb9e58ab60abfc8c46ff25f3aa8ce3cc9f + test/jdk/javax/swing/JTree/bug4696499.java + test/jdk/javax/swing/JTree/bug5039542.java + test/jdk/javax/swing/JViewport/bug4546474.java + test/jdk/javax/swing/JViewport/bug4677611.java + test/jdk/javax/swing/KeyboardManager/bug4345798.java Changeset: 4ab8e84e Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:44:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/4ab8e84e58743e7ee56427cf4c3a126427e54ff7 8328130: Remove applet usage from JColorChooser tests Test4759934 Backport-of: be1dd275a4b4fcae00e4c3c48b3e8e4b1d84ba2b - test/jdk/javax/swing/JColorChooser/Test4759934.html ! test/jdk/javax/swing/JColorChooser/Test4759934.java Changeset: f70b4f37 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:46:36 +0000 URL: https://git.openjdk.org/jdk21u/commit/f70b4f3734c82621ff4045c71c0d4015e63ca10f 8328005: Convert java/awt/im/JTextFieldTest.java applet test to main Backport-of: cc5cda558736ffeae2a4611d87dfe280b9a4eac3 - test/jdk/java/awt/im/JTextFieldTest.html ! test/jdk/java/awt/im/JTextFieldTest.java Changeset: 09295265 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:47:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/09295265f8c2f8538552de68b53e0bd46bfa527a 8339943: Frame not disposed in java/awt/dnd/DropActionChangeTest.java Backport-of: fa502ecd2d1040ee2fe26d0ac5dd547379a0ade7 ! test/jdk/java/awt/dnd/DropActionChangeTest.java Changeset: e5433159 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:49:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/e5433159d82fca3747d26bf251ac411c31da13a2 8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64 Backport-of: 83e9e482b181e76ca9f645e8cc83cfa9337df498 ! src/hotspot/share/runtime/handshake.cpp Changeset: 42d3509d Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:51:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/42d3509d1234b4a47dba352218e2ae437bc1226d 8338426: Test java/nio/channels/Selector/WakeupNow.java failed Backport-of: 0853aee3b377cf9f17340a85f600651db42e6999 ! test/jdk/java/nio/channels/Selector/WakeupNow.java Changeset: 9f06e332 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:53:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/9f06e332e54132992c6333dd791857ad51aba00b 8340116: test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java can fail due to regex Backport-of: 7e87c071b0fd832473f17ec0f579df40bea62950 ! test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java Changeset: 1cfc1e79 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:54:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/1cfc1e7983d2949c3575f4f3ffff5a01eef62142 8343128: PassFailJFrame.java test result: Error. Bad action for script: build} Use HTML character entity in javadoc to prevent jtreg from recognising PassFailJFrame.java as a test file. Backport-of: 7bca0af481e2ab1d9576fdf400079b4e4ca91e89 ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 2924515b Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:56:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/2924515b6657cb0f1ba453dac37f54633680f408 8342270: Test sun/security/pkcs11/Provider/RequiredMechCheck.java needs write access to src tree Backport-of: 342fe42555a0e892d21d187287ab996be199abb1 ! test/jdk/sun/security/pkcs11/PKCS11Test.java ! test/jdk/sun/security/pkcs11/Provider/MultipleLogins.sh Changeset: 9a616985 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:57:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/9a6169856e61046691f9eeb47beb69453a356fda 8277240: java/awt/Graphics2D/ScaledTransform/ScaledTransform.java dialog does not get disposed Backport-of: 52c0b09b62ca82f7e0cbe910cb92243131f06765 ! test/jdk/java/awt/Graphics2D/ScaledTransform/ScaledTransform.java Changeset: e83e6bef Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:59:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/e83e6bef4e09c6e99bdc64c5dd4c6d955d4363eb 8342811: java/net/httpclient/PlainProxyConnectionTest.java failed: Unexpected connection count: 5 Backport-of: 59ffac84d39250623b0e6bcb871b5b3fe9c9cfe6 ! test/jdk/java/net/httpclient/PlainProxyConnectionTest.java Changeset: d42b931b Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:01:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/d42b931b9a5fd5c53ae872447036a6e44d28a96d 8342541: Exclude List/KeyEventsTest/KeyEventsTest.java from running on macOS Backport-of: bb7a8403ba1b32b2d97c0bd3ec78dac1832f5289 ! test/jdk/java/awt/List/KeyEventsTest/KeyEventsTest.java Changeset: b23b738d Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:02:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/b23b738d0eccc0395126c29c2766d61dee83a5c3 8344646: The libjsig deprecation warning should go to stderr not stdout Backport-of: efeacfee015d1105dcd75e489d367a7716441fa8 ! src/java.base/unix/native/libjsig/jsig.c Changeset: a01f0244 Branch: master Author: Matthias Baesken Date: 2024-12-20 07:46:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/a01f02445d4c6711ee0df517c278b2e55616643c 8339475: Clean up return code handling for pthread calls in library coding 8341135: Incorrect format string after JDK-8339475 Reviewed-by: mdoerr Backport-of: 2a2ecc994e02049d6d84f083b8e92a51368577bf ! src/java.base/macosx/native/libjli/java_md_macosx.m ! src/java.base/unix/native/libjli/java_md_common.c ! src/java.desktop/macosx/native/libsplashscreen/splashscreen_sys.m ! src/java.desktop/unix/native/libsplashscreen/splashscreen_sys.c Changeset: 8abf13e2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-21 08:21:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/8abf13e2b0f6fad47e1cf3c1ed3c7218e7d7225d 8315952: Open source several Swing JToolbar JTooltip JTree tests Backport-of: d2b2f6759f7b9eb6df8eaa84b88e064c636b24a8 + test/jdk/javax/swing/JToolBar/bug4368050.java + test/jdk/javax/swing/JToolBar/bug4465534.java + test/jdk/javax/swing/JToolBar/bug4700351.java + test/jdk/javax/swing/JToolTip/bug4107843.java + test/jdk/javax/swing/JTree/bug4161685.java Changeset: c7c7280f Branch: master Author: SendaoYan Date: 2024-12-21 08:56:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/c7c7280f6e25fb68950bad93aa20a96cfc9f35b3 8341881: [REDO] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3 8342145: File libCreationTimeHelper.c compile fails on Alpine Reviewed-by: sgehwolf, goetz, phh Backport-of: daa67f45f0c17d4087eb51a708193d6db124b426 ! test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java ! test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTimeHelper.java ! test/jdk/java/nio/file/attribute/BasicFileAttributeView/libCreationTimeHelper.c Changeset: a98f9cf4 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:02:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/a98f9cf44811099193efbf712bf2e642ed70b797 8316056: Open source several Swing JTree tests Backport-of: 5f6cee86ef765677b0b9dc3662f4f20b636732bc + test/jdk/javax/swing/JTree/bug4210432.java + test/jdk/javax/swing/JTree/bug4213868.java + test/jdk/javax/swing/JTree/bug4224491.java + test/jdk/javax/swing/JTree/bug4237370.java + test/jdk/javax/swing/JTree/bug4662505.java Changeset: d91dba3d Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:05:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/d91dba3d82a323c0fe05d572da8aa6e0feb9b8b5 8315883: Open source several Swing JToolbar tests Backport-of: 62c0a1b9ac6462233f3ee06af470be9844e9e226 + test/jdk/javax/swing/JToolBar/bug4138694.java + test/jdk/javax/swing/JToolBar/bug4140421.java + test/jdk/javax/swing/JToolBar/bug4196662.java + test/jdk/javax/swing/JToolBar/bug4243930.java Changeset: f3e7bb43 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:06:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/f3e7bb4301d4cdc607d0929d5e867ad26d58b10a 8329210: Delete Redundant Printer Dialog Modality Test Backport-of: 7ac2f914aadf7fb12b7258e54efae959e15d6721 - test/jdk/java/awt/print/Dialog/PrintModalDialog.java ! test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java Changeset: 3aa331db Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:08:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/3aa331db4b15294689a44a08a279fd0753b866ff 8326421: Add jtreg test for large arrayCopy disjoint case. Backport-of: 73cdc9a070249791f7d228a93fe5b9335c5f72bd + test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyDisjointLarge.java Changeset: 173c3d39 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:14:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/173c3d3917d7feb61ac69f7a5049b1355d2de6a4 8333647: C2 SuperWord: some additional PopulateIndex tests Backport-of: 487c4771818999749bfd507ab85777795bba0832 ! test/hotspot/jtreg/compiler/vectorization/runner/ArrayIndexFillTest.java ! test/hotspot/jtreg/compiler/vectorization/runner/ArrayShiftOpTest.java Changeset: bf86b342 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:17:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/bf86b34260576bcc8826fb784d183a6e2976c288 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java Backport-of: 7d1bbff076c063d066951eedb21de7e694e588b3 ! test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java Changeset: 85e5a5c6 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:19:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/85e5a5c6e160a92cf599e649413e08fe03df6de5 8335288: SunPKCS11 initialization will call C_GetMechanismInfo on unsupported mechanisms Reviewed-by: mdoerr Backport-of: fdfe503d016086cf78b5a8c27dbe45f0261c68ab ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java + test/jdk/sun/security/pkcs11/Provider/RequiredMechCheck.cfg + test/jdk/sun/security/pkcs11/Provider/RequiredMechCheck.java Changeset: fe9284a8 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:20:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/fe9284a8c523bc747e107836c85114864efab2a1 8343101: Rework BasicTest.testTemp test cases 8343178: Test BasicTest.java javac compile fails cannot find symbol Reviewed-by: mdoerr Backport-of: a95374f588149d80068275a496ba4aa04b3bb4fd ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TestBuilder.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java Changeset: 182e9497 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:21:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/182e9497b6f3fcf3b93817c8efa2fe696e2bf823 8342602: Remove JButton/PressedButtonRightClickTest test Backport-of: 8647c00114385f74939bf705c9c07e709f41a18d - test/jdk/javax/swing/JButton/PressedButtonRightClickTest.java ! test/jdk/javax/swing/JButton/bug4490179.java Changeset: 36b067cb Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:22:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/36b067cbb23208cdaa6ea622fe4fe994a1b2ba42 8345414: Google CAInterop test failures Backport-of: 8e9ba788ae04a9a617a393709bf2c51a0c157206 ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: d4c5d69b Branch: master Author: SendaoYan Date: 2024-12-27 01:53:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/d4c5d69be143d19c7a432bf7533609a2730c7c07 8321818: vmTestbase/nsk/stress/strace/strace015.java failed with 'Cannot read the array length because "" is null' Backport-of: ea50c54a14d39fcedabe8426a14eaec27ab24af2 ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace007.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace008.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace009.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace010.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace011.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace012.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace013.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace014.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java Changeset: 2f899541 Branch: master Author: Goetz Lindenmaier Date: 2024-12-27 10:02:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/2f8995412a6d33c69e48e5d83dd7ab6dee0bda71 8339883: Open source several AWT/2D related tests Backport-of: b26645f64bb6dd3efafaceb92bedeaf8f93906e3 + test/jdk/java/awt/GraphicsConfiguration/NonDefaultGC.java + test/jdk/java/awt/GraphicsConfiguration/Position.java + test/jdk/sun/java2d/pipe/DrawImageBgTest.java = test/jdk/sun/java2d/pipe/duke.gif Changeset: 4474fbca Branch: master Author: Goetz Lindenmaier Date: 2024-12-27 10:03:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/4474fbca98cbd9d7b250b2754f4a8d70ef5d6847 8342609: jpackage test helper function incorrectly removes a directory instead of its contents only Backport-of: 7133d1b983d7b85ba3c8dde26eb654c7ab695b07 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java Changeset: 8a5bbfeb Branch: master Author: Goetz Lindenmaier Date: 2024-12-27 10:04:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/8a5bbfebfa055e2ac28d62a43ffa80a2afd033b2 8335468: [XWayland] JavaFX hangs when calling java.awt.Robot.getPixelColor Backport-of: 965aace297154ab08ee41a4d988553707cae8b32 ! src/java.desktop/unix/native/libawt_xawt/awt/fp_pipewire.h ! src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.c ! src/java.desktop/unix/native/libawt_xawt/awt/gtk3_interface.h ! src/java.desktop/unix/native/libawt_xawt/awt/gtk_interface.h ! src/java.desktop/unix/native/libawt_xawt/awt/screencast_pipewire.c ! src/java.desktop/unix/native/libawt_xawt/awt/screencast_portal.c Changeset: 3b8d404d Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:24:08 +0000 URL: https://git.openjdk.org/jdk21u/commit/3b8d404da205a4396ede6dc76a3a51b9e5c75eb5 8313905: Checked_cast assert in CDS compare_by_loader Reviewed-by: mdoerr Backport-of: bd1b9427410c458215e9e89eeff6e4d30592a4a4 ! src/hotspot/share/classfile/systemDictionaryShared.cpp ! src/hotspot/share/utilities/globalDefinitions.hpp Changeset: cf360526 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:27:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/cf36052692be8eb78c60ab0af44cdadd98ebe488 8315825: Open some swing tests Backport-of: e015e6ce28e263e546cd1b6583a4a3ecc431d576 + test/jdk/javax/swing/JComponent/bug4765272.java + test/jdk/javax/swing/JComponent/bug4979794.java + test/jdk/javax/swing/JPanel/bug4907772.java + test/jdk/javax/swing/RootPaneChecking/RootPaneChecking.java Changeset: ff7e1847 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:28:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/ff7e18478a00f30da157420ad38ff23ddd16a2b3 8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main Backport-of: ef2bd5721316f208a458fecfffa02ec2c0ea7fe0 - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.html - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java - test/jdk/javax/swing/JCheckBox/8032667/bug8032667_image_diff.java + test/jdk/javax/swing/JCheckBox/bug8032667.java Changeset: 60bf0398 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:29:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/60bf03982646c0486ed809186d3510d5700563c7 8332158: [XWayland] test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java Backport-of: b1b4cd429a4135840966975dd0c068fe428e2ee6 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java Changeset: d9123307 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:31:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/d912330772c537fc77854c6cd52d60185b1570fc 8340313: Crash due to invalid oop in nmethod after C1 patching Reviewed-by: mdoerr Backport-of: 58d39c317e332fda994f66529fcd1a0ea0e53151 ! src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp ! src/hotspot/cpu/ppc/nativeInst_ppc.cpp ! src/hotspot/cpu/riscv/nativeInst_riscv.cpp ! src/hotspot/cpu/s390/nativeInst_s390.cpp ! src/hotspot/cpu/x86/nativeInst_x86.cpp ! src/hotspot/share/c1/c1_Runtime1.cpp ! src/hotspot/share/code/nmethod.cpp ! src/hotspot/share/runtime/mutexLocker.cpp ! src/hotspot/share/runtime/mutexLocker.hpp + test/hotspot/jtreg/compiler/c1/TestConcurrentPatching.java Changeset: 056a2651 Branch: master Author: Goetz Lindenmaier Date: 2025-01-03 10:27:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/056a2651af9e27d6d80ae01265acfecc8953b224 8337660: C2: basic blocks with only BoxLock nodes are wrongly treated as empty Reviewed-by: mbaesken Backport-of: 0105203575182e24a56a38a12da7c1af58ea0a78 ! src/hotspot/share/opto/block.cpp + test/hotspot/jtreg/compiler/locks/TestSynchronizeWithEmptyBlock.java Changeset: f24dfe67 Branch: master Author: Goetz Lindenmaier Date: 2025-01-05 11:01:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/f24dfe678a33d88ec12edca607bf6ed8a4b3b6b6 8344326: Move jpackage tests from "jdk.jpackage.tests" package to the default package Reviewed-by: mbaesken Backport-of: 2c509a158fad63e69a8072fa4a7588eaacf37dc0 + test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Comm.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java = test/jdk/tools/jpackage/linux/UsrTreeTest.java = test/jdk/tools/jpackage/share/AppVersionTest.java = test/jdk/tools/jpackage/share/BasicTest.java = test/jdk/tools/jpackage/share/CookedRuntimeTest.java = test/jdk/tools/jpackage/share/DotInNameTest.java = test/jdk/tools/jpackage/share/ErrorTest.java = test/jdk/tools/jpackage/share/JLinkOptionsTest.java = test/jdk/tools/jpackage/share/JavaOptionsEqualsTest.java = test/jdk/tools/jpackage/share/JavaOptionsTest.java = test/jdk/tools/jpackage/share/MainClassTest.java = test/jdk/tools/jpackage/share/ModulePathTest.java = test/jdk/tools/jpackage/share/ModulePathTest2.java = test/jdk/tools/jpackage/share/ModulePathTest3.java = test/jdk/tools/jpackage/share/MultipleJarAppTest.java = test/jdk/tools/jpackage/share/NoMPathRuntimeTest.java = test/jdk/tools/jpackage/share/NonExistentTest.java = test/jdk/tools/jpackage/share/PredefinedAppImageErrorTest.java = test/jdk/tools/jpackage/share/UnicodeArgsTest.java = test/jdk/tools/jpackage/share/VendorTest.java ! test/jdk/tools/jpackage/windows/WinL10nTest.java Changeset: 98e65499 Branch: master Author: Amit Kumar Date: 2025-01-06 05:31:29 +0000 URL: https://git.openjdk.org/jdk21u/commit/98e6549913fadad86a3973c549c07c7941d09757 8346847: [s390x] minimal build failure Backport-of: 807f6f7fb868240cba5ba117c7059216f69a53f9 ! src/hotspot/cpu/s390/vm_version_s390.cpp Changeset: bf06f929 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 08:56:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/bf06f92961c23b337952394863bd4540b7ac2a8b 8340480: Bad copyright notices in changes from JDK-8339902 Backport-of: fdc16a373459cb2311316448c765b1bee5c73694 ! test/jdk/java/awt/TextField/CaretPositionTest/CaretPositionTest.java ! test/jdk/java/awt/TextField/SetBoundsTest/SetBoundsTest.java ! test/jdk/java/awt/TextField/SetEchoCharTest4/SetEchoCharTest4.java ! test/jdk/java/awt/TextField/SetPasswordTest/SetPasswordTest.java ! test/jdk/java/awt/TextField/ZeroEchoCharTest/ZeroEchoCharTest.java Changeset: 0a157096 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 08:57:57 +0000 URL: https://git.openjdk.org/jdk21u/commit/0a1570965007fa3023347c6b5bd61f14c254d040 8340719: Open source AWT List tests Backport-of: b11066b56b69b2c526539e712cef47723098597f ! test/jdk/ProblemList.txt + test/jdk/java/awt/List/HandlingKeyEventIfMousePressedTest.java + test/jdk/java/awt/List/ListActionEventTest.java + test/jdk/java/awt/List/MultiSelectionListHorizScrollbar.java + test/jdk/java/awt/List/RepaintAfterResize.java Changeset: e88f7228 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 08:59:34 +0000 URL: https://git.openjdk.org/jdk21u/commit/e88f72285acf6bb24c0435cd607052416832e209 8343396: Use OperatingSystem, Architecture, and OSVersion in jpackage tests Backport-of: a63f501b9238c6aae81c2e39fcc1852652116780 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/macosx/HostArchPkgTest.java Changeset: be280b5d Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 10:13:31 +0000 URL: https://git.openjdk.org/jdk21u/commit/be280b5d5c8a9687837edb20167395bc9221cd1b 8339524: Clean up a few ExtendedRobot tests Backport-of: 16232578d9acf9d0b5a9ad0e7530291471b5cc9c ! test/jdk/javax/swing/JInternalFrame/6725409/bug6725409.java Changeset: 6514d380 Branch: master Author: Goetz Lindenmaier Date: 2025-01-08 07:05:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/6514d380d1de1368b7db091e592bdc3e076277f4 8327460: Compile tests with the same visibility rules as product code Reviewed-by: mbaesken Backport-of: cc9a8aba67f4e240c8de2d1ae15d1b80bfa446a0 ! make/common/TestFilesCompilation.gmk ! make/test/JtregNativeJdk.gmk ! src/jdk.jpackage/macosx/native/applauncher/MacLauncher.cpp ! test/hotspot/jtreg/gc/shenandoah/compiler/libLinkToNativeRBP.c ! test/hotspot/jtreg/runtime/ErrorHandling/TestDwarf.java ! test/hotspot/jtreg/runtime/ErrorHandling/libTestDwarfHelper.h ! test/jdk/java/foreign/CallGeneratorHelper.java ! test/jdk/java/foreign/arraystructs/libArrayStructs.c ! test/jdk/java/foreign/capturecallstate/libCaptureCallState.c ! test/jdk/java/foreign/dontrelease/libDontRelease.c ! test/jdk/java/foreign/libAddressDereference.c ! test/jdk/java/foreign/libIntrinsics.c ! test/jdk/java/foreign/libLibraryLookup.c ! test/jdk/java/foreign/libLookupTest.c ! test/jdk/java/foreign/libNull.c ! test/jdk/java/foreign/libSafeAccess.c ! test/jdk/java/foreign/libTestUpcallHighArity.c ! test/jdk/java/foreign/libTestUpcallStructScope.c ! test/jdk/java/foreign/loaderLookup/lookup/libFoo.c ! test/jdk/java/foreign/nested/libNested.c ! test/jdk/java/foreign/normalize/libNormalize.c ! test/jdk/java/foreign/passheapsegment/libPassHeapSegment.c ! test/jdk/java/foreign/shared.h ! test/jdk/java/foreign/stackwalk/libAsyncStackWalk.cpp ! test/jdk/java/foreign/stackwalk/libReentrantUpcalls.c ! test/jdk/java/foreign/stackwalk/libStackWalk.c ! test/jdk/java/foreign/trivial/libTrivial.c ! test/jdk/java/foreign/upcalldeopt/libUpcallDeopt.c ! test/jdk/java/foreign/virtual/libVirtual.c ! test/jdk/java/lang/Thread/jni/AttachCurrentThread/libImplicitAttach.c ! test/jdk/tools/launcher/exeJliLaunchTest.c + test/lib/native/export.h ! test/micro/org/openjdk/bench/java/lang/foreign/libCallOverhead.c ! test/micro/org/openjdk/bench/java/lang/foreign/libPtr.c ! test/micro/org/openjdk/bench/java/lang/foreign/libQSort.c ! test/micro/org/openjdk/bench/java/lang/foreign/libUpcalls.c ! test/micro/org/openjdk/bench/java/lang/foreign/points/support/libPoint.c Changeset: f117cb06 Branch: master Author: Fabian Meumertzheim Committer: Severin Gehwolf Date: 2025-01-08 14:31:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/f117cb06d8e4ee3267d6e91855cf59d888f2a20c 8345684: OperatingSystemMXBean.getSystemCpuLoad() throws NPE Backport-of: d7ef3ac0b7e677c4901c69ad4361b5de8408e8d3 ! src/jdk.management/unix/classes/com/sun/management/internal/OperatingSystemImpl.java Changeset: 0d8d8e6b Branch: master Author: Liam Miller-Cushon Committer: Christoph Langer Date: 2025-01-09 07:50:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/0d8d8e6bdcb00b5710ce70332c1fbacc0fa90f26 8336942: Improve test coverage for class loading elements with annotations of different retentions Reviewed-by: goetz, vromero Backport-of: e36ce5f0341e8d0ec06cb12d0b2c0aa084401021 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java Changeset: 6e6f8b2f Branch: master Author: Aleksey Shipilev Date: 2025-01-10 08:43:02 +0000 URL: https://git.openjdk.org/jdk21u/commit/6e6f8b2f90e362ceb2d76e791cd6e58cf5d3ddbd 8342988: GHA: Build JTReg in single step Reviewed-by: serb, phh Backport-of: 88dc655a6d6cfc71c467405b62bd35beeed7794f + .github/actions/build-jtreg/action.yml ! .github/actions/get-jtreg/action.yml ! .github/workflows/main.yml Changeset: 2d0c61fc Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:02:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/2d0c61fcaa23d03f56f1ae6dec365e9eea5ff96d 8314752: Use google test string comparison macros Reviewed-by: mbaesken Backport-of: a0d0f21f0844d402191f5285a154294a2b18059a ! test/hotspot/gtest/logging/test_logConfiguration.cpp ! test/hotspot/gtest/logging/test_logFileOutput.cpp ! test/hotspot/gtest/logging/test_logTagSetDescriptions.cpp ! test/hotspot/gtest/memory/test_guardedMemory.cpp ! test/hotspot/gtest/oops/test_cpCache_output.cpp ! test/hotspot/gtest/oops/test_instanceKlass.cpp ! test/hotspot/gtest/oops/test_markWord.cpp ! test/hotspot/gtest/runtime/test_classPrinter.cpp ! test/hotspot/gtest/runtime/test_globals.cpp ! test/hotspot/gtest/runtime/test_os.cpp ! test/hotspot/gtest/runtime/test_os_linux.cpp ! test/hotspot/gtest/utilities/test_globalDefinitions.cpp ! test/hotspot/gtest/utilities/test_parse_memory_size.cpp ! test/hotspot/gtest/utilities/test_resourceHash.cpp Changeset: 402b04ba Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:03:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/402b04ba91bb2a8c6a7f66b4d2dd536e4d7517b5 8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main Backport-of: ba05c6d0b6955a0c5110b75e709e2206961f9fec + test/jdk/java/awt/image/multiresolution/MultiDisplayTest.java - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.html - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java Changeset: 9e451b42 Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:06:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/9e451b4247b267131a886993b181f7dd2ad67437 8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser Backport-of: 5c4f1ef746b0c373a131726d74d27f0e0cc6e40d ! test/jdk/javax/swing/JColorChooser/Test4887836.java + test/jdk/javax/swing/plaf/basic/BasicSliderUI/bug4419255.java Changeset: 25bb646a Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:10:02 +0000 URL: https://git.openjdk.org/jdk21u/commit/25bb646a79d1397fd06d4fbc437ec635701696c9 8312570: [TESTBUG] Jtreg compiler/loopopts/superword/TestDependencyOffsets.java fails on 512-bit SVE Backport-of: e5ea9aa9aa446503fd92cdba0a9653593c958597 ! test/hotspot/jtreg/compiler/loopopts/superword/TestDependencyOffsets.java Changeset: 79ba88a7 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:11:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/79ba88a76407b9be3428ba2234dc4aa1976e0a2b 8317283: jpackage tests run osx-specific checks on windows and linux Backport-of: 179792beb4e766756971fc3c80a79046b34893f4 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java Changeset: 6e6d7b2f Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:14:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/6e6d7b2f0724f9a9c9836838f3cfb63a4c8b0c4b 8320706: RuntimePackageTest.testUsrInstallDir test fails on Linux Backport-of: 726f854b141dc2f6474e81c7bcf12608bf6577ae ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java Changeset: 6bc25f32 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:15:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/6bc25f3295edfd2842fb4687d5cd59bb4c959cec 8317636: Improve heap walking API tests to verify correctness of field indexes Backport-of: f31957e6a1c463e5c7041bf4eee4a1b09048e929 + test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/FieldIndicesTest.java + test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp Changeset: be0da80a Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:16:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/be0da80a78f1a3cbdf2c77cadd927b558827d8cc 8327994: Update code gen in CallGeneratorHelper Backport-of: ac2f8e5af8c88cd13038b113f82bb7c17a38aa40 ! test/jdk/java/foreign/CallGeneratorHelper.java ! test/jdk/java/foreign/libTestDowncallStack.c ! test/jdk/java/foreign/libTestUpcall.c ! test/jdk/java/foreign/libTestUpcallStack.c ! test/jdk/java/foreign/libVarArgs.c ! test/jdk/java/foreign/shared.h Changeset: a04daf6c Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:18:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/a04daf6cef17bf51d253fd49e32a0b285c9f6f0a 8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails Backport-of: 2b79c22c43a2de0815e77c9aa71f010906be8670 ! test/jdk/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java Changeset: b1604650 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:20:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/b16046503888e38bf60985a80dd8dcd9183ecd36 8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails Backport-of: 862e6156960639564aed5de16de9a26320770a80 ! test/jdk/ProblemList.txt Changeset: 92171b8c Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:21:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/92171b8c952420b3dc8fcd0bcb7ff55228ea9849 8325659: Normalize Random usage by incubator vector tests Backport-of: 4bba445d835837db5ab145edb24030fc6f42ec24 ! test/jdk/jdk/incubator/vector/AbstractVectorTest.java ! test/jdk/jdk/incubator/vector/Byte128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte128VectorTests.java ! test/jdk/jdk/incubator/vector/Byte256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte256VectorTests.java ! test/jdk/jdk/incubator/vector/Byte512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte512VectorTests.java ! test/jdk/jdk/incubator/vector/Byte64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte64VectorTests.java ! test/jdk/jdk/incubator/vector/ByteMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/ByteMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Double128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double128VectorTests.java ! test/jdk/jdk/incubator/vector/Double256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double256VectorTests.java ! test/jdk/jdk/incubator/vector/Double512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double512VectorTests.java ! test/jdk/jdk/incubator/vector/Double64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double64VectorTests.java ! test/jdk/jdk/incubator/vector/DoubleMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Float128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float128VectorTests.java ! test/jdk/jdk/incubator/vector/Float256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float256VectorTests.java ! test/jdk/jdk/incubator/vector/Float512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float512VectorTests.java ! test/jdk/jdk/incubator/vector/Float64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float64VectorTests.java ! test/jdk/jdk/incubator/vector/FloatMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/FloatMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Int128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int128VectorTests.java ! test/jdk/jdk/incubator/vector/Int256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int256VectorTests.java ! test/jdk/jdk/incubator/vector/Int512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int512VectorTests.java ! test/jdk/jdk/incubator/vector/Int64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int64VectorTests.java ! test/jdk/jdk/incubator/vector/IntMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/IntMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Long128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long128VectorTests.java ! test/jdk/jdk/incubator/vector/Long256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long256VectorTests.java ! test/jdk/jdk/incubator/vector/Long512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long512VectorTests.java ! test/jdk/jdk/incubator/vector/Long64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long64VectorTests.java ! test/jdk/jdk/incubator/vector/LongMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/LongMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Short128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short128VectorTests.java ! test/jdk/jdk/incubator/vector/Short256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short256VectorTests.java ! test/jdk/jdk/incubator/vector/Short512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short512VectorTests.java ! test/jdk/jdk/incubator/vector/Short64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short64VectorTests.java ! test/jdk/jdk/incubator/vector/ShortMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/ShortMaxVectorTests.java ! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-Masked-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-op.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-Masked-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-op.template ! test/jdk/jdk/incubator/vector/templates/Unit-header.template ! test/jdk/jdk/incubator/vector/templates/X-LoadStoreTest.java.template Changeset: 405a8920 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:23:36 +0000 URL: https://git.openjdk.org/jdk21u/commit/405a8920984b357b253dbc34f2fb543b191c78f5 8339542: compiler/codecache/CheckSegmentedCodeCache.java fails Backport-of: 777c20cb14010b6726834246ae4c61bc4ccb3f9b ! test/hotspot/jtreg/compiler/codecache/CheckSegmentedCodeCache.java Changeset: 4035d85f Branch: master Author: Goetz Lindenmaier Date: 2025-01-14 08:13:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/4035d85f098449b199d60bce20dfbc2cb236e88c 8325529: Remove unused imports from `ModuleGenerator` test file Reviewed-by: rschmelter Backport-of: d70156d2e2eddc311af12bc016b1ebb70efd92dd ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/SampleApi.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/DocCommentGenerator.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/Documentifier.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/ModuleGenerator.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/PackageGenerator.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/util/SimpleMultiplier.java Changeset: ddddc1a0 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:14:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/ddddc1a0eed66c973a62f981bdd8f83f36ff5cb6 8304701: Request with timeout aborts later in-flight request on HTTP/1.1 cxn Backport-of: bddcd086b7c76d915aaa76427c2ae4088ad4239f ! src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java + test/jdk/java/net/httpclient/RedirectTimeoutTest.java Changeset: f9d2fb8e Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:16:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/f9d2fb8e828297f4d1e84be787749c99ef5b4e52 8227529: With malformed --app-image the error messages are awful Backport-of: 56d4c33f4096d98d08eba870070b5f21125f80be ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageTest.java ! test/jdk/tools/jpackage/share/AppImagePackageTest.java Changeset: 455763b5 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:17:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/455763b57b0e3541f823213db03faf3c44378d42 8328819: Remove applet usage from JFileChooser tests bug6698013 Backport-of: e3588bba0451d7d505b0e22d014842110677041b - test/jdk/javax/swing/JFileChooser/6698013/bug6698013.html ! test/jdk/javax/swing/JFileChooser/6698013/bug6698013.java Changeset: 4e0c9eec Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:18:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/4e0c9eec57dc70943e1b58c7b8643c3a2c832705 8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2 Backport-of: ed821cbe857363e049f3c640ae4546c340a577ac ! test/jdk/java/awt/print/PrinterJob/Collate2DPrintingTest.java ! test/jdk/java/awt/print/PrinterJob/DrawImage.java ! test/jdk/java/awt/print/PrinterJob/DrawStringMethods.java ! test/jdk/java/awt/print/PrinterJob/InvalidPage.java ! test/jdk/java/awt/print/PrinterJob/JobName/PrinterJobName.java ! test/jdk/java/awt/print/PrinterJob/NumCopies.java Changeset: e2385ebc Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:19:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/e2385ebc409184480db5ab0efd017031944e6e5d 8340687: Open source closed frame tests #1 Backport-of: 47fcf5a3b0796ffeb6407be961ceb552ca2a40f8 + test/jdk/java/awt/Frame/DefaultFrameIconTest.java + test/jdk/java/awt/Frame/DisposeTest.java + test/jdk/java/awt/Frame/FramePaintTest.java + test/jdk/java/awt/Frame/MenuCrash.java Changeset: a9a563d1 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:21:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/a9a563d162938b7e2ad28ead4c19c59728aa8969 8333403: Write a test to check various components events are triggered properly Backport-of: a02d895f7ad59fe33f8a761dbd7bceb0b8dfefc0 + test/jdk/java/awt/Component/ComponentEventTest.java Changeset: 0dadc448 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:22:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/0dadc4486c0bfea01978908a56b2967c60193f38 8342498: Add test for Allocation elimination after use as alignment reference by SuperWord Backport-of: f62fc4844125cc20a91dc2be39ba05a2d3aca8cf + test/hotspot/jtreg/compiler/loopopts/superword/TestEliminateAllocationWithCastP2XUse.java Changeset: 40687543 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:25:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/406875439c8d7c2f4fcffbaacacdc38ee549b8a7 8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay Backport-of: 02ec8ca2d6ccbabc6740b60be8fe1f8b2110f0ca ! test/jdk/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java Changeset: 97119a91 Branch: master Author: Satyen Subramaniam Committer: Paul Hohensee Date: 2025-01-16 15:32:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/97119a918bfd52ae5431bb6058d271b24abe93c3 8346887: DrawFocusRect() may cause an assertion failure Backport-of: 8eddf67c82a2af4d704c4063ad802640770b3c26 ! src/java.desktop/windows/native/libawt/windows/awt_Button.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Component.cpp Changeset: aed5fd32 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 08:50:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/aed5fd321192357b832a97ae28f6d86809ca2dc8 8313633: [macOS] java/awt/dnd/NextDropActionTest/NextDropActionTest.java fails with java.lang.RuntimeException: wrong next drop action! Backport-of: d97de8260c19e468c87221e28f29128e56ec8ee1 ! test/jdk/java/awt/dnd/NextDropActionTest/NextDropActionTest.java Changeset: ded41133 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 08:51:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/ded411338dea6e9be3d071071d6da6dc47b7fc97 8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case Backport-of: b8fc4186d59ce21e878c4de30983d7cacf69b7a5 ! test/jdk/com/sun/tools/attach/BasicTests.java Changeset: fe321bb9 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 08:52:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/fe321bb9b06a9f9147e560dd16eff3fa8f4c82a3 8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1 Backport-of: 7eb78e332080df3890b66ca04338a4ba69af45eb ! test/jdk/java/awt/print/PageFormat/PageSetupDialog.java ! test/jdk/java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java ! test/jdk/java/awt/print/PrinterJob/PrintAllFonts.java ! test/jdk/java/awt/print/PrinterJob/ValidatePage/ValidatePage.java ! test/jdk/java/awt/print/PrinterJob/raster/RasterTest.java Changeset: abd8902f Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 08:53:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/abd8902f0d9002515d260f8e14579194a3c4346a 8329322: Convert PageFormat/Orient.java to use PassFailJFrame Backport-of: f713766cab649947e543f0290717e7bcc501f063 ! test/jdk/java/awt/print/PageFormat/Orient.java Changeset: 5b377a35 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 08:57:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/5b377a3591833bd45f0f9f782b7879342ba0df68 8334305: Remove all code for nsk.share.Log verbose mode Backport-of: 855c8a7def21025bc2fc47594f7285a55924c213 ! test/hotspot/jtreg/vmTestbase/jit/escape/LockElision/MatMul/MatMul.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launchnosuspend/launchnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter_tagged/HeapFilter.java ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded001.java ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001.java ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem001.java ! test/hotspot/jtreg/vmTestbase/nsk/share/Log.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/AODTestRunner.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/AbstractJarAgent.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/DummyTargetApplication.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/TargetApplicationWaitingAgents.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITest.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/Parentheses.java Changeset: 99a92991 Branch: master Author: Aleksey Shipilev Date: 2025-01-20 09:03:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/99a9299150e0130fa01c8400800d41b0b537d032 8311546: Certificate name constraints improperly validated with leading period 8320372: test/jdk/sun/security/x509/DNSName/LeadingPeriod.java validity check failed 8347424: Fix and rewrite sun/security/x509/DNSName/LeadingPeriod.java test Reviewed-by: simonis Backport-of: bfaf5704e7e71f968b716b5f448860e9cda721b4 ! src/java.base/share/classes/sun/security/x509/DNSName.java + test/jdk/sun/security/x509/DNSName/LeadingPeriod.java + test/jdk/sun/security/x509/DNSName/certs/generate-certs.sh + test/jdk/sun/security/x509/DNSName/certs/openssl.cnf + test/jdk/sun/security/x509/DNSName/certs/withLeadingPeriod/ca.pem + test/jdk/sun/security/x509/DNSName/certs/withLeadingPeriod/leaf.pem + test/jdk/sun/security/x509/DNSName/certs/withoutLeadingPeriod/ca.pem + test/jdk/sun/security/x509/DNSName/certs/withoutLeadingPeriod/leaf.pem Changeset: 920f02b5 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:03:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/920f02b5c5a8e898d5305f468f53bd4bdc7f582c 8341412: Various test failures after JDK-8334305 Backport-of: 49501fe9c4d0fc4d6285ba4f5d403754e5a147bd ! test/hotspot/jtreg/vmTestbase/nsk/share/Log.java Changeset: 4a8fbb3a Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:09:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/4a8fbb3a14b544db1aea4a293a79e2ad1f888a10 8341316: [macos] javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java fails sometimes in macos Backport-of: 6bc3971f646031194a1e30f175a69a0202dc4947 ! test/jdk/javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java Changeset: d6b78161 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:10:11 +0000 URL: https://git.openjdk.org/jdk21u/commit/d6b78161003a236d44f467a149bf9516c11504a7 8341453: java/awt/a11y/AccessibleJTableTest.java fails in some cases where the test tables are not visible Backport-of: f1f15370fa26e4c1121abadb8938c0126c6f4f24 ! test/jdk/java/awt/a11y/AccessibleJTableTest.java Changeset: c6c9fdd6 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:11:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/c6c9fdd622192300bc92ea1d24a189e8ca00a77d 8341982: Simplify JButton/bug4323121.java Backport-of: 6fa5cea984c31fbb74b39e1eec68daffea22ca92 ! test/jdk/javax/swing/JButton/bug4323121.java Changeset: 5c87961a Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:12:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/5c87961ad8106c0a8e2c9e8bc73164cf7f150b63 8346055: javax/swing/text/StyledEditorKit/4506788/bug4506788.java fails in ubuntu22.04 Backport-of: 31ceec7cd55b455cddf0953cc23aaa64612bd6e7 ! test/jdk/javax/swing/text/StyledEditorKit/4506788/bug4506788.java Changeset: c0ab8a9f Branch: master Author: Radek Cap Committer: Paul Hohensee Date: 2025-01-21 16:37:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/c0ab8a9fb3be7a2f49b681eddaddd617809e4820 8344589: Update IANA Language Subtag Registry to Version 2024-11-19 Backport-of: 9267dfa63b1d6b3f339782d2b720055a3da8ae6a ! src/java.base/share/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: ab69b0d1 Branch: master Author: Radek Cap Committer: Paul Hohensee Date: 2025-01-21 16:38:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/ab69b0d10070b7bac7548ba3612c8f5eee2b7b99 8343599: Kmem limit and max values swapped when printing container information Backport-of: 6cdebf0e4ce274fcaaff0bad292d467e31d698d8 ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp Changeset: 719f3380 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 07:30:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/719f33805a8a033b3432336e455582300fb58c51 Merge ! make/conf/version-numbers.conf ! make/conf/version-numbers.conf Changeset: 42220f37 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:48:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/42220f373e6a7826ac368facea9225bb5d898d5b 8324838: test_nmt_locationprinting.cpp broken in the gcc windows build Backport-of: a2229b18bf93e05d6cba4516d1fc9c607cd15bca ! test/hotspot/gtest/nmt/test_nmt_locationprinting.cpp Changeset: 3fa03fd0 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:50:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/3fa03fd0ea86bee06cc1ad1ea1e6aa71afeee648 8329320: Simplify awt/print/PageFormat/NullPaper.java test Backport-of: 5cf457b74334c08bab40e2e6c1a8544a2555fb82 ! test/jdk/java/awt/print/PageFormat/NullPaper.java Changeset: e2b4f929 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:52:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/e2b4f929fc6195fc36a6e716dfe2f54fd98d4779 8341037: Use standard layouts in DefaultFrameIconTest.java and MenuCrash.java Backport-of: c43202baf6eb7e49ec458037971a9efa392d053e ! test/jdk/java/awt/Frame/DefaultFrameIconTest.java ! test/jdk/java/awt/Frame/MenuCrash.java Changeset: 5603a90a Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:53:23 +0000 URL: https://git.openjdk.org/jdk21u/commit/5603a90ae6a6b500e415ed8076e85e2e0e73b5f8 8341111: open source several AWT tests including menu shortcut tests Backport-of: 04c9c5f0a7b49bbabfc2244411c6c995a3b464cf + test/jdk/java/awt/MenuShortcut/ActionCommandTest.java + test/jdk/java/awt/MenuShortcut/CheckMenuShortcut.java + test/jdk/java/awt/MenuShortcut/FunctionKeyShortcut.java + test/jdk/java/awt/MenuShortcut/MenuItemShortcutReplaceTest.java + test/jdk/java/awt/grab/CursorTest.java + test/jdk/java/awt/grab/SystemMenuTest.java Changeset: 80d9cb36 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:54:42 +0000 URL: https://git.openjdk.org/jdk21u/commit/80d9cb367371d69bebf51c32b53866c15d00af90 8343118: [TESTBUG] java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java fails with rror. Can't find HTML file PrintCheckboxManualTest.html Backport-of: f12c370d73363f384e3425857a663d855660f33a ! test/jdk/java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java Changeset: 4479c03d Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:56:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/4479c03d099e17ef0a574b7a6c4df8862c9b1abc 8345375: Improve debuggability of test/jdk/java/net/Socket/CloseAvailable.java Backport-of: 4b928167435bbf41dd00425c927da761751ca704 ! test/jdk/java/net/Socket/CloseAvailable.java Changeset: 28f9e2d3 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:57:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/28f9e2d34a29499b25af902d15ebfd416ffe638e 8331977: Crash: SIGSEGV in dlerror() Reviewed-by: rrich Backport-of: 24530022d066763f7573f5c6d2030a30dc55afa6 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java ! test/jdk/tools/jpackage/macosx/ArgumentsFilteringTest.java ! test/jdk/tools/jpackage/share/ArgumentsTest.java ! test/jdk/tools/jpackage/share/MainClassTest.java ! test/jdk/tools/jpackage/windows/WinRenameTest.java Changeset: 8c3ab36d Branch: master Author: William Kemper Committer: Aleksey Shipilev Date: 2025-01-23 11:30:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/8c3ab36dfad48aee84cd6657a4fb6d992a8a09ad 8345750: Shenandoah: Test TestJcmdHeapDump.java#aggressive intermittent assert(gc_cause() == GCCause::_no_gc) failed: Over-writing cause Reviewed-by: ysr, shade Backport-of: 6a29a8110ec38b4adc8163ba8651cbc935353f1d ! src/hotspot/share/gc/shared/gcVMOperations.cpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp ! src/hotspot/share/services/heapDumper.cpp Changeset: 6d112319 Branch: master Author: Aleksey Shipilev Date: 2025-01-23 11:30:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/6d11231990bef8aa873a7f89f516843fd5ba12d0 8347256: Epsilon: Demote heap size and AlwaysPreTouch warnings to info level Backport-of: 1a0fe49732187db9e8776f80feefab4373114f75 ! src/hotspot/share/gc/epsilon/epsilonInitLogger.cpp Changeset: 91e75827 Branch: master Author: Chen Liang Committer: Aleksey Shipilev Date: 2025-01-23 11:40:42 +0000 URL: https://git.openjdk.org/jdk21u/commit/91e7582724f78ac924ed8003a2c80e6dc731517f 8345614: Improve AnnotationFormatError message for duplicate annotation interfaces Backport-of: 7aa0cbc91d90493a3dae973cb8077cfa283c32b4 ! src/java.base/share/classes/sun/reflect/annotation/AnnotationParser.java Changeset: 554292a9 Branch: master Author: Varada M Committer: Amit Kumar Date: 2025-01-27 13:54:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/554292a97291b7ed4f897e21acc8491460189bb1 8211851: (ch) java/nio/channels/AsynchronousSocketChannel/StressLoopback.java times out (aix) Backport-of: 8b22517cb0b24c4134a2dbf22591f6f84d7d866c ! src/java.base/aix/classes/sun/nio/ch/AixPollPort.java ! test/jdk/ProblemList.txt Changeset: 5d21a2bc Branch: master Author: Radek Cap Committer: Andrew John Hughes Date: 2025-01-28 11:16:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/5d21a2bcc4ba06331df52470795134d8540dd567 8347965: (tz) Update Timezone Data to 2025a Reviewed-by: andrew Backport-of: caa3c78f7837b1f561740184bd8f9cb671c467eb ! src/java.base/share/data/tzdata/VERSION ! src/java.base/share/data/tzdata/antarctica ! src/java.base/share/data/tzdata/asia ! src/java.base/share/data/tzdata/australasia ! src/java.base/share/data/tzdata/etcetera ! src/java.base/share/data/tzdata/europe ! src/java.base/share/data/tzdata/factory ! src/java.base/share/data/tzdata/leapseconds ! src/java.base/share/data/tzdata/northamerica ! src/java.base/share/data/tzdata/southamerica ! test/jdk/java/util/TimeZone/TimeZoneData/VERSION ! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt Changeset: be245be2 Branch: master Author: Severin Gehwolf Date: 2025-01-29 10:06:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/be245be258cda7e06366b4051eec24ad6df04f20 8347129: cpuset cgroups controller is required for no good reason Backport-of: 2de71d04454b04ee887f7bd3e5decbfaa9ab8460 ! src/hotspot/os/linux/cgroupSubsystem_linux.cpp Changeset: c8d993d3 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:25:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/c8d993d32d565ea3f7852ff6dcb84be46dfef982 8315486: vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java timed out Backport-of: 041510dc21df36d9860f4f0048241c2cabb55ee7 ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002a.java Changeset: c0242c70 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:26:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/c0242c70ec0272018ce91f5b9ec479f07a8af934 8327098: GTest needs larger combination limit Backport-of: c901da48e30d53cb8e4e3c1f0584c5f2d3d095f1 ! src/hotspot/share/logging/logSelectionList.hpp Changeset: fe776077 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:28:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/fe7760779307d3cc8379bdb22a39929e46c67582 8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main Backport-of: 269163d509ec3c80983f55c5b47f472fa76be26c ! test/jdk/ProblemList.txt - test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.html ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: ce188fda Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:29:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/ce188fdacab9fd1cb841d0ccd5c385f47b348791 8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm Reviewed-by: rrich Backport-of: 47f33a59eaaffc74881fcc9e29d13ff9b2538c2a ! test/hotspot/gtest/compiler/test_directivesParser.cpp Changeset: 83b8d310 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:31:28 +0000 URL: https://git.openjdk.org/jdk21u/commit/83b8d310a5e50d25cd792ae89157d52fa85ea65e 8343378: Exceptions in javax/management DeadLockTest.java do not cause test failure Backport-of: 4a70c83bd0c563185123ce9d8a34e006c62db7cc ! test/jdk/javax/management/remote/mandatory/connection/DeadLockTest.java Changeset: 95e4bc9e Branch: master Author: SendaoYan Date: 2025-01-30 09:24:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/95e4bc9e201f8643d21bd9fe6fc180951bbcd1e7 8332494: java/util/zip/EntryCount64k.java failing with java.lang.RuntimeException: '\\A\\Z' missing from stderr Backport-of: f5ab7dff402a3152f5d5736cc6521b4be617eccf ! test/jdk/java/util/zip/EntryCount64k.java ! test/lib/jdk/test/lib/process/OutputAnalyzer.java Changeset: b79136f6 Branch: master Author: Sergey Bylokhov Date: 2025-01-30 18:23:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/b79136f6cf3eec6daaaa8bd5a032001367a05cea 8347427: JTabbedPane/8134116/Bug8134116.java has no license header Backport-of: f67b703625afa2e049c572978d29ac00d8c956d3 ! test/jdk/javax/swing/JTabbedPane/8134116/Bug8134116.java Changeset: e1967d51 Branch: master Author: Christoph Langer Date: 2025-01-31 10:23:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/e1967d5124309de5276ab88d1bcf4d24f2620dab 8348625: [21u, 17u] Revert JDK-8185862 to restore old java.awt.headless behavior on Windows Reviewed-by: sgehwolf ! src/java.desktop/windows/classes/sun/awt/PlatformGraphicsInfo.java ! src/java.desktop/windows/classes/sun/awt/Win32GraphicsEnvironment.java ! src/java.desktop/windows/native/libawt/windows/Devices.cpp ! src/java.desktop/windows/native/libawt/windows/Devices.h - src/java.desktop/windows/native/libawt/windows/awt_PlatformGraphicsInfo.cpp ! test/jdk/java/awt/font/JNICheck/FreeTypeScalerJNICheck.java ! test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java Changeset: d2cbada0 Branch: master Author: Sergey Bylokhov Date: 2025-02-04 03:38:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/d2cbada0b7c88521dfb4d3696205c9beb77018af 8345468: test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java fails in ubuntu22.04 Backport-of: 6f307623568efe4d90942cd22ec9a26b2e1ca1b1 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java From duke at openjdk.org Wed Feb 5 10:05:09 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Feb 2025 10:05:09 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.7+0 for changeset e45287d1 Message-ID: <0b0ce483-6744-4185-ba75-f5d99dfb3134@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2024-12-04 08:35:11 +0000 Added tag jdk-21.0.7+0 for changeset e45287d1ad9d Changeset: e45287d1 Author: Alexey Bakhtin Date: 2024-12-04 01:02:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/e45287d1ad9dcadf8a23d3271f1b675b8dade0ac From duke at openjdk.org Wed Feb 5 10:05:50 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Feb 2025 10:05:50 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.7+1 for changeset d2cbada0 Message-ID: <423e53d6-6e78-48af-9177-a2a4a153e1dc@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-05 11:02:39 +0000 Added tag jdk-21.0.7+1 for changeset d2cbada0b7c8 Changeset: d2cbada0 Author: Sergey Bylokhov Date: 2025-02-04 03:38:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/d2cbada0b7c88521dfb4d3696205c9beb77018af From duke at openjdk.org Wed Feb 5 10:06:13 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Feb 2025 10:06:13 GMT Subject: git: openjdk/jdk21u-dev: Added tag jdk-21.0.7+1 for changeset d2cbada0 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-05 11:02:39 +0000 Added tag jdk-21.0.7+1 for changeset d2cbada0b7c8 Changeset: d2cbada0 Author: Sergey Bylokhov Date: 2025-02-04 03:38:45 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/d2cbada0b7c88521dfb4d3696205c9beb77018af From serb at openjdk.org Wed Feb 5 10:10:00 2025 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 5 Feb 2025 10:10:00 GMT Subject: git: openjdk/jdk17u: 174 new changesets Message-ID: <7a72938e-a96b-4744-a53f-e1d3c75e1166@openjdk.org> Changeset: 63aa0769 Branch: master Author: Goetz Lindenmaier Date: 2024-12-04 07:44:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/63aa0769a76a86d864bdff5fd4b025948d2caf96 8345371: Bump update version for OpenJDK: jdk-17.0.15 Reviewed-by: mdoerr, sgehwolf ! .jcheck/conf ! make/conf/version-numbers.conf Changeset: c1a9356b Branch: master Author: Goetz Lindenmaier Date: 2024-12-04 07:47:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/c1a9356b30f4a5bfc4195b3f564ffcc1e4511f80 8299077: [REDO] JDK-4512626 Non-editable JTextArea provides no visual indication of keyboard focus 8299127: [REDO] JDK-8194048 Regression automated test '/open/test/jdk/javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java' fails 8299128: [REDO] JDK-8213562 Test javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java fails Backport-of: fef70d78baec9ce11d50b9a4c1fb26a1b854ccbf ! src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/text/DefaultCaret/HidingSelection/HidingSelectionTest.java ! test/jdk/javax/swing/text/DefaultCaret/HidingSelection/MultiSelectionTest.java Changeset: be22b1a8 Branch: master Author: Goetz Lindenmaier Date: 2024-12-04 07:49:42 +0000 URL: https://git.openjdk.org/jdk17u/commit/be22b1a8aae14d2d7f802ea0db32580bdb6d1f61 8299739: HashedPasswordFileTest.java and ExceptionTest.java can fail with java.lang.NullPointerException Backport-of: 04f30185e914c10c918d0eff1fb63fd96e1139fb ! test/jdk/javax/management/MBeanServer/ExceptionTest.java ! test/jdk/javax/management/security/HashedPasswordFileTest.java Changeset: ed63b718 Branch: master Author: Goetz Lindenmaier Date: 2024-12-04 07:50:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/ed63b718fe5b4e9f77154f6015516762800d13d6 8308341: JNI_GetCreatedJavaVMs returns a partially initialized JVM 8309231: ProblemList vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java 8309171: Test vmTestbase/nsk/jvmti/scenarios/jni_interception/JI05/ji05t001/TestDescription.java fails after JDK-8308341 Reviewed-by: phh Backport-of: 1e6770fb978e630b38a70a05120c50f723bb66dc ! make/test/JtregNativeHotspot.gmk ! src/hotspot/share/prims/jni.cpp + test/hotspot/jtreg/runtime/jni/getCreatedJavaVMs/TestGetCreatedJavaVMs.java + test/hotspot/jtreg/runtime/jni/getCreatedJavaVMs/exeGetCreatedJavaVMs.c Changeset: fc658cc3 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:36:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/fc658cc3d70285601ede3461b2961aadd405641a 8286779: javax.crypto.CryptoPolicyParser#isConsistent always returns 'true' Reviewed-by: mdoerr Backport-of: 8f400b9aab57d0639721add2ba511bfc0459bd89 ! src/java.base/share/classes/javax/crypto/CryptoPolicyParser.java + test/jdk/javax/crypto/CryptoPermissions/InconsistentEntries.java Changeset: b90cef21 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:37:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/b90cef210eb6fb50529034c25fc7f8ea032559e2 8319569: Several java/util tests should be updated to accept VM flags Reviewed-by: lucy Backport-of: 2bb4b9398d65e3f37f34e45476c969ff0afb1540 ! test/jdk/java/util/Calendar/SupplementalJapaneseEraTestRun.java ! test/jdk/java/util/Locale/LocaleProvidersRun.java ! test/jdk/java/util/ResourceBundle/Control/MissingResourceCauseTestRun.java ! test/jdk/java/util/ResourceBundle/modules/ModuleTestUtil.java ! test/jdk/java/util/ResourceBundle/modules/layer/LayerTest.java ! test/jdk/java/util/ResourceBundle/modules/unnamed/UnNamedTest.java ! test/jdk/java/util/ResourceBundle/modules/visibility/VisibilityTest.java ! test/jdk/java/util/TimeZone/CustomTzIDCheckDST.java ! test/jdk/java/util/TimeZone/TimeZoneDatePermissionCheckRun.java ! test/jdk/java/util/logging/LoggingDeadlock2.java ! test/jdk/java/util/zip/EntryCount64k.java Changeset: 81e55d3a Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:38:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/81e55d3a9c85f91129343e070a34d5b21b218a3c 8319647: Few java/lang/System/LoggerFinder/modules tests ignore vm flags Backport-of: 62b7c5eaed1e6ffd6f2c8371eb4cf01dd9d53a06 ! test/jdk/java/lang/System/LoggerFinder/modules/JDKLoggerForImageTest.java ! test/jdk/java/lang/System/LoggerFinder/modules/JDKLoggerForJDKTest.java ! test/jdk/java/lang/System/LoggerFinder/modules/LoggerInImageTest.java ! test/jdk/java/lang/System/LoggerFinder/modules/NamedLoggerForImageTest.java ! test/jdk/java/lang/System/LoggerFinder/modules/NamedLoggerForJDKTest.java ! test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForImageTest.java ! test/jdk/java/lang/System/LoggerFinder/modules/UnnamedLoggerForJDKTest.java Changeset: b90bb122 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:45:25 +0000 URL: https://git.openjdk.org/jdk17u/commit/b90bb122629b8831ed3170ee4506661b07bd3bd5 8313710: jcmd: typo in the documentation of JFR.start and JFR.dump Reviewed-by: lucy Backport-of: 16d917a85f9311611a14a63f1e53afae970efc73 ! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdDump.java ! src/jdk.jfr/share/classes/jdk/jfr/internal/dcmd/DCmdStart.java Changeset: 964c828d Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:48:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/964c828dc9580f2bed1b210e1a2205a8abae574b 8319673: Few security tests ignore VM flags Reviewed-by: lucy Backport-of: 430290066c23d09166a84f2f6f89e770c6ba04ff ! test/jdk/com/sun/crypto/provider/KeyProtector/IterationCount.java ! test/jdk/java/security/Security/ConfigFileTest.java ! test/jdk/sun/security/provider/KeyStore/DKSTest.java Changeset: 2c64d33a Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:50:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/2c64d33ade0be2d8c6c200388638a150aaa9028e 8319648: java/lang/SecurityManager tests ignore vm flags Backport-of: 437cf354e2d1f7df79fa32265ccf86a0e84257b5 ! test/jdk/java/lang/SecurityManager/modules/CustomSecurityManagerTest.java ! test/jdk/java/lang/System/SecurityManagerWarnings.java Changeset: 34d31853 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:52:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/34d31853b5230fcb70e1e5dda776ef9823c009ec 8327857: Remove applet usage from JColorChooser tests Test4222508 Backport-of: 7c6fd337d00d4bdeaac724a6ea26fac3654846e0 - test/jdk/javax/swing/JColorChooser/Test4222508.html ! test/jdk/javax/swing/JColorChooser/Test4222508.java Changeset: 4f2f67da Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:57:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/4f2f67da3c8f17b0e01875b0329a0bb58ec47f6e 8334490: Normalize string with locale invariant `toLowerCase()` Backport-of: 265a0f5547d0ddb220391aef679c122768f02a00 ! test/lib/jdk/test/lib/Platform.java Changeset: 3c7596fd Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:58:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/3c7596fd959bed7ec1c2efc6fd1c48b8eafdafc5 8335789: [TESTBUG] XparColor.java test fails with Error. Parse Exception: Invalid or unrecognized bugid: @ Backport-of: 3733fe3a207078b585421cd2a098e808fafaa817 ! test/jdk/java/awt/print/PrinterJob/XparColor.java Changeset: 98526a63 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 19:59:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/98526a632076775d0d7dba28a1e083ef348bc82a 8336012: Fix usages of jtreg-reserved properties Backport-of: e6c5aa7a6cb54c647d261facdcffa6a410849627 ! test/jdk/java/lang/invoke/PrivateInvokeTest.java Changeset: 37c1efa9 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 20:00:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/37c1efa928de21f6ff1bd8469c735415e7ae421e 8335172: Add manual steps to run security/auth/callback/TextCallbackHandler/Password.java test Backport-of: a5c2d7b305407974b3f67c48b8dcb1f8e77abde3 ! test/jdk/ProblemList.txt ! test/jdk/TEST.groups ! test/jdk/com/sun/security/auth/callback/TextCallbackHandler/Password.java Changeset: 2f7f75d3 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 20:01:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/2f7f75d389253db4fb186f0979e74fa1ead7589d 8338668: Test javax/swing/JFileChooser/8080628/bug8080628.java doesn't test for GTK L&F Backport-of: b8e8e965e541881605f9dbcd4d9871d4952b9232 ! test/jdk/javax/swing/JFileChooser/8080628/bug8080628.java Changeset: c665a756 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 20:02:44 +0000 URL: https://git.openjdk.org/jdk17u/commit/c665a7563d040f6909eb2fd9c84940106e39285c 8339154: Cleanups and JUnit conversion of test/jdk/java/util/zip/Available.java Backport-of: f927c1210ee0675bb1196572177ffb505826d57a ! test/jdk/java/util/zip/Available.java Changeset: c15715a5 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 20:03:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/c15715a5f1cc8023d7f2244815ce92ff39457030 8337951: Test sun/security/validator/samedn.sh CertificateNotYetValidException: NotBefore validation Backport-of: a505a1dda3bc6975bb11f390543b38618ddf2626 ! test/jdk/sun/security/validator/samedn.sh Changeset: 0ebe1e0f Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 20:06:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/0ebe1e0fb61c8ad0e2b2749528ec171043d9e0b2 8339261: Logs truncated in test javax/net/ssl/DTLS/DTLSRehandshakeTest.java Backport-of: 1447967f53fe27f67e4bb766464f941e39506d41 ! test/jdk/javax/net/ssl/DTLS/TEST.properties Changeset: 4dc682a3 Branch: master Author: Goetz Lindenmaier Date: 2024-12-06 20:07:27 +0000 URL: https://git.openjdk.org/jdk17u/commit/4dc682a311db4ddea94e733adfee2007b23db01a 8324672: Update jdk/java/time/tck/java/time/TCKInstant.java now() to be more robust Backport-of: e94e3bba3932f3d92c0a135d333d1ccd6e72b964 ! test/jdk/java/time/tck/java/time/TCKInstant.java Changeset: ace471e9 Branch: master Author: Goetz Lindenmaier Date: 2024-12-09 13:39:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/ace471e9fb285d5977e85ba1e467717cdd43f922 8295087: Manual Test to Automated Test Conversion Backport-of: a3693ccc617d06137a61050b34646e8a90ed3d7e ! test/jdk/ProblemList.txt ! test/jdk/TEST.groups ! test/jdk/java/security/Policy/Root/Root.java ! test/jdk/javax/crypto/CryptoPermissions/InconsistentEntries.java + test/jdk/javax/crypto/CryptoPermissions/default_local.policy ! test/jdk/sun/security/provider/PolicyParser/ExtDirs.java ! test/jdk/sun/security/provider/PolicyParser/ExtDirs.policy ! test/jdk/sun/security/provider/PolicyParser/ExtDirs1.policy ! test/jdk/sun/security/provider/PolicyParser/ExtDirs2.policy ! test/jdk/sun/security/provider/PolicyParser/ExtDirs3.policy ! test/jdk/sun/security/provider/PolicyParser/ExtDirsChange.java ! test/jdk/sun/security/provider/PolicyParser/ExtDirsChange.policy ! test/jdk/sun/security/provider/PolicyParser/ExtDirsDefaultPolicy.java Changeset: e29b0619 Branch: master Author: SendaoYan Date: 2024-12-10 08:17:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/e29b0619c955a8ca67cba154ef99accebf6fa803 8340969: jdk/jfr/startupargs/TestStartDuration.java should be marked as flagless Backport-of: 470701f0bb269834cc0e1cb40f7d34e92226454b ! test/jdk/jdk/jfr/startupargs/TestStartDuration.java Changeset: 6f16a447 Branch: master Author: Goetz Lindenmaier Date: 2024-12-10 10:52:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/6f16a44784fbaeedfe4ccd6c4e7fb5280b329c2b 8293345: SunPKCS11 provider checks on PKCS11 Mechanism are problematic Reviewed-by: mbaesken, mbalao Backport-of: 1b476f52ba85f9ceaabe785d36cb07df831fd0e8 ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/Config.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java Changeset: 131a032b Branch: master Author: Martin Doerr Date: 2024-12-10 16:02:57 +0000 URL: https://git.openjdk.org/jdk17u/commit/131a032b8d360a8d26ae0693d5cdc3666761563c 8342607: Enhance register printing on x86_64 platforms Reviewed-by: mbaesken Backport-of: 1bfb57dca4a65ea64a15914b1e8b5c4c509db6f5 ! src/hotspot/os_cpu/linux_x86/os_linux_x86.cpp ! src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp ! src/hotspot/share/utilities/debug.cpp ! src/hotspot/share/utilities/globalDefinitions.hpp Changeset: c12baf16 Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 09:01:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/c12baf1697e061bc053aea2f160c8baa31d71a9b 8299994: java/security/Policy/Root/Root.java fails when home directory is read-only Reviewed-by: lucy Backport-of: 20579e48cf598e890aa35c5518ec8d0594f45385 ! test/jdk/TEST.groups ! test/jdk/java/security/Policy/Root/Root.java Changeset: 8c2f28a2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-12 09:10:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/8c2f28a2bba681bb8e7671f4caade77b040d6250 8343100: Consolidate EmptyFolderTest and EmptyFolderPackageTest jpackage tests into single java file Backport-of: 00fe9f7bdfd245791bca6b5b1b2d0a98d41af221 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java - test/jdk/tools/jpackage/share/EmptyFolderBase.java - test/jdk/tools/jpackage/share/EmptyFolderPackageTest.java ! test/jdk/tools/jpackage/share/EmptyFolderTest.java Changeset: ff496b9c Branch: master Author: SendaoYan Date: 2024-12-13 03:11:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/ff496b9c1cf8beaf9f94c1999c8baa2407617e3f 8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded" Backport-of: 693847452f208446a34186f142fe2c56a49ceceb ! test/jdk/jdk/jfr/event/gc/stacktrace/AllocationStackTrace.java Changeset: 45ee88f1 Branch: master Author: Goetz Lindenmaier Date: 2024-12-16 07:55:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/45ee88f12423d2a1c517f618c67b7351c5f22f1e 8314909: tools/jpackage/windows/Win8282351Test.java fails with java.lang.AssertionError: Expected [0]. Actual [1618]: Backport-of: 1b104b63a97ec947b34b85658153ab6c182cb56c ! test/jdk/tools/jpackage/TEST.properties Changeset: 25140d11 Branch: master Author: Matthias Baesken Date: 2024-12-16 14:38:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/25140d115afbe852e7f274dcd0b1297ab8623c06 8318442: java/net/httpclient/ManyRequests2.java fails intermittently on Linux Reviewed-by: lucy Backport-of: 06d8216a4ef6b883119459da7e52b37d16cd2f03 ! test/jdk/java/net/httpclient/ManyRequests2.java Changeset: 7db0131a Branch: master Author: Matthias Baesken Date: 2024-12-16 14:41:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/7db0131a18041b3c032cba6b76208a48c5783fe9 8325906: Problemlist vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java#id1 until JDK-8320865 is fixed Backport-of: 2564f0f99866c33d14947609c276a421ce8cc0a2 ! test/hotspot/jtreg/ProblemList.txt Changeset: 9c126b3c Branch: master Author: SendaoYan Date: 2024-12-16 14:59:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/9c126b3c86860e98b40e3a2a8b576760d80e0389 8343129: Disable unstable check of ThreadsListHandle.sanity_vm ThreadList values Backport-of: 59fcfae63090f6659a94a9e3dd0705739ec1b074 ! test/hotspot/gtest/runtime/test_ThreadsListHandle.cpp Changeset: 0254b70a Branch: master Author: Martin Doerr Date: 2024-12-17 09:56:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/0254b70a88109aff32db845745bdb46e73e8df9c 8343724: [PPC64] Disallow OptoScheduling Backport-of: f621f26cd113090a0305598cfc50f0eac9a263c6 ! src/hotspot/cpu/ppc/c2_init_ppc.cpp ! src/hotspot/cpu/ppc/vm_version_ppc.cpp Changeset: c0648b38 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:05:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/c0648b382906c9af3079beac39fcda2d4c5c6d1b 8327859: Remove applet usage from JColorChooser tests Test4319113 Backport-of: 89fb0f837b7dbeed581f5db79d915cf405afda31 - test/jdk/javax/swing/JColorChooser/Test4319113.html ! test/jdk/javax/swing/JColorChooser/Test4319113.java Changeset: 3fe74455 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:07:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/3fe74455728c3138d578f9c684ad009454e8fed2 8328121: Remove applet usage from JColorChooser tests Test4759306 Backport-of: fab0edc9e636c69d7012e476e97661ddae993a03 - test/jdk/javax/swing/JColorChooser/Test4759306.html ! test/jdk/javax/swing/JColorChooser/Test4759306.java Changeset: d4cdd73e Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:09:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/d4cdd73e6afcec84addf7315a236774bc992791c 8328380: Remove applet usage from JColorChooser tests Test6348456 Backport-of: 78d1b9046830198cd61c505f04f245a430878a5b - test/jdk/javax/swing/JColorChooser/Test6348456.html ! test/jdk/javax/swing/JColorChooser/Test6348456.java Changeset: 525df89a Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:11:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/525df89a2a06c257d99b573834ec19ea88639b5e 8328719: Convert java/awt/print/PageFormat/SetOrient.html applet test to main Backport-of: 27ac39a2bc8250bfae859568cb0ee0963900aafa - test/jdk/java/awt/print/PageFormat/SetOrient.html ! test/jdk/java/awt/print/PageFormat/SetOrient.java Changeset: dc3917c4 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:13:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/dc3917c4970b8f409789bfa46449c79fbc71ada6 8328227: Remove applet usage from JColorChooser tests Test4887836 Backport-of: cc5b9c63cbc1743e22f80dce51d803e267c60317 - test/jdk/javax/swing/JColorChooser/Test4887836.html ! test/jdk/javax/swing/JColorChooser/Test4887836.java Changeset: 0c14fe28 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:14:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/0c14fe2875f4b2014fbcb2178727da911fc0c824 8328403: Remove applet usage from JColorChooser tests Test6977726 Backport-of: 1e76e1fdfa67c28ce20b0dc7fb0253670be54554 - test/jdk/javax/swing/JColorChooser/Test6977726.html ! test/jdk/javax/swing/JColorChooser/Test6977726.java Changeset: 114a1e50 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:18:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/114a1e5024424668f55362d52f6aff7fcea78a53 8333360: PrintNullString.java doesn't use float arguments Backport-of: aaaa86b57172d45d1126c50efc270c6e49aba7a5 ! test/jdk/java/awt/print/PrinterJob/PrintNullString.java Changeset: 9b9027c0 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:19:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/9b9027c0e220b20627d303d2167ac8880cf6b315 8334777: Test javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java failed with NullPointerException Backport-of: 2a2964759c73b3b9ab6afaad109383c89952977b ! test/jdk/javax/management/remote/mandatory/notif/NotifReconnectDeadlockTest.java Changeset: b532a4a6 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:21:27 +0000 URL: https://git.openjdk.org/jdk17u/commit/b532a4a69b4628e79d52b394f01ecd78db117b90 8336692: Redo fix for JDK-8284620 Reviewed-by: mdoerr Backport-of: c5b7af73d07f7458e970f5752eb75640562ddc7b ! src/hotspot/share/asm/codeBuffer.cpp Changeset: f706c24e Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:23:42 +0000 URL: https://git.openjdk.org/jdk17u/commit/f706c24e53565fa4ed090d1080e058b1f0073bd6 8333391: Test com/sun/jdi/InterruptHangTest.java failed: Thread was never interrupted during sleep Backport-of: 739b5fb886ef828949b401810caabff6b7a8f827 ! test/jdk/com/sun/jdi/InterruptHangTest.java Changeset: 585297dd Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:25:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/585297ddee41995ef5b0b952956c31ee111a3ab9 8336498: [macos] [build]: install-file macro may run into permission denied error 8342858: Make target mac-jdk-bundle fails on chmod command Backport-of: b682b1faa0e1d8b3ff7aa5c5813e3ab0cd8f159c ! make/common/MakeBase.gmk Changeset: 71d5c0b2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:28:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/71d5c0b247c22da75c2fb053cd93a167b02bf28f 8338100: C2: assert(!n_loop->is_member(get_loop(lca))) failed: control must not be back in the loop Reviewed-by: mdoerr Backport-of: e203df46faf610e35e2c2510271ad68199f4fa3f ! src/hotspot/share/opto/loopnode.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/parse1.cpp + test/hotspot/jtreg/compiler/loopopts/LongCountedLoopInInfiniteLoop.jasm + test/hotspot/jtreg/compiler/loopopts/MoveStoreAfterInfiniteLoop.jasm + test/hotspot/jtreg/compiler/loopopts/TestLongCountedLoopInInfiniteLoop.java + test/hotspot/jtreg/compiler/loopopts/TestMoveStoreAfterInfiniteLoop.java Changeset: fb37a919 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:30:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/fb37a9190254869d0cfe6510448eec7bbf9edb2c 8339687: Rearrange reachabilityFence()s in jdk.test.lib.util.ForceGC Backport-of: 51b85a1f692fed7a66bdc0fae21438a60aafe7c2 ! test/lib/jdk/test/lib/util/ForceGC.java Changeset: 159bd1cc Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:31:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/159bd1cc6fd640845b7f11d23e053fc53372c59e 8339902: Open source couple TextField related tests Backport-of: fde8508379d2983fa70784faef60699c81f9c359 + test/jdk/java/awt/TextField/CaretPositionTest/CaretPositionTest.java + test/jdk/java/awt/TextField/SetBoundsTest/SetBoundsTest.java + test/jdk/java/awt/TextField/SetEchoCharTest4/SetEchoCharTest4.java + test/jdk/java/awt/TextField/SetPasswordTest/SetPasswordTest.java + test/jdk/java/awt/TextField/ZeroEchoCharTest/ZeroEchoCharTest.java Changeset: e3b26387 Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:34:57 +0000 URL: https://git.openjdk.org/jdk17u/commit/e3b26387a3aa24640729086166fa52b6c5a6ea92 8331959: Update PKCS#11 Cryptographic Token Interface to v3.1 Backport-of: b4ab290fd7c3d914154755a1539b48ba33338c26 ! src/jdk.crypto.cryptoki/share/legal/pkcs11cryptotoken.md ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11.h ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11f.h ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/pkcs11t.h Changeset: 6400a16b Branch: master Author: Goetz Lindenmaier Date: 2024-12-17 13:38:06 +0000 URL: https://git.openjdk.org/jdk17u/commit/6400a16be535bd311574a9c93fdf9dd26eaa37ee 8341978: Improve JButton/bug4490179.java Use latch to synchronize actions in the test. Verify mouseButton3Released does not trigger actionPerformed while mouse button 1 is pressed. Ensure mouse button 1 is released. Verify releasing mouse button 1 triggers actionPerformed. Backport-of: 8174cbd5cb797a80d48246a686897ef6fe64ed57 ! test/jdk/javax/swing/JButton/bug4490179.java Changeset: 3f1ba564 Branch: master Author: Kerem Kat Committer: Aleksey Shipilev Date: 2024-12-18 07:11:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/3f1ba564642fd432d733d27756ec1e57d0f89655 8345296: AArch64: VM crashes with SIGILL when prctl is disallowed Reviewed-by: shade Backport-of: 3c60f0b2bb75150d49da9ab94d88b767275de5e2 ! src/hotspot/cpu/aarch64/register_aarch64.hpp ! src/hotspot/cpu/aarch64/vm_version_aarch64.cpp Changeset: 219afaf0 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:05:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/219afaf0f73b1a2e1f9f0970521196f4c9dc41d2 8320714: java/util/Locale/LocaleProvidersRun.java and java/util/ResourceBundle/modules/visibility/VisibilityTest.java timeout after passing Backport-of: 69c0b24386d0bcf2f2d623ccef0192a54753f916 ! test/jdk/java/util/Locale/LocaleProvidersRun.java ! test/jdk/java/util/ResourceBundle/modules/visibility/VisibilityTest.java Changeset: 7d8dd1bf Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:09:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/7d8dd1bfd424b4835b96138b53e0a3cfa751d747 8328185: Convert java/awt/image/MemoryLeakTest/MemoryLeakTest.java applet test to main Backport-of: 4e83f4cfc779e39cca0070b5729a508aeaa74654 ! test/jdk/java/awt/image/MemoryLeakTest/MemoryLeakTest.java Changeset: bf9edfb5 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:11:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/bf9edfb5ca6e5069b7047b6306e0062da63a1161 8328370: Convert java/awt/print/Dialog/PrintApplet.java applet test to main Backport-of: 476421efe574eca6ba92aaa7fc86dfca99fdd7b2 - test/jdk/java/awt/print/Dialog/PrintApplet.html - test/jdk/java/awt/print/Dialog/PrintApplet.java + test/jdk/java/awt/print/Dialog/PrintModalDialog.java Changeset: 46be5d57 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:12:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/46be5d57836598b8e063db04749d79b1d7360e48 8328717: Convert javax/swing/JColorChooser/8065098/bug8065098.java applet test to main Backport-of: a1fbbffb5e0d7e41a9c3041b7e64382780e86f50 ! test/jdk/javax/swing/JColorChooser/8065098/JColorChooserDnDTest.java - test/jdk/javax/swing/JColorChooser/8065098/bug8065098.html ! test/jdk/javax/swing/JColorChooser/8065098/bug8065098.java Changeset: 816822a8 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:14:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/816822a862ab2659ebbe500c9cb472ee939481a1 8328827: Convert java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html applet test to main Backport-of: db01fcd6d8c24b01a1f23c71b2917ff396b0686f + test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.html - test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest/PrinterDialogsModalityTest.java Changeset: cdf62864 Branch: master Author: Goetz Lindenmaier Date: 2024-12-18 11:15:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/cdf62864a7991a973a5108b8941f59ec1d6ca0ba 8328753: Open source few Undecorated Frame tests 8337886: java/awt/Frame/MaximizeUndecoratedTest.java fails in OEL due to a slight color difference Backport-of: 539990cd9a7241e7e9d8f5dc1fdf832eb0fa7860 + test/jdk/java/awt/Frame/FrameDialogMixedTest.java + test/jdk/java/awt/Frame/MaximizeUndecoratedTest.java + test/jdk/java/awt/Frame/MinimizeUndecoratedTest.java Changeset: e5c6eb07 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:51:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/e5c6eb07f5dc10df61cd13b3afd7cf7a569dd624 8328130: Remove applet usage from JColorChooser tests Test4759934 Backport-of: be1dd275a4b4fcae00e4c3c48b3e8e4b1d84ba2b - test/jdk/javax/swing/JColorChooser/Test4759934.html ! test/jdk/javax/swing/JColorChooser/Test4759934.java Changeset: 26cb49f2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:52:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/26cb49f24ae888f8906d5561538bc2cc00a0b32a 8328005: Convert java/awt/im/JTextFieldTest.java applet test to main Backport-of: cc5cda558736ffeae2a4611d87dfe280b9a4eac3 - test/jdk/java/awt/im/JTextFieldTest.html ! test/jdk/java/awt/im/JTextFieldTest.java Changeset: 3c634c49 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:54:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/3c634c4938f842331e53019c1f119535249f35d8 8339943: Frame not disposed in java/awt/dnd/DropActionChangeTest.java Backport-of: fa502ecd2d1040ee2fe26d0ac5dd547379a0ade7 ! test/jdk/java/awt/dnd/DropActionChangeTest.java Changeset: 9d0d036e Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:55:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/9d0d036ed790946312d8a5b7431ba258e02545a4 8338426: Test java/nio/channels/Selector/WakeupNow.java failed Backport-of: 0853aee3b377cf9f17340a85f600651db42e6999 ! test/jdk/java/nio/channels/Selector/WakeupNow.java Changeset: 33ff5192 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:57:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/33ff51929f3c7442e5c394a4238c68cfad10ac30 8340116: test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java can fail due to regex Backport-of: 7e87c071b0fd832473f17ec0f579df40bea62950 ! test/jdk/sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java Changeset: 7203110a Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 12:58:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/7203110a2b6b7f8dcd386a8266116db295f9439c 8333427: langtools/tools/javac/newlines/NewLineTest.java is failing on Japanese Windows Backport-of: 1b0281dc77f41fc5df323c7f7b25a4138b1ffb9e ! test/langtools/tools/javac/newlines/NewLineTest.java Changeset: c6bcba22 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:00:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/c6bcba227955ea985dada45e46202666ea85284a 8342270: Test sun/security/pkcs11/Provider/RequiredMechCheck.java needs write access to src tree Backport-of: 342fe42555a0e892d21d187287ab996be199abb1 ! test/jdk/sun/security/pkcs11/PKCS11Test.java ! test/jdk/sun/security/pkcs11/Provider/MultipleLogins.sh Changeset: 1da01792 Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:02:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/1da01792a43f26e2a3134e93b8bd88a0179b9496 8277240: java/awt/Graphics2D/ScaledTransform/ScaledTransform.java dialog does not get disposed Backport-of: 52c0b09b62ca82f7e0cbe910cb92243131f06765 ! test/jdk/java/awt/Graphics2D/ScaledTransform/ScaledTransform.java Changeset: 21f2c1bb Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:03:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/21f2c1bb383e1383eb667c930ec67ca979ef0404 8342811: java/net/httpclient/PlainProxyConnectionTest.java failed: Unexpected connection count: 5 Reviewed-by: rrich Backport-of: 59ffac84d39250623b0e6bcb871b5b3fe9c9cfe6 ! test/jdk/java/net/httpclient/PlainProxyConnectionTest.java Changeset: e34f9abc Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:05:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/e34f9abc8e5412b282a96571297008349392e4d2 8342541: Exclude List/KeyEventsTest/KeyEventsTest.java from running on macOS Backport-of: bb7a8403ba1b32b2d97c0bd3ec78dac1832f5289 ! test/jdk/java/awt/List/KeyEventsTest/KeyEventsTest.java Changeset: bfc957aa Branch: master Author: Goetz Lindenmaier Date: 2024-12-19 13:06:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/bfc957aa795dd3656c9f1ecf92e68be2b5144ec0 8344646: The libjsig deprecation warning should go to stderr not stdout Backport-of: efeacfee015d1105dcd75e489d367a7716441fa8 ! src/java.base/unix/native/libjsig/jsig.c Changeset: d9aa7050 Branch: master Author: Goetz Lindenmaier Date: 2024-12-21 08:21:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/d9aa705004fa32f4291fb038e587e42133eb0969 8315952: Open source several Swing JToolbar JTooltip JTree tests Backport-of: d2b2f6759f7b9eb6df8eaa84b88e064c636b24a8 + test/jdk/javax/swing/JToolBar/bug4368050.java + test/jdk/javax/swing/JToolBar/bug4465534.java + test/jdk/javax/swing/JToolBar/bug4700351.java + test/jdk/javax/swing/JToolTip/bug4107843.java + test/jdk/javax/swing/JTree/bug4161685.java Changeset: 10ea45e2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-21 08:22:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/10ea45e21484215849e4216004411fad93da635c 8316149: Open source several Swing JTree JViewport KeyboardManager tests 8316627: JViewport Test headless failure Backport-of: c89fc273a893e2c981f7c07cc05ba81125816f2f + test/jdk/javax/swing/JTree/bug4696499.java + test/jdk/javax/swing/JTree/bug5039542.java + test/jdk/javax/swing/JViewport/bug4546474.java + test/jdk/javax/swing/JViewport/bug4677611.java + test/jdk/javax/swing/KeyboardManager/bug4345798.java Changeset: 247815b2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-21 08:23:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/247815b28d0b49af3094d779b29208dc65b3f59d 8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64 Reviewed-by: aph, rrich Backport-of: 83e9e482b181e76ca9f645e8cc83cfa9337df498 ! src/hotspot/share/runtime/handshake.cpp Changeset: a35aef83 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:15:25 +0000 URL: https://git.openjdk.org/jdk17u/commit/a35aef83376ddb934cbbf7ec061b04fc58d62246 8316056: Open source several Swing JTree tests Backport-of: 5f6cee86ef765677b0b9dc3662f4f20b636732bc + test/jdk/javax/swing/JTree/bug4210432.java + test/jdk/javax/swing/JTree/bug4213868.java + test/jdk/javax/swing/JTree/bug4224491.java + test/jdk/javax/swing/JTree/bug4237370.java + test/jdk/javax/swing/JTree/bug4662505.java Changeset: 409158e2 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:16:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/409158e280a63fef485cfbf913643102c83b61bb 8315883: Open source several Swing JToolbar tests Backport-of: 62c0a1b9ac6462233f3ee06af470be9844e9e226 + test/jdk/javax/swing/JToolBar/bug4138694.java + test/jdk/javax/swing/JToolBar/bug4140421.java + test/jdk/javax/swing/JToolBar/bug4196662.java + test/jdk/javax/swing/JToolBar/bug4243930.java Changeset: 0ea0b86f Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:26:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/0ea0b86f8f300db8e67bae277896d5c001109610 8329210: Delete Redundant Printer Dialog Modality Test Backport-of: 7ac2f914aadf7fb12b7258e54efae959e15d6721 - test/jdk/java/awt/print/Dialog/PrintModalDialog.java ! test/jdk/java/awt/print/PrinterJob/PrinterDialogsModalityTest.java Changeset: 0b14f53a Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:28:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/0b14f53ade5355639980da4ec78a169d40e0e01a 8326421: Add jtreg test for large arrayCopy disjoint case. Backport-of: 73cdc9a070249791f7d228a93fe5b9335c5f72bd + test/hotspot/jtreg/compiler/arraycopy/TestArrayCopyDisjointLarge.java Changeset: b121ce5a Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:29:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/b121ce5a21265db515e8252d2c8f6e9d7ca03423 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java Backport-of: 7d1bbff076c063d066951eedb21de7e694e588b3 ! test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java Changeset: e7fedf5e Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:30:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/e7fedf5e1db42adaf1e4f266a718bfec1f28ff95 8343128: PassFailJFrame.java test result: Error. Bad action for script: build} Use HTML character entity in javadoc to prevent jtreg from recognising PassFailJFrame.java as a test file. Backport-of: 7bca0af481e2ab1d9576fdf400079b4e4ca91e89 ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 8f93d8ab Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:31:41 +0000 URL: https://git.openjdk.org/jdk17u/commit/8f93d8ab9860771d5ab593d92cf71312b608f9f5 8342602: Remove JButton/PressedButtonRightClickTest test Backport-of: 8647c00114385f74939bf705c9c07e709f41a18d - test/jdk/javax/swing/JButton/PressedButtonRightClickTest.java ! test/jdk/javax/swing/JButton/bug4490179.java Changeset: e6fb6624 Branch: master Author: Goetz Lindenmaier Date: 2024-12-24 11:32:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/e6fb662484d3b24406b1ce13f17a087c05bc39cc 8345414: Google CAInterop test failures Backport-of: 8e9ba788ae04a9a617a393709bf2c51a0c157206 ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 5623e10b Branch: master Author: SendaoYan Date: 2024-12-25 13:18:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/5623e10b38634415bb42a05f8c1f9dcbaf25951c 8331153: JFR: Improve logging of jdk/jfr/api/consumer/filestream/TestOrdered.java Backport-of: f3bb3e21704dd47c6c5d5753ca5882520a538c06 ! test/jdk/jdk/jfr/api/consumer/filestream/TestOrdered.java Changeset: a266ca03 Branch: master Author: SendaoYan Date: 2024-12-27 01:50:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/a266ca03fec4d610dba45bada26ee31cd4564a87 8323196: jdk/jfr/api/consumer/filestream/TestOrdered.java failed with "Events are not ordered! Reuse = false" Backport-of: bdd96604ae55ba0cd3cd3363e2ba44205d8aa3aa ! test/jdk/jdk/jfr/api/consumer/filestream/TestOrdered.java Changeset: 743724ef Branch: master Author: Goetz Lindenmaier Date: 2024-12-27 10:03:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/743724ef7262f3e0bec8f031f7eeaa4e1e4dda78 8319567: Update java/lang/invoke tests to support vm flags 8319568: Update java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java to accept vm flags 8319672: Several classloader tests ignore VM flags 8319676: A couple of jdk/modules/incubator/ tests ignore VM flags 8319677: Test jdk/internal/misc/VM/RuntimeArguments.java should be marked as flagless Reviewed-by: mdoerr Backport-of: 1588dd934ce4e00a060e329b80f721d894559597 ! test/jdk/java/lang/ClassLoader/Assert.java ! test/jdk/java/lang/ClassLoader/GetSystemPackage.java ! test/jdk/java/lang/ClassLoader/getResource/GetResource.java ! test/jdk/java/lang/invoke/condy/CondyNestedResolutionTest.java ! test/jdk/java/lang/invoke/findSpecial/FindSpecialTest.java - test/jdk/java/lang/invoke/lambda/LUtils.java ! test/jdk/java/lang/invoke/lambda/LambdaAccessControlDoPrivilegedTest.java ! test/jdk/java/lang/invoke/lambda/LambdaAccessControlTest.java ! test/jdk/java/lang/invoke/lambda/LambdaAsm.java ! test/jdk/java/lang/invoke/lambda/LambdaStackTrace.java ! test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java ! test/jdk/java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java ! test/jdk/jdk/internal/loader/URLClassPath/LargeClasspathWithPkgPrefix.java ! test/jdk/jdk/internal/misc/VM/RuntimeArguments.java ! test/jdk/jdk/modules/incubator/DefaultImage.java ! test/jdk/jdk/modules/incubator/ImageModules.java Changeset: 6ef13abb Branch: master Author: Goetz Lindenmaier Date: 2024-12-27 10:10:21 +0000 URL: https://git.openjdk.org/jdk17u/commit/6ef13abbb85221ff8b069bb0fda89241237d19c4 8339883: Open source several AWT/2D related tests Backport-of: b26645f64bb6dd3efafaceb92bedeaf8f93906e3 + test/jdk/java/awt/GraphicsConfiguration/NonDefaultGC.java + test/jdk/java/awt/GraphicsConfiguration/Position.java + test/jdk/sun/java2d/pipe/DrawImageBgTest.java = test/jdk/sun/java2d/pipe/duke.gif Changeset: ac222190 Branch: master Author: Goetz Lindenmaier Date: 2024-12-27 10:13:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/ac2221902be1a41b4b904a92901b5e388442d7d3 8342609: jpackage test helper function incorrectly removes a directory instead of its contents only Backport-of: 7133d1b983d7b85ba3c8dde26eb654c7ab695b07 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java Changeset: 3bc06ab8 Branch: master Author: Antonio Vieiro Committer: Martin Doerr Date: 2024-12-27 11:55:22 +0000 URL: https://git.openjdk.org/jdk17u/commit/3bc06ab80f09b57dc10b182d9bc1ab1584cf6706 8341424: GHA: Collect hs_errs from build time failures 8342704: GHA: Report truncation is broken after JDK-8341424 Backport-of: 0011704ec813414bfe71d7232882a1d03c362b48 ! .github/scripts/gen-build-failure-report.sh ! .github/scripts/gen-test-results.sh + .github/scripts/report-utils.sh Changeset: 81d7b70c Branch: master Author: SendaoYan Date: 2024-12-27 12:30:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/81d7b70c5d01d459d2bf4a3934d46ae2aff83a67 8341881: [REDO] java/nio/file/attribute/BasicFileAttributeView/CreationTime.java#tmp fails on alinux3 8342145: File libCreationTimeHelper.c compile fails on Alpine Backport-of: c7c7280f6e25fb68950bad93aa20a96cfc9f35b3 ! test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTime.java ! test/jdk/java/nio/file/attribute/BasicFileAttributeView/CreationTimeHelper.java ! test/jdk/java/nio/file/attribute/BasicFileAttributeView/libCreationTimeHelper.c Changeset: 487b9a59 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:25:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/487b9a594038d81cff2916d6e7fdc9b51c7986b2 8315825: Open some swing tests Backport-of: e015e6ce28e263e546cd1b6583a4a3ecc431d576 + test/jdk/javax/swing/JComponent/bug4765272.java + test/jdk/javax/swing/JComponent/bug4979794.java + test/jdk/javax/swing/JPanel/bug4907772.java + test/jdk/javax/swing/RootPaneChecking/RootPaneChecking.java Changeset: 1d525cc9 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:28:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/1d525cc9f3060fe8a331098063171ec8e95a2eb6 8315882: Open some swing tests 2 Backport-of: d2d7d9a8b7c68865553dcbb4d660bbb06fde3974 + test/jdk/javax/swing/JScrollPane/bug4688907.java + test/jdk/javax/swing/SpringLayout/bug4756178.java + test/jdk/javax/swing/SpringLayout/bug4803649.java Changeset: 7625c826 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:29:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/7625c82641700a2e33af8e4f53996e7580ee2def 8316218: Open some swing tests 5 Backport-of: 788e6e154824317cf92884510c2ee116bc64f510 + test/jdk/javax/swing/AbstractButton/bug4290656.java + test/jdk/javax/swing/LookAndFeel/isJavaLAFLockedCorrectly.java + test/jdk/javax/swing/LookAndFeel/isMultiLAFLockedCorrectly.java + test/jdk/javax/swing/MetalInternalFrameTitlePane/bug4221007.java Changeset: 6f0f175b Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:30:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/6f0f175b395be2cf2ea8fddae1dfcbc7bb1d0bf4 8316371: Open some swing tests 6 Backport-of: d3a79b5861be27227b8c28cb3acdce089b74c50b + test/jdk/javax/swing/AbstractDocument/bug4549069.java + test/jdk/javax/swing/AbstractWriter/bug4185537.java + test/jdk/javax/swing/DefaultTableCellRenderer/bug4240870.java + test/jdk/javax/swing/JTableHeader/bug4243927.java + test/jdk/javax/swing/LookAndFeel/bug4736093.java Changeset: 2171eda5 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:31:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/2171eda5983417f9b38a5e9d0e99859bee94791c 8316146: Open some swing tests 4 Backport-of: 3105538de5569845547b40f243a994a95a84b48f + test/jdk/javax/swing/BasicMenuItemUI/bug4239714.java + test/jdk/javax/swing/BasicMenuUI/bug4244616.java + test/jdk/javax/swing/LookAndFeel/bug4306431.java + test/jdk/javax/swing/ToolTipManager/bug5078214.java Changeset: 5adbdac1 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:34:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/5adbdac14d9980542002c52172c40fdf55d5696c 8328558: Convert javax/swing/JCheckBox/8032667/bug8032667.java applet test to main Backport-of: ef2bd5721316f208a458fecfffa02ec2c0ea7fe0 - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.html - test/jdk/javax/swing/JCheckBox/8032667/bug8032667.java - test/jdk/javax/swing/JCheckBox/8032667/bug8032667_image_diff.java + test/jdk/javax/swing/JCheckBox/bug8032667.java Changeset: 65fde365 Branch: master Author: Goetz Lindenmaier Date: 2024-12-30 22:35:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/65fde365263e0ec532c2ac2df406f59f711e4902 8332158: [XWayland] test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java Backport-of: b1b4cd429a4135840966975dd0c068fe428e2ee6 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Mouse/EnterExitEvents/ResizingFrameTest.java Changeset: d929b803 Branch: master Author: Matthias Baesken Date: 2025-01-02 08:23:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/d929b803836436314a62ede766467d3b436e00ff 8341722: Fix some warnings as errors when building on Linux with toolchain clang Reviewed-by: mdoerr Backport-of: 3aa59b3139d6ca88afb4339510b0a47ec15c8959 ! src/jdk.hotspot.agent/linux/native/libsaproc/LinuxDebuggerLocal.cpp ! src/jdk.hotspot.agent/linux/native/libsaproc/symtab.c ! src/jdk.jpackage/share/native/common/Log.cpp Changeset: d7df4c51 Branch: master Author: Goetz Lindenmaier Date: 2025-01-03 10:29:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/d7df4c515e1a33ac28c7b1e4f2b391c3b0883891 8281234: The -protected option is not always checked in keytool and jarsigner Reviewed-by: mdoerr Backport-of: fc918a73d0dcc28146e60f15e978209424a32576 ! src/java.base/share/classes/sun/security/tools/keytool/Main.java ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java + test/jdk/sun/security/tools/jarsigner/AutoKeyStore.java ! test/lib/jdk/test/lib/SecurityTools.java Changeset: d3b28d47 Branch: master Author: Goetz Lindenmaier Date: 2025-01-03 10:32:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/d3b28d47fac02c6c9848a45f63a9b66437f8fb2c 8283387: [macos] a11y : Screen magnifier does not show selected Tab Backport-of: d5cd4a3a28a85bbcaa3c0c7f2e74e0684b5efcab ! src/java.desktop/share/classes/javax/swing/JTabbedPane.java + test/jdk/javax/accessibility/JTabbedPane/AccessibleTabbedPaneTest.java Changeset: 7e421445 Branch: master Author: Goetz Lindenmaier Date: 2025-01-03 10:34:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/7e421445c8e4b193ae5bc6426b1dd31972bef9ff 8283404: [macos] a11y : Screen magnifier does not show JMenu name Backport-of: ecec611af6c6314d7a834392f38468ad3f390e2d ! src/java.desktop/macosx/native/libawt_lwawt/awt/a11y/MenuAccessibility.m + test/jdk/javax/accessibility/JMenu/TestJMenuScreenMagnifier.java Changeset: e0b1651c Branch: master Author: Goetz Lindenmaier Date: 2025-01-03 10:35:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/e0b1651cd7eb96da96a7c006566c0d23437ee932 8312518: [macos13] setFullScreenWindow() shows black screen on macOS 13 & above Backport-of: 999e556be4302de4b6911e6d62ee5ca556a76469 ! src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.m + test/jdk/java/awt/FullScreen/SetFullScreenTest.java Changeset: aedd0be5 Branch: master Author: Goetz Lindenmaier Date: 2025-01-03 10:36:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/aedd0be591a8d1c76832f66878c4f182e542ce4e 8343101: Rework BasicTest.testTemp test cases 8343178: Test BasicTest.java javac compile fails cannot find symbol Reviewed-by: mdoerr Backport-of: fe9284a8c523bc747e107836c85114864efab2a1 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TestBuilder.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java Changeset: 0d21d0a3 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 08:57:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/0d21d0a36ab869b5c75108132cf5609a6d0a0ad1 8296591: Signature benchmark Backport-of: a5d838c337599d740e7940d7303b327199f4d07b + test/micro/org/openjdk/bench/java/security/Signatures.java Changeset: 552e3cba Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 08:59:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/552e3cbaf1c50c8a26dab54b556b86f54ee9fb26 8306711: Improve diagnosis of `IntlTest` framework Backport-of: f3c90f0445df359a8bc03630fc5cde2843bbfef1 ! test/jdk/java/text/Normalizer/ICUBasicTest.java ! test/jdk/java/text/testlib/IntlTest.java Changeset: 69f0b907 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 10:01:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/69f0b907eca6bffef4acaaf78c4d408acbc98e44 8316559: Refactor some util/Calendar tests to JUnit Backport-of: 355811a996544c54cde9ff232450f5e5c8e1e632 ! test/jdk/java/util/Calendar/BuddhistCalendarTest.java ! test/jdk/java/util/Calendar/Bug4302966.java ! test/jdk/java/util/Calendar/Bug4766302.java ! test/jdk/java/util/Calendar/bug4028518.java ! test/jdk/java/util/Calendar/bug4100311.java ! test/jdk/java/util/Calendar/bug4243802.java ! test/jdk/java/util/Calendar/bug4316678.java ! test/jdk/java/util/Calendar/bug4372743.java ! test/jdk/java/util/Calendar/bug4401223.java ! test/jdk/java/util/Calendar/bug4514831.java Changeset: ca90fda6 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 10:15:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/ca90fda622c39d9d813857de6e52a959c6052798 8340480: Bad copyright notices in changes from JDK-8339902 Backport-of: fdc16a373459cb2311316448c765b1bee5c73694 ! test/jdk/java/awt/TextField/CaretPositionTest/CaretPositionTest.java ! test/jdk/java/awt/TextField/SetBoundsTest/SetBoundsTest.java ! test/jdk/java/awt/TextField/SetEchoCharTest4/SetEchoCharTest4.java ! test/jdk/java/awt/TextField/SetPasswordTest/SetPasswordTest.java ! test/jdk/java/awt/TextField/ZeroEchoCharTest/ZeroEchoCharTest.java Changeset: 255a4aa8 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 10:18:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/255a4aa8865e670d6ed32e78bcb1ce6efeb3b81c 8340719: Open source AWT List tests Backport-of: b11066b56b69b2c526539e712cef47723098597f ! test/jdk/ProblemList.txt + test/jdk/java/awt/List/HandlingKeyEventIfMousePressedTest.java + test/jdk/java/awt/List/ListActionEventTest.java + test/jdk/java/awt/List/MultiSelectionListHorizScrollbar.java + test/jdk/java/awt/List/RepaintAfterResize.java Changeset: 34fd1217 Branch: master Author: Goetz Lindenmaier Date: 2025-01-07 10:20:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/34fd1217b325ee433fd354fde273d86d021f9bea 8339524: Clean up a few ExtendedRobot tests Backport-of: 16232578d9acf9d0b5a9ad0e7530291471b5cc9c ! test/jdk/javax/swing/JInternalFrame/6725409/bug6725409.java Changeset: 96100ad2 Branch: master Author: Goetz Lindenmaier Date: 2025-01-08 07:04:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/96100ad2f4c71d924468c1feed37f323eebf91dc 8293412: Remove unnecessary java.security.egd overrides Reviewed-by: mdoerr Backport-of: 79d163d4994d235266117b425498b0df3d16c3c4 ! test/jdk/sun/security/provider/SeedGenerator/SeedGeneratorChoice.java ! test/jdk/sun/security/tools/jarsigner/compatibility/Compatibility.java ! test/lib/jdk/test/lib/SecurityTools.java Changeset: 53d7539a Branch: master Author: Liam Miller-Cushon Committer: Paul Hohensee Date: 2025-01-09 15:59:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/53d7539a889cbcfffa8524fd9e47efdf5c121d87 8336942: Improve test coverage for class loading elements with annotations of different retentions Reviewed-by: phh Backport-of: e36ce5f0341e8d0ec06cb12d0b2c0aa084401021 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java Changeset: 6bbc5515 Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:03:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/6bbc5515d3daeb50ceb060c9094e7b651976689f 8290400: Must run exe installers in jpackage jtreg tests without UI Backport-of: 1af7c33df59cd043bdae3f681aeded2919dc27aa ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java Changeset: acd2d806 Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:04:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/acd2d806ec2957549e50a3dae05219a79e9014b4 8296818: Enhance JMH tests java/security/Signatures.java Backport-of: 8752bb4be8ff71b57ddc262fde73fb3102a1a179 ! test/micro/org/openjdk/bench/java/security/Signatures.java Changeset: ce49efd0 Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:06:23 +0000 URL: https://git.openjdk.org/jdk17u/commit/ce49efd0dad9518c7c1326c1e40cdfeff9d3024e 8292588: [macos] Multiscreen/MultiScreenLocationTest/MultiScreenLocationTest.java: Robot.mouseMove test failed on Screen #0 Backport-of: 2a579ab8392d30a35f044954178c788d16d4b800 ! test/jdk/java/awt/Multiscreen/MultiScreenLocationTest/MultiScreenLocationTest.java ! test/jdk/java/awt/regtesthelpers/Util.java Changeset: fe3e985e Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:07:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/fe3e985e748a6f9a93ebb4a2bc0c2edebd604f5c 8292704: sun/security/tools/jarsigner/compatibility/Compatibility.java use wrong key size for EC Reviewed-by: mbaesken Backport-of: 130a9f138759c2f8504a83a6f3a93b1f219f0a42 ! test/jdk/sun/security/tools/jarsigner/compatibility/Compatibility.java ! test/jdk/sun/security/tools/jarsigner/warnings/Test.java Changeset: 4dab8ba7 Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:09:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/4dab8ba756922b1d2b276cc62d6a07e1defc7611 8311306: Test com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java failed: out of expected range Backport-of: e1fd663f224909c09f2f6fab7ad20f7b7864b62b ! test/jdk/com/sun/management/ThreadMXBean/ThreadCpuTimeArray.java Changeset: 36481ddf Branch: master Author: Goetz Lindenmaier Date: 2025-01-10 16:12:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/36481ddf69fd57ecaa11f2408eb2462df85e1894 8328368: Convert java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java applet test to main Backport-of: ba05c6d0b6955a0c5110b75e709e2206961f9fec + test/jdk/java/awt/image/multiresolution/MultiDisplayTest.java - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.html - test/jdk/java/awt/image/multiresolution/MultiDisplayTest/MultiDisplayTest.java Changeset: c93489b6 Branch: master Author: Sorna Sarathi N Committer: Martin Doerr Date: 2025-01-13 09:26:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/c93489b616f8136295a44bca55581914db8c5483 8314610: hotspot can't compile with the latest of gtest because of Backport-of: febc34dd285c3382716e068748d4a3b0c73d87ad ! test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp Changeset: 0228f7c4 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:12:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/0228f7c4c1bd42a0ea44563a7ec9b8a747d1b49a 8208565: [TEST_BUG] javax\swing\PopupFactory\6276087\NonOpaquePopupMenuTest.java throws NPE 8065099: [macos] javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java fails: no background shine through Backport-of: 72f82dd723bf1c048d140238154580db434706e2 ! test/jdk/ProblemList.txt ! test/jdk/javax/swing/PopupFactory/6276087/NonOpaquePopupMenuTest.java Changeset: 6a1576d4 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:18:11 +0000 URL: https://git.openjdk.org/jdk17u/commit/6a1576d48d6876d6bc071040c24b966ef130064d 8317636: Improve heap walking API tests to verify correctness of field indexes Backport-of: f31957e6a1c463e5c7041bf4eee4a1b09048e929 + test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/FieldIndicesTest.java + test/hotspot/jtreg/serviceability/jvmti/FollowReferences/FieldIndices/libFieldIndicesTest.cpp Changeset: b0286b3e Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:21:11 +0000 URL: https://git.openjdk.org/jdk17u/commit/b0286b3e3b835b6efd0433da0bdd064a48adf1df 8327505: Test com/sun/jmx/remote/NotificationMarshalVersions/TestSerializationMismatch.java fails Backport-of: 2b79c22c43a2de0815e77c9aa71f010906be8670 ! test/jdk/com/sun/jmx/remote/NotificationMarshalVersions/Client/Client.java Changeset: 06c82427 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:22:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/06c824272a9b15472a485626e1645b1b6adfe2ac 8198237: [macos] Test java/awt/Frame/ExceptionOnSetExtendedStateTest/ExceptionOnSetExtendedStateTest.java fails Backport-of: 862e6156960639564aed5de16de9a26320770a80 ! test/jdk/ProblemList.txt Changeset: 7c825dd4 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:24:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/7c825dd41eb5078bf26546e891bc7106aab0a089 8314225: SIGSEGV in JavaThread::is_lock_owned Reviewed-by: rrich Backport-of: ad0b54d429fdbd806c09aa06bb42f1ed4a0297e8 ! src/hotspot/share/jfr/leakprofiler/checkpoint/rootResolver.cpp ! src/hotspot/share/runtime/deoptimization.cpp ! src/hotspot/share/runtime/monitorChunk.cpp ! src/hotspot/share/runtime/monitorChunk.hpp ! src/hotspot/share/runtime/synchronizer.cpp ! src/hotspot/share/runtime/thread.cpp ! src/hotspot/share/runtime/thread.hpp ! src/hotspot/share/runtime/vframeArray.cpp ! src/hotspot/share/runtime/vframeArray.hpp Changeset: 59f98c15 Branch: master Author: Goetz Lindenmaier Date: 2025-01-13 15:27:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/59f98c15d78751c54d1273882ac729f54ebd4176 8226933: [TEST_BUG]GTK L&F: There is no swatches or RGB tab in JColorChooser Backport-of: 5c4f1ef746b0c373a131726d74d27f0e0cc6e40d ! test/jdk/javax/swing/JColorChooser/Test4887836.java + test/jdk/javax/swing/plaf/basic/BasicSliderUI/bug4419255.java Changeset: 54914367 Branch: master Author: Richard Reingruber Date: 2025-01-14 07:54:16 +0000 URL: https://git.openjdk.org/jdk17u/commit/54914367b854afe577f7002e8a5505ff5aabb528 8328085: C2: Use after free in PhaseChaitin::Register_Allocate() Backport-of: a21862ab00317842da006eae453865badd4dc30f ! src/hotspot/share/opto/postaloc.cpp Changeset: 10e109d2 Branch: master Author: Goetz Lindenmaier Date: 2025-01-14 13:29:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/10e109d200d3ae3c19d5da9130cdc9215a32816f 8311663: Additional refactoring of Locale tests to JUnit Reviewed-by: rschmelter Backport-of: 71cac8ce47b69a2b78d54cbceb0f0510e5ea4cdc ! test/jdk/java/util/Locale/Bug6989440.java ! test/jdk/java/util/Locale/Bug8035133.java ! test/jdk/java/util/Locale/Bug8135061.java ! test/jdk/java/util/Locale/Bug8159420.java ! test/jdk/java/util/Locale/Bug8166994.java ! test/jdk/java/util/Locale/Bug8179071.java ! test/jdk/java/util/Locale/FilteringModeTest.java ! test/jdk/java/util/Locale/HashCodeTest.java ! test/jdk/java/util/Locale/ThaiGov.java + test/jdk/java/util/Locale/UseOldISOCodesTest.java Changeset: dffe2dcb Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:18:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/dffe2dcbc17671aff1a15a28401f11de2199b54d 8276202: LogFileOutput.invalid_file_vm asserts when being executed from a read only working directory Backport-of: d9541c5e9f68f2b76e6e1d09bc24750b7c9a5b5b ! test/hotspot/gtest/logging/logTestFixture.cpp ! test/hotspot/gtest/logging/logTestUtils.inline.hpp ! test/hotspot/gtest/logging/test_logFileOutput.cpp Changeset: 02466963 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:19:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/024669637577b82ee15f7822458a77312a68f3d9 8305853: java/text/Format/DateFormat/DateFormatRegression.java fails with "Uncaught exception thrown in test method Test4089106" Backport-of: 8e36c05d6c80f6bdcd8a7530a382810f500885ad ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java Changeset: 24c1243b Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:20:41 +0000 URL: https://git.openjdk.org/jdk17u/commit/24c1243b7c19be910c2fb2790441065a8b83e701 8312416: Tests in Locale should have more descriptive names Backport-of: a9a3463afb33b9df4cbf64d1866255bff638824f = test/jdk/java/util/Locale/AliasesShouldBeRecognizedInCLDR.java - test/jdk/java/util/Locale/Bug4152725.java = test/jdk/java/util/Locale/HashCodeShouldBeThreadSafe.java = test/jdk/java/util/Locale/LegacyCodesClassInvariant.java = test/jdk/java/util/Locale/LegacyCodesClassInvariant_he = test/jdk/java/util/Locale/LegacyCodesClassInvariant_id = test/jdk/java/util/Locale/LegacyCodesClassInvariant_yi = test/jdk/java/util/Locale/LocaleMatchingTest.java + test/jdk/java/util/Locale/LocaleShouldSetFromCLI.java = test/jdk/java/util/Locale/LookupOnValidRangeTest.java = test/jdk/java/util/Locale/MatchEmptyWeightCorrectly.java = test/jdk/java/util/Locale/ProviderPoolMultiThreadAccess.java = test/jdk/java/util/Locale/SubsequentRangeParsingTest.java = test/jdk/java/util/Locale/TurkishLangRangeTest.java - test/jdk/java/util/Locale/bug4123285.html - test/jdk/java/util/Locale/bug4123285.java Changeset: 89202960 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:22:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/89202960f3e4c58b56a300ca43e2b18eaefc5e7b 8328819: Remove applet usage from JFileChooser tests bug6698013 Backport-of: e3588bba0451d7d505b0e22d014842110677041b - test/jdk/javax/swing/JFileChooser/6698013/bug6698013.html ! test/jdk/javax/swing/JFileChooser/6698013/bug6698013.java Changeset: 88c1aa2b Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:22:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/88c1aa2bd72c105728e0085421fb60c3e1d236a7 8325529: Remove unused imports from `ModuleGenerator` test file Backport-of: 4035d85f098449b199d60bce20dfbc2cb236e88c ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/SampleApi.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/DocCommentGenerator.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/Documentifier.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/ModuleGenerator.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/generator/PackageGenerator.java ! test/langtools/jdk/javadoc/tool/sampleapi/lib/sampleapi/util/SimpleMultiplier.java Changeset: eede9d38 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:23:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/eede9d3886316f222ebdd8bb0b220de2eddd9662 8324807: Manual printer tests have no Pass/Fail buttons, instructions close set 2 Backport-of: ed821cbe857363e049f3c640ae4546c340a577ac ! test/jdk/java/awt/print/PrinterJob/Collate2DPrintingTest.java ! test/jdk/java/awt/print/PrinterJob/DrawImage.java ! test/jdk/java/awt/print/PrinterJob/DrawStringMethods.java ! test/jdk/java/awt/print/PrinterJob/InvalidPage.java ! test/jdk/java/awt/print/PrinterJob/JobName/PrinterJobName.java ! test/jdk/java/awt/print/PrinterJob/NumCopies.java Changeset: 19345adc Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:24:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/19345adcf708f74c89d44a3df60ba72a4692ae34 8340687: Open source closed frame tests #1 Backport-of: 47fcf5a3b0796ffeb6407be961ceb552ca2a40f8 + test/jdk/java/awt/Frame/DefaultFrameIconTest.java + test/jdk/java/awt/Frame/DisposeTest.java + test/jdk/java/awt/Frame/FramePaintTest.java + test/jdk/java/awt/Frame/MenuCrash.java Changeset: 77ce0049 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:26:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/77ce00491af29399e5363a96a9ec7735aca685f4 8333403: Write a test to check various components events are triggered properly Backport-of: a02d895f7ad59fe33f8a761dbd7bceb0b8dfefc0 + test/jdk/java/awt/Component/ComponentEventTest.java Changeset: 032d1ae4 Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:27:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/032d1ae4e048f41305a79dea4c8a89889e02203a 8342498: Add test for Allocation elimination after use as alignment reference by SuperWord Backport-of: f62fc4844125cc20a91dc2be39ba05a2d3aca8cf + test/hotspot/jtreg/compiler/loopopts/superword/TestEliminateAllocationWithCastP2XUse.java Changeset: 72bdddec Branch: master Author: Goetz Lindenmaier Date: 2025-01-16 08:28:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/72bdddece423d94cec4dae8f346ef6d688c3a1b8 8342508: Use latch in BasicMenuUI/bug4983388.java instead of delay Backport-of: 02ec8ca2d6ccbabc6740b60be8fe1f8b2110f0ca ! test/jdk/javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java Changeset: df6014ef Branch: master Author: Satyen Subramaniam Committer: Paul Hohensee Date: 2025-01-16 15:31:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/df6014ef96bf90ac738fff87bafe30167eaea365 8346887: DrawFocusRect() may cause an assertion failure Backport-of: 8eddf67c82a2af4d704c4063ad802640770b3c26 ! src/java.desktop/windows/native/libawt/windows/awt_Button.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Checkbox.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Component.cpp Changeset: 25c7a7bd Branch: master Author: Alexey Bakhtin Date: 2025-01-17 16:55:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/25c7a7bdc1470e2e8e8cc0844ce95fac7c501103 8179502: Enhance OCSP, CRL and Certificate Fetch Timeouts Reviewed-by: yan Backport-of: 2836c34b64e4626e25c86a53e5bef2bf32f95d2e ! src/java.base/share/classes/sun/security/action/GetPropertyAction.java ! src/java.base/share/classes/sun/security/provider/certpath/OCSP.java ! src/java.base/share/classes/sun/security/provider/certpath/URICertStore.java + test/jdk/java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java ! test/jdk/java/security/testlibrary/CertificateBuilder.java + test/jdk/sun/security/x509/URICertStore/AIACertTimeout.java ! test/jdk/sun/security/x509/URICertStore/CRLReadTimeout.java Changeset: 2b8c19ae Branch: master Author: Alexey Bakhtin Date: 2025-01-17 19:23:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/2b8c19ae399e3f450f2ba0b42bbc4538e3fd51fc 8309740: Expand timeout windows for tests in JDK-8179502 Backport-of: 5ca4cdd2caceba9dad8025e5a8851740a3961921 ! test/jdk/java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java ! test/jdk/sun/security/x509/URICertStore/AIACertTimeout.java ! test/jdk/sun/security/x509/URICertStore/CRLReadTimeout.java Changeset: 6a5aaaa9 Branch: master Author: Alexey Bakhtin Date: 2025-01-17 19:37:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/6a5aaaa9697030ba7a6dff99dbcfc528c4318fb2 8310629: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java fails with RuntimeException Server not ready Backport-of: b20dc1e9cda1ea3a76b3f14c778c6816e5cc1c0c ! test/jdk/java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java Changeset: 18f76698 Branch: master Author: Alexey Bakhtin Date: 2025-01-17 19:57:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/18f7669803f7e833370172370431dbee1f8a09b4 8325024: java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java incorrect comment information Backport-of: 432756b6e51c903e2bff8b9c3028a4f2ea8973f4 ! test/jdk/java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java Changeset: 9db8d285 Branch: master Author: Alexey Bakhtin Date: 2025-01-17 20:07:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/9db8d285c0dba15d3dff0af27ae0990c2dc1458e 8337826: Improve logging in OCSPTimeout and SimpleOCSPResponder to help diagnose JDK-8309754 Backport-of: 9b11bd7f4a511ddadf9f02e82aab6ba78beb6763 ! test/jdk/java/security/cert/CertPathValidator/OCSP/OCSPTimeout.java ! test/jdk/java/security/testlibrary/SimpleOCSPServer.java Changeset: 2d29e1bf Branch: master Author: Goetz Lindenmaier Date: 2025-01-18 14:13:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/2d29e1bff0c5c599da2104b6e10fed29fbb5bf4b 8316696: Remove the testing base classes: IntlTest and CollatorTest Reviewed-by: mdoerr Backport-of: b859da9c548fbd1463b336059d1c55312c7b7ba4 ! test/jdk/java/text/BreakIterator/BreakIteratorTest.java ! test/jdk/java/text/BreakIterator/Bug4533872.java ! test/jdk/java/text/CharacterIterator/CharacterIteratorTest.java ! test/jdk/java/text/Collator/APITest.java ! test/jdk/java/text/Collator/Bug6271411.java - test/jdk/java/text/Collator/CollatorTest.java ! test/jdk/java/text/Collator/DanishTest.java ! test/jdk/java/text/Collator/DummyTest.java ! test/jdk/java/text/Collator/EnglishTest.java ! test/jdk/java/text/Collator/FinnishTest.java ! test/jdk/java/text/Collator/FrenchTest.java ! test/jdk/java/text/Collator/G7Test.java ! test/jdk/java/text/Collator/GermanTest.java ! test/jdk/java/text/Collator/IteratorTest.java ! test/jdk/java/text/Collator/MonkeyTest.java ! test/jdk/java/text/Collator/Regression.java ! test/jdk/java/text/Collator/SpanishTest.java ! test/jdk/java/text/Collator/SurrogatesTest.java ! test/jdk/java/text/Collator/Test4401726.java ! test/jdk/java/text/Collator/ThaiTest.java ! test/jdk/java/text/Collator/TurkishTest.java ! test/jdk/java/text/Collator/VietnameseTest.java ! test/jdk/java/text/Format/ChoiceFormat/Bug4185732Test.java ! test/jdk/java/text/Format/DateFormat/Bug4322313.java ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java ! test/jdk/java/text/Format/DateFormat/DateFormatRoundTripTest.java ! test/jdk/java/text/Format/DateFormat/DateFormatTest.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormat.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormatAPI.java ! test/jdk/java/text/Format/DateFormat/IntlTestDateFormatSymbols.java ! test/jdk/java/text/Format/DateFormat/IntlTestSimpleDateFormatAPI.java ! test/jdk/java/text/Format/DateFormat/TimeZoneNameTest.java ! test/jdk/java/text/Format/DateFormat/bug4358730.java ! test/jdk/java/text/Format/MessageFormat/Bug4185816Test.java ! test/jdk/java/text/Format/MessageFormat/MessageRegression.java ! test/jdk/java/text/Format/MessageFormat/MessageTest.java ! test/jdk/java/text/Format/MessageFormat/bug4492719.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalFormat.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalParse.java ! test/jdk/java/text/Format/NumberFormat/Bug4838107.java ! test/jdk/java/text/Format/NumberFormat/DFSExponential.java ! test/jdk/java/text/Format/NumberFormat/DFSSerialization.java ! test/jdk/java/text/Format/NumberFormat/IntlTestDecimalFormatAPI.java ! test/jdk/java/text/Format/NumberFormat/IntlTestDecimalFormatSymbols.java ! test/jdk/java/text/Format/NumberFormat/IntlTestNumberFormatAPI.java ! test/jdk/java/text/Format/NumberFormat/NumberRegression.java ! test/jdk/java/text/Format/NumberFormat/NumberRoundTrip.java ! test/jdk/java/text/Format/NumberFormat/NumberTest.java ! test/jdk/java/text/Format/NumberFormat/PositionTest.java ! test/jdk/java/text/Format/common/FormatIteratorTest.java ! test/jdk/java/text/Normalizer/ICUBasicTest.java ! test/jdk/java/text/Normalizer/NormalizerAPITest.java ! test/jdk/java/text/testlib/HexDumpReader.java - test/jdk/java/text/testlib/IntlTest.java ! test/jdk/java/text/testlib/TestUtils.java ! test/jdk/java/util/Calendar/CalendarLimitTest.java ! test/jdk/java/util/Calendar/CalendarRegression.java ! test/jdk/java/util/Calendar/CalendarTest.java ! test/jdk/java/util/Calendar/FieldStateTest.java ! test/jdk/java/util/Calendar/GregorianCutoverTest.java ! test/jdk/java/util/Calendar/JulianTest.java ! test/jdk/java/util/Calendar/NonLenientTest.java ! test/jdk/java/util/Calendar/bug4243802.java ! test/jdk/java/util/Calendar/bug4316678.java ! test/jdk/java/util/Calendar/bug4372743.java ! test/jdk/java/util/Calendar/bug4409072.java ! test/jdk/java/util/Date/DateRegression.java ! test/jdk/java/util/Date/DateTest.java ! test/jdk/java/util/Date/TimestampTest.java ! test/jdk/java/util/Locale/LegacyCodesClassInvariant.java ! test/jdk/java/util/Locale/LocaleEnhanceTest.java ! test/jdk/java/util/Locale/LocaleTest.java ! test/jdk/java/util/TimeZone/Bug4322313.java ! test/jdk/java/util/TimeZone/Bug6329116.java ! test/jdk/java/util/TimeZone/TimeZoneBoundaryTest.java ! test/jdk/java/util/TimeZone/TimeZoneRegression.java ! test/jdk/java/util/TimeZone/TimeZoneTest.java ! test/jdk/java/util/TimeZone/TransitionTest.java - test/jdk/sun/util/resources/TimeZone/IntlTest.java Changeset: d2fb8c27 Branch: master Author: Aleksey Shipilev Date: 2025-01-20 09:02:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/d2fb8c273488f0ff57e5f0aacb00d679d7ffa849 8311546: Certificate name constraints improperly validated with leading period 8320372: test/jdk/sun/security/x509/DNSName/LeadingPeriod.java validity check failed 8347424: Fix and rewrite sun/security/x509/DNSName/LeadingPeriod.java test Reviewed-by: simonis, bperez Backport-of: bfaf5704e7e71f968b716b5f448860e9cda721b4 ! src/java.base/share/classes/sun/security/x509/DNSName.java + test/jdk/sun/security/x509/DNSName/LeadingPeriod.java + test/jdk/sun/security/x509/DNSName/certs/generate-certs.sh + test/jdk/sun/security/x509/DNSName/certs/openssl.cnf + test/jdk/sun/security/x509/DNSName/certs/withLeadingPeriod/ca.pem + test/jdk/sun/security/x509/DNSName/certs/withLeadingPeriod/leaf.pem + test/jdk/sun/security/x509/DNSName/certs/withoutLeadingPeriod/ca.pem + test/jdk/sun/security/x509/DNSName/certs/withoutLeadingPeriod/leaf.pem Changeset: 7d69b6a9 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:14:13 +0000 URL: https://git.openjdk.org/jdk17u/commit/7d69b6a93fdb63679b178639ffa98c5c59b1899c 8282314: nsk/jvmti/SuspendThread/suspendthrd003 may leak memory Backport-of: bb7ee5a04ae21a9f9dc6c59a990f7e571e832f0d ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003.java ! test/hotspot/jtreg/vmTestbase/nsk/share/Log.java Changeset: 2a7f57ad Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:15:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/2a7f57adaf08e08b647a7c71e3de3d130f7b7330 8294067: [macOS] javax/swing/JComboBox/6559152/bug6559152.java Cannot select an item from popup with the ENTER key. Backport-of: 3b438a68ea605959edcb836e116f29a4a55c31fa ! test/jdk/javax/swing/JComboBox/6559152/bug6559152.java Changeset: d3adb1e5 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:17:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/d3adb1e5df00b4eeff12d45110980deb9313c18d 8313633: [macOS] java/awt/dnd/NextDropActionTest/NextDropActionTest.java fails with java.lang.RuntimeException: wrong next drop action! Backport-of: d97de8260c19e468c87221e28f29128e56ec8ee1 ! test/jdk/java/awt/dnd/NextDropActionTest/NextDropActionTest.java Changeset: ea6df050 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:18:22 +0000 URL: https://git.openjdk.org/jdk17u/commit/ea6df050ab3dd8798a1d2ce4a1c8f29e921198d6 8317631: Refactor ChoiceFormat tests to use JUnit Backport-of: 5e8d893c4809fdb30e01bdfe06b4f488f7bbef83 ! test/jdk/java/text/Format/ChoiceFormat/Bug4185732Test.java ! test/jdk/java/text/Format/ChoiceFormat/Bug4387255.java ! test/jdk/java/text/Format/ChoiceFormat/Bug8001209.java Changeset: 0d292677 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:20:44 +0000 URL: https://git.openjdk.org/jdk17u/commit/0d292677265db33edc9b2ac9eb9d6a4d550958fd 8325908: Finish removal of IntlTest and CollatorTest Backport-of: 4c7b313e0dc917cdaffbb2ecc86d1347683acad0 ! test/jdk/java/text/BreakIterator/Bug4533872.java ! test/jdk/java/text/Collator/APITest.java ! test/jdk/java/text/Format/DateFormat/DateFormatRoundTripTest.java ! test/jdk/java/text/Format/NumberFormat/BigDecimalFormat.java ! test/jdk/java/text/Format/NumberFormat/DFSExponential.java ! test/jdk/java/text/Format/NumberFormat/DFSSerialization.java ! test/jdk/java/util/TimeZone/Bug4322313.java Changeset: 34fe0975 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:21:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/34fe0975f4bea96e12b5cd1cae5191833d06078e 8326525: com/sun/tools/attach/BasicTests.java does not verify AgentLoadException case Backport-of: b8fc4186d59ce21e878c4de30983d7cacf69b7a5 ! test/jdk/com/sun/tools/attach/BasicTests.java Changeset: 42462c3a Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:23:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/42462c3aa0878a0c8537286b2ce8bf119ae063eb 8320676: Manual printer tests have no Pass/Fail buttons, instructions close set 1 Backport-of: 7eb78e332080df3890b66ca04338a4ba69af45eb ! test/jdk/java/awt/print/PageFormat/PageSetupDialog.java ! test/jdk/java/awt/print/PrinterJob/Cancel/PrinterJobCancel.java ! test/jdk/java/awt/print/PrinterJob/PrintAllFonts.java ! test/jdk/java/awt/print/PrinterJob/ValidatePage/ValidatePage.java ! test/jdk/java/awt/print/PrinterJob/raster/RasterTest.java Changeset: 11734b7a Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:27:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/11734b7ad2be89e20145d1d823dbc4b9f30e3b90 8329322: Convert PageFormat/Orient.java to use PassFailJFrame Backport-of: f713766cab649947e543f0290717e7bcc501f063 ! test/jdk/java/awt/print/PageFormat/Orient.java Changeset: ada58adf Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:30:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/ada58adffc288ece381ba6a916a6c9a1bfc18039 8335150: Test LogGeneratedClassesTest.java fails on rpmbuild mock enviroment Reviewed-by: mdoerr Backport-of: 2f7ba781bf2e4e6d0fa658c19f86c6c05d60358a ! test/jdk/java/lang/invoke/lambda/LogGeneratedClassesTest.java Changeset: e0e38217 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:31:23 +0000 URL: https://git.openjdk.org/jdk17u/commit/e0e3821723bb3723a1436826f690d3e91f5a2a7b 8341316: [macos] javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java fails sometimes in macos Backport-of: 6bc3971f646031194a1e30f175a69a0202dc4947 ! test/jdk/javax/swing/ProgressMonitor/ProgressMonitorEscapeKeyPress.java Changeset: 4e5f8557 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:32:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/4e5f8557e8c5e202150648b2fab2178c92cf8ced 8341453: java/awt/a11y/AccessibleJTableTest.java fails in some cases where the test tables are not visible Backport-of: f1f15370fa26e4c1121abadb8938c0126c6f4f24 ! test/jdk/java/awt/a11y/AccessibleJTableTest.java Changeset: 91fd1055 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:34:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/91fd105569482bb1dc1b646e735bcf7b0c72e339 8341982: Simplify JButton/bug4323121.java Backport-of: 6fa5cea984c31fbb74b39e1eec68daffea22ca92 ! test/jdk/javax/swing/JButton/bug4323121.java Changeset: d35cb919 Branch: master Author: Goetz Lindenmaier Date: 2025-01-20 09:35:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/d35cb919e55276181d6bf21be551ec8d0b4c583a 8346055: javax/swing/text/StyledEditorKit/4506788/bug4506788.java fails in ubuntu22.04 Backport-of: 31ceec7cd55b455cddf0953cc23aaa64612bd6e7 ! test/jdk/javax/swing/text/StyledEditorKit/4506788/bug4506788.java Changeset: e06115c1 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 07:33:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/e06115c104b47609e2962411e61c663725e03005 Merge ! make/conf/version-numbers.conf ! make/conf/version-numbers.conf Changeset: 405eec89 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:50:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/405eec890db5477866db4cccffcb952f2ce6c50d 8270961: [TESTBUG] Move GotWrongOOMEException into vm.share.gc package Backport-of: 258f188bff07b6c873128a181746afcf8053d936 ! test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/StressHierarchyBaseClass.java - test/hotspot/jtreg/vmTestbase/metaspace/stressHierarchy/common/exceptions/GotWrongOOMEException.java + test/hotspot/jtreg/vmTestbase/vm/share/gc/HeapOOMEException.java ! test/hotspot/jtreg/vmTestbase/vm/share/gc/TriggerUnloadingByFillingMetaspace.java Changeset: a1acef70 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:51:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/a1acef70a3cd7b83327e53d55de93c904863438c 8329320: Simplify awt/print/PageFormat/NullPaper.java test Backport-of: 5cf457b74334c08bab40e2e6c1a8544a2555fb82 ! test/jdk/java/awt/print/PageFormat/NullPaper.java Changeset: ba71fc09 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:53:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/ba71fc099e6957a538996b2ddad9bdcc75b8a956 8325659: Normalize Random usage by incubator vector tests Backport-of: 92171b8c952420b3dc8fcd0bcb7ff55228ea9849 ! test/jdk/jdk/incubator/vector/AbstractVectorTest.java ! test/jdk/jdk/incubator/vector/Byte128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte128VectorTests.java ! test/jdk/jdk/incubator/vector/Byte256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte256VectorTests.java ! test/jdk/jdk/incubator/vector/Byte512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte512VectorTests.java ! test/jdk/jdk/incubator/vector/Byte64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Byte64VectorTests.java ! test/jdk/jdk/incubator/vector/ByteMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/ByteMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Double128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double128VectorTests.java ! test/jdk/jdk/incubator/vector/Double256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double256VectorTests.java ! test/jdk/jdk/incubator/vector/Double512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double512VectorTests.java ! test/jdk/jdk/incubator/vector/Double64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Double64VectorTests.java ! test/jdk/jdk/incubator/vector/DoubleMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/DoubleMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Float128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float128VectorTests.java ! test/jdk/jdk/incubator/vector/Float256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float256VectorTests.java ! test/jdk/jdk/incubator/vector/Float512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float512VectorTests.java ! test/jdk/jdk/incubator/vector/Float64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Float64VectorTests.java ! test/jdk/jdk/incubator/vector/FloatMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/FloatMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Int128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int128VectorTests.java ! test/jdk/jdk/incubator/vector/Int256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int256VectorTests.java ! test/jdk/jdk/incubator/vector/Int512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int512VectorTests.java ! test/jdk/jdk/incubator/vector/Int64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Int64VectorTests.java ! test/jdk/jdk/incubator/vector/IntMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/IntMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Long128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long128VectorTests.java ! test/jdk/jdk/incubator/vector/Long256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long256VectorTests.java ! test/jdk/jdk/incubator/vector/Long512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long512VectorTests.java ! test/jdk/jdk/incubator/vector/Long64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Long64VectorTests.java ! test/jdk/jdk/incubator/vector/LongMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/LongMaxVectorTests.java ! test/jdk/jdk/incubator/vector/Short128VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short128VectorTests.java ! test/jdk/jdk/incubator/vector/Short256VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short256VectorTests.java ! test/jdk/jdk/incubator/vector/Short512VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short512VectorTests.java ! test/jdk/jdk/incubator/vector/Short64VectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/Short64VectorTests.java ! test/jdk/jdk/incubator/vector/ShortMaxVectorLoadStoreTests.java ! test/jdk/jdk/incubator/vector/ShortMaxVectorTests.java ! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-Masked-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Slice-op.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-Masked-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-bop.template ! test/jdk/jdk/incubator/vector/templates/Kernel-Unslice-op.template ! test/jdk/jdk/incubator/vector/templates/Unit-header.template ! test/jdk/jdk/incubator/vector/templates/X-LoadStoreTest.java.template Changeset: 57e792a8 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:54:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/57e792a8a88bcf53916c8cb8c39f609dd6ad4aec 8334305: Remove all code for nsk.share.Log verbose mode 8341412: Various test failures after JDK-8334305 Reviewed-by: rrich Backport-of: 855c8a7def21025bc2fc47594f7285a55924c213 ! test/hotspot/jtreg/vmTestbase/jit/escape/LockElision/MatMul/MatMul.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launchnosuspend/launchnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateThroughHeap/filter_tagged/HeapFilter.java ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded001.java ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001.java ! test/hotspot/jtreg/vmTestbase/nsk/monitoring/stress/lowmem/lowmem001.java ! test/hotspot/jtreg/vmTestbase/nsk/share/Log.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/AODTestRunner.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/AbstractJarAgent.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/DummyTargetApplication.java ! test/hotspot/jtreg/vmTestbase/nsk/share/aod/TargetApplicationWaitingAgents.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/JVMTITest.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/Parentheses.java Changeset: c61d62b3 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:55:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/c61d62b334fe968d2b0057ac7f276b379cbb21df 8341037: Use standard layouts in DefaultFrameIconTest.java and MenuCrash.java Backport-of: c43202baf6eb7e49ec458037971a9efa392d053e ! test/jdk/java/awt/Frame/DefaultFrameIconTest.java ! test/jdk/java/awt/Frame/MenuCrash.java Changeset: 683a6269 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:56:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/683a6269a6cf592688a6b564a398bd904a43a5c3 8341111: open source several AWT tests including menu shortcut tests Backport-of: 04c9c5f0a7b49bbabfc2244411c6c995a3b464cf + test/jdk/java/awt/MenuShortcut/ActionCommandTest.java + test/jdk/java/awt/MenuShortcut/CheckMenuShortcut.java + test/jdk/java/awt/MenuShortcut/FunctionKeyShortcut.java + test/jdk/java/awt/MenuShortcut/MenuItemShortcutReplaceTest.java + test/jdk/java/awt/grab/CursorTest.java + test/jdk/java/awt/grab/SystemMenuTest.java Changeset: 7b07a2c3 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:58:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/7b07a2c3835c17f85b4206fcd575c35b245528cb 8343118: [TESTBUG] java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java fails with rror. Can't find HTML file PrintCheckboxManualTest.html Backport-of: f12c370d73363f384e3425857a663d855660f33a ! test/jdk/java/awt/PrintJob/PrintCheckboxTest/PrintCheckboxManualTest.java Changeset: c293c1f7 Branch: master Author: Goetz Lindenmaier Date: 2025-01-22 23:59:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/c293c1f73a0141158d1e6c94a563fcac4ffbf017 8345375: Improve debuggability of test/jdk/java/net/Socket/CloseAvailable.java Reviewed-by: mbaesken, rschmelter Backport-of: 4b928167435bbf41dd00425c927da761751ca704 ! test/jdk/java/net/Socket/CloseAvailable.java Changeset: c19a7ecd Branch: master Author: Goetz Lindenmaier Date: 2025-01-23 00:00:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/c19a7ecd586d28a3744291ed3761f9aabd11ae69 8321818: vmTestbase/nsk/stress/strace/strace015.java failed with 'Cannot read the array length because "" is null' Backport-of: ea50c54a14d39fcedabe8426a14eaec27ab24af2 ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace007.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace008.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace009.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace010.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace011.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace012.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace013.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace014.java ! test/hotspot/jtreg/vmTestbase/nsk/stress/strace/strace015.java Changeset: 95d8c06b Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-01-28 11:47:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/95d8c06bca50f758b8fa97054200d3395d7da8c5 8343599: Kmem limit and max values swapped when printing container information Backport-of: 6cdebf0e4ce274fcaaff0bad292d467e31d698d8 ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp Changeset: 3c6b45b4 Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-01-28 13:25:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/3c6b45b404c53167ab68f5a66f12692c5d4d2e4c 8344589: Update IANA Language Subtag Registry to Version 2024-11-19 Reviewed-by: sgehwolf Backport-of: 9267dfa63b1d6b3f339782d2b720055a3da8ae6a ! make/data/lsrdata/language-subtag-registry.txt ! test/jdk/java/util/Locale/LanguageSubtagRegistryTest.java Changeset: 4fb0648c Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:27:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/4fb0648c1162be89a6197b922b0f54e8cf70e88b 8267893: Improve jtreg test failure handler do get native/mixed stack traces for cores and live processes Backport-of: 8c8422e0f8886d9bbfca29fd228368f88bf46f2c ! test/failure_handler/Makefile ! test/failure_handler/README + test/failure_handler/src/share/classes/jdk/test/failurehandler/CoreInfoGatherer.java ! test/failure_handler/src/share/classes/jdk/test/failurehandler/GathererFactory.java ! test/failure_handler/src/share/classes/jdk/test/failurehandler/ToolKit.java ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionHelper.java ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionSet.java ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/PatternAction.java ! test/failure_handler/src/share/classes/jdk/test/failurehandler/jtreg/GatherDiagnosticInfoObserver.java ! test/failure_handler/src/share/conf/common.properties ! test/failure_handler/src/share/conf/linux.properties ! test/failure_handler/src/share/conf/mac.properties Changeset: d66da41c Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:29:25 +0000 URL: https://git.openjdk.org/jdk17u/commit/d66da41c8b83f48df8e25f06f5ddf356ccf67f4f 8310234: Refactor Locale tests to use JUnit Reviewed-by: rschmelter Backport-of: dad7bd9efc7ca2c245f7e35267479670f93a53a8 - test/jdk/java/util/Locale/Bug4210525.java - test/jdk/java/util/Locale/Bug4316602.java - test/jdk/java/util/Locale/Bug8004240.java - test/jdk/java/util/Locale/Bug8154797.java + test/jdk/java/util/Locale/CaseCheckVariant.java + test/jdk/java/util/Locale/CompareProviderFormats.java + test/jdk/java/util/Locale/GetAdapterPreference.java + test/jdk/java/util/Locale/GetInstanceCheck.java + test/jdk/java/util/Locale/LocaleConstructors.java + test/jdk/java/util/Locale/RootLocale.java - test/jdk/java/util/Locale/bug4122700.java - test/jdk/java/util/Locale/bug6277243.java - test/jdk/java/util/Locale/bug6312358.java Changeset: 4cf4fb17 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:31:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/4cf4fb1739d447878eaca50f480798557233b3e7 8314752: Use google test string comparison macros Reviewed-by: mdoerr, mbaesken Backport-of: 2d0c61fcaa23d03f56f1ae6dec365e9eea5ff96d ! test/hotspot/gtest/logging/test_logConfiguration.cpp ! test/hotspot/gtest/logging/test_logFileOutput.cpp ! test/hotspot/gtest/logging/test_logTagSetDescriptions.cpp ! test/hotspot/gtest/memory/test_guardedMemory.cpp ! test/hotspot/gtest/oops/test_instanceKlass.cpp ! test/hotspot/gtest/oops/test_markWord.cpp ! test/hotspot/gtest/runtime/test_globals.cpp ! test/hotspot/gtest/runtime/test_os.cpp Changeset: 87fb2fa4 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:32:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/87fb2fa49d8b14685b8c3efe97a0a84b9240632d 8315486: vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java timed out Backport-of: 041510dc21df36d9860f4f0048241c2cabb55ee7 ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002a.java Changeset: 20a6dfe2 Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:34:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/20a6dfe294826a23d7bf40642f1a9886c815846c 8319818: Address GCC 13.2.0 warnings (stringop-overflow and dangling-pointer) Backport-of: c0507af5a4d867940b3aee1ac0fc8188b5536825 ! make/hotspot/lib/CompileJvm.gmk ! src/hotspot/share/memory/resourceArea.cpp ! src/hotspot/share/memory/resourceArea.hpp Changeset: 1a06a61f Branch: master Author: Goetz Lindenmaier Date: 2025-01-29 10:37:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/1a06a61fda5c3e5657c6c3081d2d0fb6a22eb77b 8327098: GTest needs larger combination limit Backport-of: c901da48e30d53cb8e4e3c1f0584c5f2d3d095f1 ! src/hotspot/share/logging/logSelectionList.hpp Changeset: 16951dee Branch: master Author: Goetz Lindenmaier Date: 2025-01-30 07:26:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/16951dee336459597d71fb015856152de21ac6fe 8328387: Convert java/awt/Frame/FrameStateTest/FrameStateTest.html applet test to main Backport-of: 269163d509ec3c80983f55c5b47f472fa76be26c ! test/jdk/ProblemList.txt - test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.html ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: 2190b82d Branch: master Author: Goetz Lindenmaier Date: 2025-01-30 07:27:42 +0000 URL: https://git.openjdk.org/jdk17u/commit/2190b82dfe5c42ed0e85589e27ecabcd45ff0af5 8343378: Exceptions in javax/management DeadLockTest.java do not cause test failure Backport-of: 4a70c83bd0c563185123ce9d8a34e006c62db7cc ! test/jdk/javax/management/remote/mandatory/connection/DeadLockTest.java Changeset: d9fdc733 Branch: master Author: Goetz Lindenmaier Date: 2025-01-30 07:29:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/d9fdc73307e8828e90ff98f0503de6e94bddc499 8346908: Update JDK 17 javadoc man page Reviewed-by: rrich ! src/jdk.javadoc/share/man/javadoc.1 Changeset: b0c130ba Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-01-30 10:04:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/b0c130ba3aa443ca58e9bcda813a80e989632b93 8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x Reviewed-by: sgehwolf Backport-of: eaa475f72ced51cf0f0d0bce9ff1265bfb81ab31 ! src/jdk.hotspot.agent/macosx/native/libsaproc/ps_core.c ! test/hotspot/jtreg/ProblemList.txt Changeset: 6453b755 Branch: master Author: Sergey Bylokhov Date: 2025-01-30 18:52:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/6453b755a177183b512ca726d5b0ab8179f64c06 8347427: JTabbedPane/8134116/Bug8134116.java has no license header Backport-of: f67b703625afa2e049c572978d29ac00d8c956d3 ! test/jdk/javax/swing/JTabbedPane/8134116/Bug8134116.java From duke at openjdk.org Wed Feb 5 10:12:01 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Feb 2025 10:12:01 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.15+0 for changeset bdc07d20 Message-ID: <26e5221e-e571-4132-b0b6-c328e99ee2e6@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2024-12-04 08:43:00 +0000 Added tag jdk-17.0.15+0 for changeset bdc07d202a91 Changeset: bdc07d20 Author: Alexey Bakhtin Date: 2024-12-04 01:03:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/bdc07d202a917384625f3a17c630e92dcd9f2fcf From duke at openjdk.org Wed Feb 5 10:12:43 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Feb 2025 10:12:43 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.15+1 for changeset 6453b755 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-05 11:10:08 +0000 Added tag jdk-17.0.15+1 for changeset 6453b755a177 Changeset: 6453b755 Author: Sergey Bylokhov Date: 2025-01-30 18:52:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/6453b755a177183b512ca726d5b0ab8179f64c06 From duke at openjdk.org Wed Feb 5 10:13:59 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Feb 2025 10:13:59 GMT Subject: git: openjdk/jdk17u-dev: Added tag jdk-17.0.15+1 for changeset 6453b755 Message-ID: <813fcb33-ec50-48af-859e-b789ac2ab04d@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-05 11:10:08 +0000 Added tag jdk-17.0.15+1 for changeset 6453b755a177 Changeset: 6453b755 Author: Sergey Bylokhov Date: 2025-01-30 18:52:50 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/6453b755a177183b512ca726d5b0ab8179f64c06 From sgehwolf at openjdk.org Wed Feb 5 17:05:12 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 5 Feb 2025 17:05:12 GMT Subject: git: openjdk/jdk24u: master: 8345185: Update jpackage to not include service bindings by default Message-ID: <32ec6c80-3b83-436f-8c50-342aa46edaf9@openjdk.org> Changeset: ba7b3c24 Branch: master Author: Severin Gehwolf Date: 2025-02-05 17:03:46 +0000 URL: https://git.openjdk.org/jdk24u/commit/ba7b3c2455eb4fd7b88387b3a21eb3b302cd5644 8345185: Update jpackage to not include service bindings by default Backport-of: 85ed78c063493259247d88f5ca51b47b7a45fcb0 ! src/jdk.jpackage/share/classes/jdk/jpackage/internal/JLinkBundlerHelper.java ! test/jdk/tools/jpackage/TEST.properties ! test/jdk/tools/jpackage/share/BasicTest.java ! test/jdk/tools/jpackage/share/JLinkOptionsTest.java ! test/jdk/tools/jpackage/share/RuntimeImageSymbolicLinksTest.java ! test/jdk/tools/jpackage/share/RuntimeImageTest.java ! test/jdk/tools/jpackage/share/RuntimePackageTest.java From adinn at openjdk.org Thu Feb 6 09:05:52 2025 From: adinn at openjdk.org (Andrew Dinn) Date: Thu, 6 Feb 2025 09:05:52 GMT Subject: git: openjdk/jdk24u: master: 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Message-ID: Changeset: d2262fe4 Branch: master Author: Antonio Vieiro Committer: Andrew Dinn Date: 2025-02-06 09:05:06 +0000 URL: https://git.openjdk.org/jdk24u/commit/d2262fe4e9b3118d4c4ab152aa2771b744398367 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Backport-of: 907350e9e8e9b66365e9eaa3ae89ddc55cf9731f ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem From kvn at openjdk.org Thu Feb 6 16:20:34 2025 From: kvn at openjdk.org (Vladimir Kozlov) Date: Thu, 6 Feb 2025 16:20:34 GMT Subject: git: openjdk/jdk24u: master: 8347997: assert(false) failed: EA: missing memory path Message-ID: <3450235f-7090-4ab7-b224-d87153f1b33b@openjdk.org> Changeset: 74bc60ba Branch: master Author: Vladimir Kozlov Date: 2025-02-06 16:19:11 +0000 URL: https://git.openjdk.org/jdk24u/commit/74bc60ba89f4011b5994ad86d51b2a2210bea49f 8347997: assert(false) failed: EA: missing memory path Backport-of: 6b581d22e13599b16b38aff1ca5a795c6a910d30 ! src/hotspot/share/opto/library_call.cpp + test/hotspot/jtreg/compiler/intrinsics/TestContinuationPinningAndEA.java From goetz at openjdk.org Fri Feb 7 07:24:45 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 7 Feb 2025 07:24:45 GMT Subject: git: openjdk/jdk24u: master: 2 new changesets Message-ID: Changeset: 19fc73a6 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 07:22:41 +0000 URL: https://git.openjdk.org/jdk24u/commit/19fc73a6de04741d082a706c64a410cb521a5447 8346671: java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025 Backport-of: 2e00816ac30373df28a29dc938f7ce5489a3edfc ! test/jdk/java/nio/file/Files/probeContentType/Basic.java Changeset: aa97299f Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 07:23:23 +0000 URL: https://git.openjdk.org/jdk24u/commit/aa97299fecb6c31ccf0816f6c6bb5de91a6b61b3 8345368: java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025 Backport-of: b0c131e872f997cb7deadc9b0a87bd76e3a2a83c ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From goetz at openjdk.org Fri Feb 7 08:13:17 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 7 Feb 2025 08:13:17 GMT Subject: git: openjdk/jdk21u-dev: master: 8330702: Update failure handler to don't generate Error message if cores actions are empty Message-ID: <7d379a74-da08-4b8d-8328-4b158ad28f2d@openjdk.org> Changeset: 4a3eaa71 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:12:07 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/4a3eaa71b8f284cd1dcaf01b74a144287dfdb9a5 8330702: Update failure handler to don't generate Error message if cores actions are empty Backport-of: 548e95a689d63e97ddbdfe7dd7df3a2e3377046c ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionSet.java ! test/failure_handler/src/share/conf/windows.properties From goetz at openjdk.org Fri Feb 7 08:31:46 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 7 Feb 2025 08:31:46 GMT Subject: git: openjdk/jdk21u-dev: master: 8340411: open source several 2D imaging tests Message-ID: Changeset: d279d442 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:30:19 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/d279d442cf8a2c262beb4f70b6c4912cd8fdebe8 8340411: open source several 2D imaging tests Backport-of: 8dcf7b8fa7b17bf34c62c561c6ed78e8080df1ff + test/jdk/sun/awt/image/BytePackedRaster/DitherTest.java + test/jdk/sun/awt/image/BytePackedRaster/MultiOp.java + test/jdk/sun/awt/image/ImageRepresentation/ByteBinaryBitmask.java + test/jdk/sun/awt/image/ImageRepresentation/CustomSourceCM.java From goetz at openjdk.org Fri Feb 7 08:37:11 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 7 Feb 2025 08:37:11 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: <0934af14-feff-485e-a3f4-89c053209e0f@openjdk.org> Changeset: 751130a4 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:36:08 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/751130a424de99d46242eac4ffffd4ff7710b72b 8345468: test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java fails in ubuntu22.04 Backport-of: 6f307623568efe4d90942cd22ec9a26b2e1ca1b1 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java Changeset: 7213c0da Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:36:28 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/7213c0da2f78980942f563a40af53dccd9f98d1e 8340411: open source several 2D imaging tests Backport-of: 8dcf7b8fa7b17bf34c62c561c6ed78e8080df1ff + test/jdk/sun/awt/image/BytePackedRaster/DitherTest.java + test/jdk/sun/awt/image/BytePackedRaster/MultiOp.java + test/jdk/sun/awt/image/ImageRepresentation/ByteBinaryBitmask.java + test/jdk/sun/awt/image/ImageRepresentation/CustomSourceCM.java From goetz at openjdk.org Fri Feb 7 08:35:09 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 7 Feb 2025 08:35:09 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: <65c31ec3-6fe1-4743-8fda-36f71823fe38@openjdk.org> Changeset: cf4fca2f Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:33:05 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/cf4fca2f96f8ae20a4645d571ef65b2be1d7a5fb 8266435: WBMPImageReader.read() should not truncate the input stream Backport-of: 8198807b4a811040c7d9f65fb98494fc7d840814 ! src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageReader.java + test/jdk/javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java Changeset: 50c6fab7 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:34:08 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/50c6fab7306a7bf54bfe545164012c651e0e0990 8330702: Update failure handler to don't generate Error message if cores actions are empty Backport-of: 548e95a689d63e97ddbdfe7dd7df3a2e3377046c ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionSet.java ! test/failure_handler/src/share/conf/windows.properties From goetz at openjdk.org Fri Feb 7 10:03:42 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 7 Feb 2025 10:03:42 GMT Subject: git: openjdk/jdk24u: master: 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Message-ID: Changeset: 8012f69b Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 10:01:32 +0000 URL: https://git.openjdk.org/jdk24u/commit/8012f69bc7a168784ebe41df082e2ecff094e789 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Backport-of: f2a9d26b2e409a7216d967ebb6b92726e8ed65c3 ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From mdoerr at openjdk.org Fri Feb 7 10:11:21 2025 From: mdoerr at openjdk.org (Martin Doerr) Date: Fri, 7 Feb 2025 10:11:21 GMT Subject: git: openjdk/jdk21u-dev: master: 8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis Message-ID: <2dc6e0a3-0630-4977-bec9-0e136eacbd1d@openjdk.org> Changeset: 46a14640 Branch: master Author: Martin Doerr Date: 2025-02-07 10:10:35 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/46a146407f0a2168c5a92a06f2d08f33096937e2 8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis Backport-of: afcc2b03afc77f730300e1d92471466d56ed75fb ! src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp From syan at openjdk.org Fri Feb 7 15:17:41 2025 From: syan at openjdk.org (SendaoYan) Date: Fri, 7 Feb 2025 15:17:41 GMT Subject: git: openjdk/jdk24u: master: 8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError Message-ID: Changeset: f1b1fd4d Branch: master Author: SendaoYan Date: 2025-02-07 15:15:29 +0000 URL: https://git.openjdk.org/jdk24u/commit/f1b1fd4d7b5f44eac5be7e1e4f7f184eea1e75c1 8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError Backport-of: 4d8fb80732fd17352c36254c6dfc1be5dbfbacf1 ! test/micro/org/openjdk/bench/jdk/incubator/vector/SpiltReplicate.java From coffeys at openjdk.org Fri Feb 7 15:45:37 2025 From: coffeys at openjdk.org (Sean Coffey) Date: Fri, 7 Feb 2025 15:45:37 GMT Subject: git: openjdk/jdk24u: master: 8346705: SNI not sent with Java 22+ using java.net.http.HttpClient.Builder#sslParameters Message-ID: <5b18fdd5-77fd-4623-9b62-a772ec904a12@openjdk.org> Changeset: 9e811f1a Branch: master Author: kieran_farrell Committer: Sean Coffey Date: 2025-02-07 15:42:55 +0000 URL: https://git.openjdk.org/jdk24u/commit/9e811f1a476c819842b2375b84776963021214ed 8346705: SNI not sent with Java 22+ using java.net.http.HttpClient.Builder#sslParameters Backport-of: 72f1114909854aaed5d190d1c74a98527600a0c2 ! src/java.net.http/share/classes/jdk/internal/net/http/AbstractAsyncSSLConnection.java + test/jdk/java/net/httpclient/HttpClientSNITest.java ! test/jdk/java/net/httpclient/lib/jdk/httpclient/test/lib/common/ServerNameMatcher.java From clanger at openjdk.org Sun Feb 9 12:21:55 2025 From: clanger at openjdk.org (Christoph Langer) Date: Sun, 9 Feb 2025 12:21:55 GMT Subject: git: openjdk/jdk21u-dev: master: 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Message-ID: <570dbe2d-cc3d-4bd8-8137-881029691952@openjdk.org> Changeset: 9c8fe67a Branch: master Author: Christoph Langer Date: 2025-02-09 12:20:49 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/9c8fe67afff3a275c2e5944e996ce3f32ae53b37 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Reviewed-by: mbaesken, sgehwolf ! make/conf/github-actions.conf From syan at openjdk.org Mon Feb 10 15:45:02 2025 From: syan at openjdk.org (SendaoYan) Date: Mon, 10 Feb 2025 15:45:02 GMT Subject: git: openjdk/jdk24u: master: 8347302: Mark test tools/jimage/JImageToolTest.java as flagless Message-ID: <071f219b-267c-4c31-a301-f9e5991ccb71@openjdk.org> Changeset: aa7b3df3 Branch: master Author: SendaoYan Date: 2025-02-10 15:44:08 +0000 URL: https://git.openjdk.org/jdk24u/commit/aa7b3df3c691f74acb036f869d34ac43ecf403b6 8347302: Mark test tools/jimage/JImageToolTest.java as flagless Backport-of: e7e8f60c9bedd5622525cc4339300b438eedc9fd ! test/jdk/tools/jimage/JImageToolTest.java From coffeys at openjdk.org Mon Feb 10 16:02:13 2025 From: coffeys at openjdk.org (Sean Coffey) Date: Mon, 10 Feb 2025 16:02:13 GMT Subject: git: openjdk/jdk24u: master: 8344316: security/auth/callback/TextCallbackHandler/Password.java make runnable with JTReg and add the UI Message-ID: <5db4b4b3-96f1-4df1-b29d-9da5fc41225d@openjdk.org> Changeset: 0397f98a Branch: master Author: Shivangi Gupta Committer: Sean Coffey Date: 2025-02-10 15:59:57 +0000 URL: https://git.openjdk.org/jdk24u/commit/0397f98a432cd4e2d05a6f80bd7e7b8a12615e0c 8344316: security/auth/callback/TextCallbackHandler/Password.java make runnable with JTReg and add the UI Backport-of: 82bc0a7f8c7ee63d2f8c3db57dc22f39963ae022 ! test/jdk/com/sun/security/auth/callback/TextCallbackHandler/Password.java From phh at openjdk.org Mon Feb 10 17:48:37 2025 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 10 Feb 2025 17:48:37 GMT Subject: git: openjdk/jdk24u: master: 8349002: GenShen: Deadlock during shutdown Message-ID: <8766162e-0421-4922-895b-d9a9194aa822@openjdk.org> Changeset: 72f23f09 Branch: master Author: William Kemper Committer: Paul Hohensee Date: 2025-02-10 17:47:07 +0000 URL: https://git.openjdk.org/jdk24u/commit/72f23f094bba2cafd219521da06e5aefca4edd7d 8349002: GenShen: Deadlock during shutdown Backport-of: 06ebb170bac3879dc1e378b48b1c7ef006070c86 ! src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.cpp ! src/hotspot/share/gc/shenandoah/shenandoahGenerationalControlThread.hpp From syan at openjdk.org Tue Feb 11 03:10:38 2025 From: syan at openjdk.org (SendaoYan) Date: Tue, 11 Feb 2025 03:10:38 GMT Subject: git: openjdk/jdk24u: master: 8347171: (dc) java/nio/channels/DatagramChannel/InterruptibleOrNot.java fails with virtual thread factory Message-ID: Changeset: 687ea73b Branch: master Author: SendaoYan Date: 2025-02-11 03:08:56 +0000 URL: https://git.openjdk.org/jdk24u/commit/687ea73b00fd047305bfa1dda8187276bfb68dbf 8347171: (dc) java/nio/channels/DatagramChannel/InterruptibleOrNot.java fails with virtual thread factory Backport-of: 1ef77cdd51b91f6d6d3367444a37a3f0f2e4bc99 ! test/jdk/java/nio/channels/DatagramChannel/InterruptibleOrNot.java From syan at openjdk.org Tue Feb 11 03:12:51 2025 From: syan at openjdk.org (SendaoYan) Date: Tue, 11 Feb 2025 03:12:51 GMT Subject: git: openjdk/jdk24u: master: 2 new changesets Message-ID: Changeset: a07d7849 Branch: master Author: SendaoYan Date: 2025-02-11 03:11:51 +0000 URL: https://git.openjdk.org/jdk24u/commit/a07d784919ae232a890bf79de27b8623e294ad20 8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk Backport-of: 4e0ffda5b1d82449d2d6f639be7641b69d6cb520 ! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java Changeset: 46b39279 Branch: master Author: SendaoYan Date: 2025-02-11 03:12:06 +0000 URL: https://git.openjdk.org/jdk24u/commit/46b3927985e220ee756c0a8384d5628c28a11457 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Backport-of: d562d3c7a9e1e857c095ef908b0957b033972949 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java From mbaesken at openjdk.org Tue Feb 11 08:28:30 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Tue, 11 Feb 2025 08:28:30 GMT Subject: git: openjdk/jdk24u: master: 8347576: Error output in libjsound has non matching format strings Message-ID: <443a28fe-f230-4163-96c8-18a1f1af5579@openjdk.org> Changeset: 5a3ab690 Branch: master Author: Matthias Baesken Date: 2025-02-11 08:26:08 +0000 URL: https://git.openjdk.org/jdk24u/commit/5a3ab69050941770b5f384cbd0395f09a50a6fb5 8347576: Error output in libjsound has non matching format strings Backport-of: 07a0dcbabcb1216211c1da75f6dd2582da194df9 ! src/java.desktop/share/native/libjsound/MidiInDevice.c ! src/java.desktop/share/native/libjsound/MidiOutDevice.c ! src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp ! src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c From mbaesken at openjdk.org Tue Feb 11 11:35:56 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Tue, 11 Feb 2025 11:35:56 GMT Subject: git: openjdk/jdk24u: master: 8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer Message-ID: <251e9d10-bcd3-4e47-905e-30580dbd05a0@openjdk.org> Changeset: bbfe4059 Branch: master Author: Matthias Baesken Date: 2025-02-11 11:33:51 +0000 URL: https://git.openjdk.org/jdk24u/commit/bbfe4059fb0d29f565d045a833ddffe60a11fe9c 8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer Backport-of: 0a81676fae3b25117dd2289a734193bcbee822de ! src/hotspot/share/logging/logDecorators.cpp ! src/hotspot/share/logging/logSelection.cpp ! src/hotspot/share/logging/logSelectionList.cpp From mbaesken at openjdk.org Tue Feb 11 12:35:56 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Tue, 11 Feb 2025 12:35:56 GMT Subject: git: openjdk/jdk24u: master: 8345569: [ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64 Message-ID: <111dcda4-7347-4c9e-b04d-2d579310f9fe@openjdk.org> Changeset: 82ccb078 Branch: master Author: Matthias Baesken Date: 2025-02-11 12:35:06 +0000 URL: https://git.openjdk.org/jdk24u/commit/82ccb0789977e322dfb9af7aa0c44cff2ad57b05 8345569: [ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64 Backport-of: 1d2ccaeaa316029772b5de3dc5579ee7b1363b60 ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/memory/virtualspace.cpp From goetz at openjdk.org Tue Feb 11 13:51:42 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 11 Feb 2025 13:51:42 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: <51737440-fb05-4b00-b4f1-8e83d249bc68@openjdk.org> Changeset: e122829d Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:49:24 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/e122829dcacb494fbe9668d454b49a256c1640a4 8346671: java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025 Backport-of: 2e00816ac30373df28a29dc938f7ce5489a3edfc ! test/jdk/java/nio/file/Files/probeContentType/Basic.java Changeset: 3e556491 Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:50:27 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/3e556491933baa9b03b79319ababe20bc3c69e38 8345368: java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025 Backport-of: b0c131e872f997cb7deadc9b0a87bd76e3a2a83c ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From goetz at openjdk.org Tue Feb 11 13:52:12 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 11 Feb 2025 13:52:12 GMT Subject: git: openjdk/jdk17u-dev: 8342988: GHA: Build JTReg in single step Message-ID: <17efc733-d659-48a6-beb9-34935f69ee7b@openjdk.org> Changeset: 087e8a29 Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:51:28 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/087e8a29f2aead8b31a71b144523810c8538388c 8342988: GHA: Build JTReg in single step Reviewed-by: sgehwolf, mbaesken Backport-of: 6e6f8b2f90e362ceb2d76e791cd6e58cf5d3ddbd + .github/actions/build-jtreg/action.yml ! .github/actions/get-jtreg/action.yml ! .github/workflows/main.yml From goetz at openjdk.org Tue Feb 11 13:54:44 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 11 Feb 2025 13:54:44 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: Changeset: f63ee83a Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:52:28 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/f63ee83afdb03fecc1017ae1b15e21140f17a9e9 8346671: java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025 Reviewed-by: mbaesken Backport-of: 2e00816ac30373df28a29dc938f7ce5489a3edfc ! test/jdk/java/nio/file/Files/probeContentType/Basic.java Changeset: 2691c142 Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:53:45 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/2691c1428c592f952a0093e0cae3244ab48246c0 8345368: java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025 Reviewed-by: mbaesken Backport-of: b0c131e872f997cb7deadc9b0a87bd76e3a2a83c ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From mbaesken at openjdk.org Tue Feb 11 15:35:42 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Tue, 11 Feb 2025 15:35:42 GMT Subject: git: openjdk/jdk24u: master: 8345590: AIX 'make all' fails after JDK-8339480 Message-ID: Changeset: 63a800da Branch: master Author: Matthias Baesken Date: 2025-02-11 15:34:24 +0000 URL: https://git.openjdk.org/jdk24u/commit/63a800da86a986010fe8a4777781a1b56a46200b 8345590: AIX 'make all' fails after JDK-8339480 Backport-of: 266e3d0decc09b9c17c455e2c754cd39114fa31a ! make/Main.gmk From phh at openjdk.org Tue Feb 11 17:53:48 2025 From: phh at openjdk.org (Paul Hohensee) Date: Tue, 11 Feb 2025 17:53:48 GMT Subject: git: openjdk/jdk21u-dev: master: 8346713: [testsuite] NeverActAsServerClassMachine breaks TestPLABAdaptToMinTLABSize.java TestPinnedHumongousFragmentation.java TestPinnedObjectContents.java Message-ID: Changeset: 37ad4db3 Branch: master Author: Jan Kratochvil Committer: Paul Hohensee Date: 2025-02-11 17:52:17 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/37ad4db361355e87bf4edb0c16fce717b46b14bd 8346713: [testsuite] NeverActAsServerClassMachine breaks TestPLABAdaptToMinTLABSize.java TestPinnedHumongousFragmentation.java TestPinnedObjectContents.java Reviewed-by: abakhtin Backport-of: 43b7e9f54776ec7ed98d2e2f717c3d9663268ef2 ! test/hotspot/jtreg/gc/TestPLABAdaptToMinTLABSize.java From andrew at openjdk.org Wed Feb 12 02:06:44 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 12 Feb 2025 02:06:44 GMT Subject: git: openjdk/jdk21u-dev: master: 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Message-ID: <36f83c94-014e-4bc7-bc79-8e829800dfc2@openjdk.org> Changeset: eb824722 Branch: master Author: Antonio Vieiro Committer: Andrew John Hughes Date: 2025-02-12 02:05:45 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/eb824722c053608b779d3b8959ba218aceed6875 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Reviewed-by: andrew Backport-of: d2262fe4e9b3118d4c4ab152aa2771b744398367 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem From goetz at openjdk.org Wed Feb 12 08:02:24 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 12 Feb 2025 08:02:24 GMT Subject: git: openjdk/jdk21u: master: 17 new changesets Message-ID: Changeset: 69e8c201 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:46:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/69e8c2016d94342a29a8bd42e702a3fa08636b8a 8320691: Timeout handler on Windows takes 2 hours to complete Backport-of: 4d50df63b6ea76fd6a6c387593c3d6bc9429007b ! test/failure_handler/src/share/conf/windows.properties Changeset: ba27543d Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:48:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/ba27543d1ec75757e7ab247e23d9f826ac48ab5b 8325042: Remove unused JVMDITools test files Backport-of: 0cc8e5beed664a21c2668be86a9d3c5a1b165743 - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.cpp - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.h ! test/hotspot/jtreg/vmTestbase/nsk/share/README Changeset: 7b7aa75f Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:49:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/7b7aa75ff584fa6b880680c24579f74966276b45 8329692: Add more details to FrameStateTest.java test instructions Backport-of: 6f98d8f58f98827ae454c7ce4839de4071d95767 ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: 42f0ebc0 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:51:57 +0000 URL: https://git.openjdk.org/jdk21u/commit/42f0ebc0b3f97898cc3b2a9a20ec7822afeedf2c 8330647: Two CDS tests fail with -UseCompressedOops and UseSerialGC/UseParallelGC Backport-of: c2cca2ab443ff87f689810b747985adfdbfbe54a ! test/jtreg-ext/requires/VMProps.java Changeset: 12070ca9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:56:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/12070ca98839022fc13c0862db18f37b829f15ee 8332917: failure_handler should execute gdb "info threads" command on linux Backport-of: ec88c6a872a97cee1cde8844f5ee6834023a10c6 ! test/failure_handler/src/share/conf/linux.properties Changeset: 9a2988c2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:58:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/9a2988c25e921b2ccf90fd0b42ee0eed30ea2838 8340078: Open source several 2D tests Backport-of: 88a1c0550e435888c571d32c577fd697652e5620 + test/jdk/sun/java2d/GdiRendering/GdiBlitOffscreenTest.java + test/jdk/sun/java2d/GdiRendering/GdiLockTest.java + test/jdk/sun/java2d/SunGraphics2D/DrawRoundRect0Bug.java + test/jdk/sun/java2d/SunGraphics2D/RevalidateBug.java + test/jdk/sun/java2d/SunGraphics2D/ScaledPolyTest.java Changeset: d0fbffd9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:59:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/d0fbffd96d47cbd7d1f967b2fc0405366ad4398e 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog Backport-of: fe98f86b5792cbb17d47871452d27ab87d72b342 + test/jdk/javax/swing/JFileChooser/bug4587721.java Changeset: 80253a3d Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:00:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/80253a3d27a5e9e8cfb9e5f2c0106205ae46d9eb 8343491: javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table Backport-of: 4f5a241ec11981bcb5f8ab0936b0e821ec5a03ce ! test/jdk/javax/management/remote/mandatory/connection/DeadLockTest.java Changeset: caa7cc2f Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:01:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/caa7cc2f58feef5f32c375d9b10e9b22280fd709 8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix Backport-of: 8858de393a5cb4f9f1150a6cdf388266362a9559 ! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java Changeset: 981ec169 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:03:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/981ec16962d6e747fc8fe1d1be0f97c8ebd4ccf5 8347911: Limit the length of inflated text chunks Reviewed-by: andrew Backport-of: 398a580518b4e7961bdddf733e0a89ff25bc437a ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java Changeset: 29a5de08 Branch: master Author: Joachim Kern Date: 2025-02-05 09:50:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/29a5de085a4eb746dcad637ced4cb719a59c3013 8334371: [AIX] Beginning with AIX 7.3 TL1 mmap() supports 64K memory pages Reviewed-by: mdoerr, stuefe Backport-of: ced99066354fc6a32c587b9e3c35b07e26d3452e ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/os_aix.hpp ! src/hotspot/share/memory/virtualspace.cpp Changeset: 4a3eaa71 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:12:07 +0000 URL: https://git.openjdk.org/jdk21u/commit/4a3eaa71b8f284cd1dcaf01b74a144287dfdb9a5 8330702: Update failure handler to don't generate Error message if cores actions are empty Backport-of: 548e95a689d63e97ddbdfe7dd7df3a2e3377046c ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionSet.java ! test/failure_handler/src/share/conf/windows.properties Changeset: d279d442 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:30:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/d279d442cf8a2c262beb4f70b6c4912cd8fdebe8 8340411: open source several 2D imaging tests Backport-of: 8dcf7b8fa7b17bf34c62c561c6ed78e8080df1ff + test/jdk/sun/awt/image/BytePackedRaster/DitherTest.java + test/jdk/sun/awt/image/BytePackedRaster/MultiOp.java + test/jdk/sun/awt/image/ImageRepresentation/ByteBinaryBitmask.java + test/jdk/sun/awt/image/ImageRepresentation/CustomSourceCM.java Changeset: 46a14640 Branch: master Author: Martin Doerr Date: 2025-02-07 10:10:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/46a146407f0a2168c5a92a06f2d08f33096937e2 8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis Backport-of: afcc2b03afc77f730300e1d92471466d56ed75fb ! src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp Changeset: 9c8fe67a Branch: master Author: Christoph Langer Date: 2025-02-09 12:20:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/9c8fe67afff3a275c2e5944e996ce3f32ae53b37 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Reviewed-by: mbaesken, sgehwolf ! make/conf/github-actions.conf Changeset: e122829d Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:49:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/e122829dcacb494fbe9668d454b49a256c1640a4 8346671: java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025 Backport-of: 2e00816ac30373df28a29dc938f7ce5489a3edfc ! test/jdk/java/nio/file/Files/probeContentType/Basic.java Changeset: 3e556491 Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:50:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/3e556491933baa9b03b79319ababe20bc3c69e38 8345368: java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025 Backport-of: b0c131e872f997cb7deadc9b0a87bd76e3a2a83c ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From duke at openjdk.org Wed Feb 12 08:02:36 2025 From: duke at openjdk.org (duke) Date: Wed, 12 Feb 2025 08:02:36 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.7+2 for changeset 3e556491 Message-ID: <7ce37642-3342-4ec8-96d9-05cd001487ac@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-12 09:01:07 +0000 Added tag jdk-21.0.7+2 for changeset 3e556491933b Changeset: 3e556491 Author: Goetz Lindenmaier Date: 2025-02-11 13:50:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/3e556491933baa9b03b79319ababe20bc3c69e38 From duke at openjdk.org Wed Feb 12 08:03:03 2025 From: duke at openjdk.org (duke) Date: Wed, 12 Feb 2025 08:03:03 GMT Subject: git: openjdk/jdk21u-dev: Added tag jdk-21.0.7+2 for changeset 3e556491 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-12 09:01:07 +0000 Added tag jdk-21.0.7+2 for changeset 3e556491933b Changeset: 3e556491 Author: Goetz Lindenmaier Date: 2025-02-11 13:50:27 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/3e556491933baa9b03b79319ababe20bc3c69e38 From goetz at openjdk.org Wed Feb 12 08:07:14 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 12 Feb 2025 08:07:14 GMT Subject: git: openjdk/jdk17u: 17 new changesets Message-ID: Changeset: 9f9655f5 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:52:42 +0000 URL: https://git.openjdk.org/jdk17u/commit/9f9655f518a55536274da69408ee134d4359e2e3 8295176: some langtools test pollutes source tree Reviewed-by: rschmelter Backport-of: 71aa8210910dbafe30eccc772eaa7747f46be0cd ! test/langtools/tools/javac/options/release/ReleaseOption.java + test/langtools/tools/javac/options/release/ReleaseOption.out ! test/langtools/tools/javac/options/release/ReleaseOptionThroughAPI.java Changeset: 56830215 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:56:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/56830215a89e12a908f9b9b7d68a6d99d60153e9 8320691: Timeout handler on Windows takes 2 hours to complete Backport-of: 4d50df63b6ea76fd6a6c387593c3d6bc9429007b ! test/failure_handler/src/share/conf/windows.properties Changeset: 0ef3fd03 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:57:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/0ef3fd036baf581d3ed8a6ad6d28533c9f792c9e 8325042: Remove unused JVMDITools test files Backport-of: 0cc8e5beed664a21c2668be86a9d3c5a1b165743 - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.cpp - test/hotspot/jtreg/vmTestbase/nsk/share/JVMDITools.h ! test/hotspot/jtreg/vmTestbase/nsk/share/README Changeset: 2fb96bfb Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 08:58:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/2fb96bfbf1bd806d0cc3dba1307489492120616a 8327986: ASAN reports use-after-free in DirectivesParserTest.empty_object_vm Backport-of: ce188fdacab9fd1cb841d0ccd5c385f47b348791 ! test/hotspot/gtest/compiler/test_directivesParser.cpp Changeset: 3c6af866 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:01:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/3c6af8669b1c54846e723888b54188dcf329c3c4 8329692: Add more details to FrameStateTest.java test instructions Backport-of: 6f98d8f58f98827ae454c7ce4839de4071d95767 ! test/jdk/java/awt/Frame/FrameStateTest/FrameStateTest.java Changeset: 2ebb6f56 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:02:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/2ebb6f567e9a4dbbaeff4c353b52be2a8a33d21d 8332917: failure_handler should execute gdb "info threads" command on linux Backport-of: ec88c6a872a97cee1cde8844f5ee6834023a10c6 ! test/failure_handler/src/share/conf/linux.properties Changeset: f0527c12 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:04:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/f0527c12b395751727e97fd38442bf4b9e2bc3ea 8340078: Open source several 2D tests Backport-of: 88a1c0550e435888c571d32c577fd697652e5620 + test/jdk/sun/java2d/GdiRendering/GdiBlitOffscreenTest.java + test/jdk/sun/java2d/GdiRendering/GdiLockTest.java + test/jdk/sun/java2d/SunGraphics2D/DrawRoundRect0Bug.java + test/jdk/sun/java2d/SunGraphics2D/RevalidateBug.java + test/jdk/sun/java2d/SunGraphics2D/ScaledPolyTest.java Changeset: 373b67c8 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:05:22 +0000 URL: https://git.openjdk.org/jdk17u/commit/373b67c82e56753b9375a1538d10f1b233edbf9f 8226938: [TEST_BUG]GTK L&F: There is no Details button in FileChooser Dialog Backport-of: fe98f86b5792cbb17d47871452d27ab87d72b342 + test/jdk/javax/swing/JFileChooser/bug4587721.java Changeset: 52a25fd7 Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:06:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/52a25fd7a56bce81c8c1e88d156905428f34267c 8343491: javax/management/remote/mandatory/connection/DeadLockTest.java failing with NoSuchObjectException: no such object in table Backport-of: 4f5a241ec11981bcb5f8ab0936b0e821ec5a03ce ! test/jdk/javax/management/remote/mandatory/connection/DeadLockTest.java Changeset: bd41268a Branch: master Author: Goetz Lindenmaier Date: 2025-02-05 09:07:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/bd41268a9a56be7039805ddacd20f1a8b33baec8 8338571: [TestBug] DefaultCloseOperation.java test not working as expected wrt instruction after JDK-8325851 fix Backport-of: 8858de393a5cb4f9f1150a6cdf388266362a9559 ! test/jdk/javax/swing/JFrame/DefaultCloseOperation.java Changeset: cf4fca2f Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:33:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/cf4fca2f96f8ae20a4645d571ef65b2be1d7a5fb 8266435: WBMPImageReader.read() should not truncate the input stream Backport-of: 8198807b4a811040c7d9f65fb98494fc7d840814 ! src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPImageReader.java + test/jdk/javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java Changeset: 50c6fab7 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:34:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/50c6fab7306a7bf54bfe545164012c651e0e0990 8330702: Update failure handler to don't generate Error message if cores actions are empty Backport-of: 548e95a689d63e97ddbdfe7dd7df3a2e3377046c ! test/failure_handler/src/share/classes/jdk/test/failurehandler/action/ActionSet.java ! test/failure_handler/src/share/conf/windows.properties Changeset: 751130a4 Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:36:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/751130a424de99d46242eac4ffffd4ff7710b72b 8345468: test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java fails in ubuntu22.04 Backport-of: 6f307623568efe4d90942cd22ec9a26b2e1ca1b1 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java Changeset: 7213c0da Branch: master Author: Goetz Lindenmaier Date: 2025-02-07 08:36:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/7213c0da2f78980942f563a40af53dccd9f98d1e 8340411: open source several 2D imaging tests Backport-of: 8dcf7b8fa7b17bf34c62c561c6ed78e8080df1ff + test/jdk/sun/awt/image/BytePackedRaster/DitherTest.java + test/jdk/sun/awt/image/BytePackedRaster/MultiOp.java + test/jdk/sun/awt/image/ImageRepresentation/ByteBinaryBitmask.java + test/jdk/sun/awt/image/ImageRepresentation/CustomSourceCM.java Changeset: 087e8a29 Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:51:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/087e8a29f2aead8b31a71b144523810c8538388c 8342988: GHA: Build JTReg in single step Reviewed-by: sgehwolf, mbaesken Backport-of: 6e6f8b2f90e362ceb2d76e791cd6e58cf5d3ddbd + .github/actions/build-jtreg/action.yml ! .github/actions/get-jtreg/action.yml ! .github/workflows/main.yml Changeset: f63ee83a Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:52:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/f63ee83afdb03fecc1017ae1b15e21140f17a9e9 8346671: java/nio/file/Files/probeContentType/Basic.java fails on Windows 2025 Reviewed-by: mbaesken Backport-of: 2e00816ac30373df28a29dc938f7ce5489a3edfc ! test/jdk/java/nio/file/Files/probeContentType/Basic.java Changeset: 2691c142 Branch: master Author: Goetz Lindenmaier Date: 2025-02-11 13:53:45 +0000 URL: https://git.openjdk.org/jdk17u/commit/2691c1428c592f952a0093e0cae3244ab48246c0 8345368: java/io/File/createTempFile/SpecialTempFile.java fails on Windows Server 2025 Reviewed-by: mbaesken Backport-of: b0c131e872f997cb7deadc9b0a87bd76e3a2a83c ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From duke at openjdk.org Wed Feb 12 08:09:31 2025 From: duke at openjdk.org (duke) Date: Wed, 12 Feb 2025 08:09:31 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.15+2 for changeset 2691c142 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-12 09:07:11 +0000 Added tag jdk-17.0.15+2 for changeset 2691c1428c59 Changeset: 2691c142 Author: Goetz Lindenmaier Date: 2025-02-11 13:53:45 +0000 URL: https://git.openjdk.org/jdk17u/commit/2691c1428c592f952a0093e0cae3244ab48246c0 From duke at openjdk.org Wed Feb 12 08:10:59 2025 From: duke at openjdk.org (duke) Date: Wed, 12 Feb 2025 08:10:59 GMT Subject: git: openjdk/jdk17u-dev: Added tag jdk-17.0.15+2 for changeset 2691c142 Message-ID: <9350f430-2ff8-43b0-a57e-4079c0a2c379@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-12 09:07:11 +0000 Added tag jdk-17.0.15+2 for changeset 2691c1428c59 Changeset: 2691c142 Author: Goetz Lindenmaier Date: 2025-02-11 13:53:45 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/2691c1428c592f952a0093e0cae3244ab48246c0 From clanger at openjdk.org Wed Feb 12 17:05:59 2025 From: clanger at openjdk.org (Christoph Langer) Date: Wed, 12 Feb 2025 17:05:59 GMT Subject: git: openjdk/jdk17u-dev: 8348625: [21u, 17u] Revert JDK-8185862 to restore old java.awt.headless behavior on Windows Message-ID: Changeset: 4e517641 Branch: master Author: Christoph Langer Date: 2025-02-12 17:04:09 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/4e5176419cdf67562ae3e3d491ba0efe77acb1df 8348625: [21u, 17u] Revert JDK-8185862 to restore old java.awt.headless behavior on Windows Reviewed-by: mbaesken Backport-of: e1967d5124309de5276ab88d1bcf4d24f2620dab ! src/java.desktop/windows/classes/sun/awt/PlatformGraphicsInfo.java ! src/java.desktop/windows/classes/sun/awt/Win32GraphicsEnvironment.java ! src/java.desktop/windows/native/libawt/windows/Devices.cpp ! src/java.desktop/windows/native/libawt/windows/Devices.h - src/java.desktop/windows/native/libawt/windows/awt_PlatformGraphicsInfo.cpp ! test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java From syan at openjdk.org Thu Feb 13 03:01:32 2025 From: syan at openjdk.org (SendaoYan) Date: Thu, 13 Feb 2025 03:01:32 GMT Subject: git: openjdk/jdk21u-dev: master: 8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError Message-ID: <1d6c6a27-c0e9-4edd-9531-302898ffe9ad@openjdk.org> Changeset: 4f4c3cee Branch: master Author: SendaoYan Date: 2025-02-13 03:00:27 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/4f4c3cee1f943048e0f5e599333aa5b155a4b1b0 8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError Backport-of: 4d8fb80732fd17352c36254c6dfc1be5dbfbacf1 ! test/micro/org/openjdk/bench/jdk/incubator/vector/SpiltReplicate.java From syan at openjdk.org Thu Feb 13 03:03:47 2025 From: syan at openjdk.org (SendaoYan) Date: Thu, 13 Feb 2025 03:03:47 GMT Subject: git: openjdk/jdk21u-dev: master: 8339834: Replace usages of -mx and -ms in some tests Message-ID: <3b6662f6-f0e1-4288-9caf-4f9c9f754f10@openjdk.org> Changeset: 4e19a9ba Branch: master Author: SendaoYan Date: 2025-02-13 03:01:27 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/4e19a9ba8e4ab03c3939a8d2558db5f4d2f3c52b 8339834: Replace usages of -mx and -ms in some tests Backport-of: 1d392492311daceeae12769cb9494eae63289853 ! src/java.base/share/classes/sun/security/util/Cache.java ! test/hotspot/jtreg/resourcehogs/compiler/intrinsics/string/TestStringIntrinsics2LargeArray.java ! test/jdk/java/beans/Introspector/8159696/UnloadClassBeanInfo.java ! test/jdk/java/beans/Introspector/Test5102804.java ! test/jdk/java/beans/Introspector/Test8027905.java ! test/jdk/java/beans/XMLEncoder/Test4646747.java ! test/jdk/java/lang/ref/SoftReference/Pin.java ! test/jdk/java/nio/Buffer/Chew.java ! test/jdk/tools/jimage/JImageToolTest.java From chagedorn at openjdk.org Thu Feb 13 08:59:30 2025 From: chagedorn at openjdk.org (Christian Hagedorn) Date: Thu, 13 Feb 2025 08:59:30 GMT Subject: git: openjdk/jdk24u: master: 8347018: C2: Insertion of Assertion Predicates ignores the effects of PhaseIdealLoop::clone_up_backedge_goo() Message-ID: <935d4578-3b6a-4502-b67e-d9a9b590d0e7@openjdk.org> Changeset: 2280d5bc Branch: master Author: Christian Hagedorn Date: 2025-02-13 08:58:14 +0000 URL: https://git.openjdk.org/jdk24u/commit/2280d5bc817b4248e9000c12cc8b3c953dbae737 8347018: C2: Insertion of Assertion Predicates ignores the effects of PhaseIdealLoop::clone_up_backedge_goo() Reviewed-by: kvn Backport-of: 8a83dc213ac630ec79d62637133fe7aa102a27a3 ! src/hotspot/share/opto/loopTransform.cpp ! src/hotspot/share/opto/loopnode.hpp ! src/hotspot/share/opto/predicates.cpp ! src/hotspot/share/opto/predicates.hpp + test/hotspot/jtreg/compiler/predicates/assertion/TestLoadPinnedAboveAssertionPredicatesAndUsingStore.java From mbaesken at openjdk.org Thu Feb 13 10:20:26 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 13 Feb 2025 10:20:26 GMT Subject: git: openjdk/jdk21u-dev: master: 8319233: AArch64: Build failure with clang due to -Wformat-nonliteral warning Message-ID: Changeset: 072651a6 Branch: master Author: Matthias Baesken Date: 2025-02-13 10:19:07 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/072651a6d3d7b4736035d8875df336bce88732ca 8319233: AArch64: Build failure with clang due to -Wformat-nonliteral warning Backport-of: 439ed046e451fc41a875993819a6d4335a0efad5 ! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp ! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp ! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp ! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp ! src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp ! src/hotspot/share/utilities/vmError.cpp ! src/hotspot/share/utilities/vmError.hpp From goetz at openjdk.org Thu Feb 13 10:26:39 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 13 Feb 2025 10:26:39 GMT Subject: git: openjdk/jdk17u-dev: 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Message-ID: <06ef5837-ca48-4c77-914c-b91be49e5d7f@openjdk.org> Changeset: 356146f5 Branch: master Author: Goetz Lindenmaier Date: 2025-02-13 10:24:15 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/356146f558660abdf56d81ede41ce62c5e412f50 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Reviewed-by: mbaesken Backport-of: f2a9d26b2e409a7216d967ebb6b92726e8ed65c3 ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From goetz at openjdk.org Thu Feb 13 10:27:27 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 13 Feb 2025 10:27:27 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: <9ff541f1-cfe7-430d-97e9-7cfa53efb575@openjdk.org> Changeset: 17cb53a9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-13 10:23:05 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/17cb53a995e3afd8e8e3b612fdfd71880faaae80 8302111: Serialization considerations Reviewed-by: andrew Backport-of: 369c573383a0120e0d85aeb89a211f38b5261013 ! src/java.base/share/classes/com/sun/crypto/provider/DHPrivateKey.java ! src/java.base/share/classes/com/sun/crypto/provider/DHPublicKey.java ! src/java.base/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ! src/java.base/share/classes/java/security/Permissions.java ! src/java.base/share/classes/java/security/SignedObject.java ! src/java.base/share/classes/java/security/Timestamp.java ! src/java.base/share/classes/java/security/UnresolvedPermissionCollection.java ! src/java.base/share/classes/java/security/cert/CertificateRevokedException.java ! src/java.base/share/classes/javax/crypto/spec/SecretKeySpec.java ! src/java.base/share/classes/javax/security/auth/callback/ChoiceCallback.java ! src/java.base/share/classes/javax/security/auth/callback/ConfirmationCallback.java ! src/java.base/share/classes/javax/security/auth/callback/PasswordCallback.java ! src/java.base/share/classes/sun/security/provider/DRBG.java ! src/java.base/share/classes/sun/security/util/ObjectIdentifier.java ! src/java.base/share/classes/sun/security/x509/AlgIdDSA.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5InitCredential.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11SecureRandom.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java Changeset: 41dcb8ca Branch: master Author: Goetz Lindenmaier Date: 2025-02-13 10:23:18 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/41dcb8ca322015fe498ff167bc350af847cb4e11 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Backport-of: f2a9d26b2e409a7216d967ebb6b92726e8ed65c3 ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java From clanger at openjdk.org Thu Feb 13 10:47:29 2025 From: clanger at openjdk.org (Christoph Langer) Date: Thu, 13 Feb 2025 10:47:29 GMT Subject: git: openjdk/jdk17u-dev: 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Message-ID: Changeset: 6ccdc3f8 Branch: master Author: Christoph Langer Date: 2025-02-13 10:46:17 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/6ccdc3f8e03d5780da0914c1155b38d33ab76e42 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Reviewed-by: mbaesken Backport-of: 9c8fe67afff3a275c2e5944e996ce3f32ae53b37 ! make/conf/github-actions.conf From sgehwolf at openjdk.org Thu Feb 13 11:34:31 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Thu, 13 Feb 2025 11:34:31 GMT Subject: git: openjdk/jdk17u-dev: 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Message-ID: <2381e204-0fc8-499b-b314-a1558421ef4e@openjdk.org> Changeset: f4bef2f2 Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-13 11:32:38 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/f4bef2f24a9bb433b5693aa59bb81acac6b311f3 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Backport-of: eb824722c053608b779d3b8959ba218aceed6875 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem From syan at openjdk.org Thu Feb 13 11:47:40 2025 From: syan at openjdk.org (SendaoYan) Date: Thu, 13 Feb 2025 11:47:40 GMT Subject: git: openjdk/jdk21u-dev: master: 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Message-ID: Changeset: 37ad92f3 Branch: master Author: SendaoYan Date: 2025-02-13 11:47:11 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/37ad92f3098cbc5488e2b960d3ac78486aab5a68 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Backport-of: d562d3c7a9e1e857c095ef908b0957b033972949 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java From syan at openjdk.org Thu Feb 13 11:50:57 2025 From: syan at openjdk.org (SendaoYan) Date: Thu, 13 Feb 2025 11:50:57 GMT Subject: git: openjdk/jdk17u-dev: 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Message-ID: <8c5d232f-119d-4e80-afec-a24f67773422@openjdk.org> Changeset: 9eb9ce44 Branch: master Author: SendaoYan Date: 2025-02-13 11:49:04 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9eb9ce4406344ad940fd0e5b789bcf0726ee9c40 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Backport-of: d562d3c7a9e1e857c095ef908b0957b033972949 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java From syan at openjdk.org Thu Feb 13 11:52:36 2025 From: syan at openjdk.org (SendaoYan) Date: Thu, 13 Feb 2025 11:52:36 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: Changeset: cc142d4d Branch: master Author: SendaoYan Date: 2025-02-13 11:50:39 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/cc142d4da9d30edb07b4567bfacad2f02946159c 8347171: (dc) java/nio/channels/DatagramChannel/InterruptibleOrNot.java fails with virtual thread factory Backport-of: 687ea73b00fd047305bfa1dda8187276bfb68dbf ! test/jdk/java/nio/channels/DatagramChannel/InterruptibleOrNot.java Changeset: 8b4ee659 Branch: master Author: SendaoYan Date: 2025-02-13 11:51:45 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/8b4ee6592f99eed6d14c58b4e32d8c558eb58428 8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk Backport-of: a07d784919ae232a890bf79de27b8623e294ad20 ! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java From syan at openjdk.org Thu Feb 13 11:53:30 2025 From: syan at openjdk.org (SendaoYan) Date: Thu, 13 Feb 2025 11:53:30 GMT Subject: git: openjdk/jdk17u-dev: 8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk Message-ID: Changeset: fcdcff0e Branch: master Author: SendaoYan Date: 2025-02-13 11:51:29 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/fcdcff0e0d6a25de5e1c3bd62ba909774663b0db 8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk Backport-of: a07d784919ae232a890bf79de27b8623e294ad20 ! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java From mbaesken at openjdk.org Thu Feb 13 12:51:59 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 13 Feb 2025 12:51:59 GMT Subject: git: openjdk/jdk21u-dev: master: 8345569: [ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64 Message-ID: Changeset: 196c6cc8 Branch: master Author: Matthias Baesken Date: 2025-02-13 12:50:44 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/196c6cc8b22dc74635f80fc268bcfe9045266186 8345569: [ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64 Backport-of: 1d2ccaeaa316029772b5de3dc5579ee7b1363b60 ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/memory/virtualspace.cpp From mbaesken at openjdk.org Thu Feb 13 12:57:28 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 13 Feb 2025 12:57:28 GMT Subject: git: openjdk/jdk21u-dev: master: 8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer Message-ID: <348d589f-9f7d-4d06-9b81-92ecea8d0cf5@openjdk.org> Changeset: 7846bc63 Branch: master Author: Matthias Baesken Date: 2025-02-13 12:56:15 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/7846bc63c2bf8d206f38df500d4fd923a9883b73 8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer Backport-of: 0a81676fae3b25117dd2289a734193bcbee822de ! src/hotspot/share/logging/logDecorators.cpp ! src/hotspot/share/logging/logSelection.cpp ! src/hotspot/share/logging/logSelectionList.cpp From mbaesken at openjdk.org Thu Feb 13 12:59:59 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 13 Feb 2025 12:59:59 GMT Subject: git: openjdk/jdk21u-dev: master: 8347576: Error output in libjsound has non matching format strings Message-ID: <6a7cbecc-9e6a-4d41-a81e-8cb24e257128@openjdk.org> Changeset: 950e6550 Branch: master Author: Matthias Baesken Date: 2025-02-13 12:57:33 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/950e655064a75e20540955ad91430c8bea7ae73b 8347576: Error output in libjsound has non matching format strings Backport-of: 07a0dcbabcb1216211c1da75f6dd2582da194df9 ! src/java.desktop/share/native/libjsound/MidiInDevice.c ! src/java.desktop/share/native/libjsound/MidiOutDevice.c ! src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp ! src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c From mbaesken at openjdk.org Thu Feb 13 15:19:12 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 13 Feb 2025 15:19:12 GMT Subject: git: openjdk/jdk24u: master: 8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup Message-ID: Changeset: ded2ed28 Branch: master Author: Matthias Baesken Date: 2025-02-13 15:18:16 +0000 URL: https://git.openjdk.org/jdk24u/commit/ded2ed2828ab684cf0cb3e6b3411af17fbd43131 8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup Backport-of: 70eec9001a550888f35476f9e2cf3c62d41442dd ! make/autoconf/flags-cflags.m4 From mbaesken at openjdk.org Thu Feb 13 15:33:08 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 13 Feb 2025 15:33:08 GMT Subject: git: openjdk/jdk24u: master: 8347268: [ubsan] logOutput.cpp:357:21: runtime error: applying non-zero offset 1 to null pointer Message-ID: Changeset: ff59e5b0 Branch: master Author: Matthias Baesken Date: 2025-02-13 15:32:35 +0000 URL: https://git.openjdk.org/jdk24u/commit/ff59e5b0064cf6fbe658ddf2ff2cb4e9690e59fa 8347268: [ubsan] logOutput.cpp:357:21: runtime error: applying non-zero offset 1 to null pointer Backport-of: 82e16ba248a97e3446d5b2d64c353b61dd6bdda6 ! src/hotspot/share/logging/logOutput.cpp From phh at openjdk.org Thu Feb 13 16:15:59 2025 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 13 Feb 2025 16:15:59 GMT Subject: git: openjdk/jdk24u: master: 2 new changesets Message-ID: Changeset: 010833df Branch: master Author: Liming Liu Committer: Paul Hohensee Date: 2025-02-13 16:13:23 +0000 URL: https://git.openjdk.org/jdk24u/commit/010833df35f4400a2ee5970a42dd8a13828acdb0 8343978: Update the default value of CodeEntryAlignment for Ampere-1A and 1B Backport-of: 89ee1a5517ea1e3915f4362ada3d2086b63c107e ! src/hotspot/cpu/aarch64/vm_version_aarch64.cpp Changeset: 754e5ddb Branch: master Author: Liam Miller-Cushon Committer: Paul Hohensee Date: 2025-02-13 16:14:39 +0000 URL: https://git.openjdk.org/jdk24u/commit/754e5ddb6ada7ccd778ddbe468f62df6d6a6977a 8349058: 'internal proprietary API' warnings make javac warnings unusable Backport-of: 1ab1c1d53b86228be85aac96fa5d69db39ac6317 ! src/jdk.compiler/share/classes/com/sun/tools/javac/code/ClassFinder.java ! test/langtools/tools/javac/options/system/SystemSunProprietary.java From mbaesken at openjdk.org Fri Feb 14 08:05:47 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Fri, 14 Feb 2025 08:05:47 GMT Subject: git: openjdk/jdk24u: master: 8346880: [aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected" Message-ID: <74eb87b5-4bfb-4b3b-9cc2-4f612cd8a0e6@openjdk.org> Changeset: cb5f489d Branch: master Author: Matthias Baesken Date: 2025-02-14 08:04:08 +0000 URL: https://git.openjdk.org/jdk24u/commit/cb5f489df7096a44d10a61836c038544cdc02494 8346880: [aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected" Backport-of: f9b11332eccd8a8ffb4128308f442b209d07a3b1 ! src/java.base/aix/native/libjava/ProcessHandleImpl_aix.c From syan at openjdk.org Fri Feb 14 08:24:53 2025 From: syan at openjdk.org (SendaoYan) Date: Fri, 14 Feb 2025 08:24:53 GMT Subject: git: openjdk/jdk24u: master: 8322983: Virtual Threads: exclude 2 tests Message-ID: <99bc3e99-9444-4b4b-90e9-b87c5477a962@openjdk.org> Changeset: 2397beac Branch: master Author: SendaoYan Date: 2025-02-14 08:24:25 +0000 URL: https://git.openjdk.org/jdk24u/commit/2397beac67bcf8dccc19dc472b354335dc28cc49 8322983: Virtual Threads: exclude 2 tests Backport-of: cf28fd4cbc6507eb69fcfeb33622316eb5b6b0c5 ! test/hotspot/jtreg/ProblemList-Virtual.txt From sgehwolf at openjdk.org Fri Feb 14 09:36:20 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 14 Feb 2025 09:36:20 GMT Subject: git: openjdk/jdk11u-dev: 8339931: Update problem list for WindowUpdateFocusabilityTest.java Message-ID: <8eb81032-d32a-4d4a-9ec6-e59651baeaa7@openjdk.org> Changeset: cde36426 Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-02-14 09:33:43 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/cde36426cf319f34543abff8afe8d1b3244525d7 8339931: Update problem list for WindowUpdateFocusabilityTest.java 8202926: Test java/awt/Focus/WindowUpdateFocusabilityTest/WindowUpdateFocusabilityTest.html fails Reviewed-by: sgehwolf Backport-of: 5fada9567731c4538c7d3744fd655ea97420147e ! test/jdk/ProblemList.txt From sgehwolf at openjdk.org Fri Feb 14 10:34:32 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 14 Feb 2025 10:34:32 GMT Subject: git: openjdk/jdk11u-dev: 8339560: Unaddressed comments during code review of JDK-8337664 Message-ID: <98b0e572-74d7-4781-9d25-bbfc0b49aa28@openjdk.org> Changeset: 52c8606d Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 10:32:33 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/52c8606db4e81b9aa9c55a31e5f401e5e835c714 8339560: Unaddressed comments during code review of JDK-8337664 Backport-of: 6a3f208c0b32d90eb3853008301e680695d3ac28 - test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java - test/jdk/sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Entrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Symantec.java = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustcommercialca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustnetworkingca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustpremiumca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustpremiumeccca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrust2048ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustevca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcaec1-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcag2-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcag4-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/appleistca8g1-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustprimarycag2-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustprimarycag3-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustuniversalca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootcag2-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootcag3-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g3ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g4ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g5ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g5ca-codesigning-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignuniversalrootca-chain.pem From sgehwolf at openjdk.org Fri Feb 14 11:23:47 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 14 Feb 2025 11:23:47 GMT Subject: git: openjdk/jdk11u-dev: 8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x Message-ID: <705bd724-a910-4f47-b2ef-886b371b4040@openjdk.org> Changeset: 7dab5fef Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 11:21:11 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/7dab5fef87bd1871c0a0b4872cb8d711bc927dd5 8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x Reviewed-by: sgehwolf Backport-of: eaa475f72ced51cf0f0d0bce9ff1265bfb81ab31 ! src/jdk.hotspot.agent/macosx/native/libsaproc/ps_core.c ! test/hotspot/jtreg/ProblemList.txt From azvegint at openjdk.org Fri Feb 14 12:57:52 2025 From: azvegint at openjdk.org (Alexander Zvegintsev) Date: Fri, 14 Feb 2025 12:57:52 GMT Subject: git: openjdk/jdk24u: master: 8348600: Update PipeWire to 1.3.81 Message-ID: <251537a0-1df9-488c-90ec-256c72fa5452@openjdk.org> Changeset: e3d6b0ac Branch: master Author: Alexander Zvegintsev Date: 2025-02-14 12:56:34 +0000 URL: https://git.openjdk.org/jdk24u/commit/e3d6b0ac3d12d870c408fba1b5375917530f3e86 8348600: Update PipeWire to 1.3.81 Backport-of: add3cd1ca470be8fd5e5e1930d7f789318eb8e6d ! src/java.desktop/unix/legal/pipewire.md ! src/java.desktop/unix/native/libpipewire/include/pipewire/context.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/core.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/keys.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/loop.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/port.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/properties.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/protocol.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/proxy.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/stream.h + src/java.desktop/unix/native/libpipewire/include/pipewire/type.h ! src/java.desktop/unix/native/libpipewire/include/pipewire/utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/buffer/buffer.h ! src/java.desktop/unix/native/libpipewire/include/spa/buffer/meta.h ! src/java.desktop/unix/native/libpipewire/include/spa/buffer/type-info.h ! src/java.desktop/unix/native/libpipewire/include/spa/control/control.h ! src/java.desktop/unix/native/libpipewire/include/spa/control/type-info.h ! src/java.desktop/unix/native/libpipewire/include/spa/debug/types.h ! src/java.desktop/unix/native/libpipewire/include/spa/node/io.h ! src/java.desktop/unix/native/libpipewire/include/spa/node/type-info.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/aac-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/aac.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/amr-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/amr.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/iec958-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/mp3-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/mp3.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/raw-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/raw.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/wma-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/audio/wma.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/bluetooth/audio.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/bluetooth/type-info.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/buffers-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/buffers.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/format-utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/format.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/latency.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/param-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/param.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/profiler-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/profiler.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/props-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/props.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/route-types.h + src/java.desktop/unix/native/libpipewire/include/spa/param/tag-types.h + src/java.desktop/unix/native/libpipewire/include/spa/param/tag.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/type-info.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/dsp-utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/format-utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/h264-utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/mjpg-utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/multiview.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/raw-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/raw-utils.h ! src/java.desktop/unix/native/libpipewire/include/spa/param/video/raw.h ! src/java.desktop/unix/native/libpipewire/include/spa/pod/builder.h ! src/java.desktop/unix/native/libpipewire/include/spa/pod/event.h ! src/java.desktop/unix/native/libpipewire/include/spa/pod/iter.h ! src/java.desktop/unix/native/libpipewire/include/spa/pod/parser.h ! src/java.desktop/unix/native/libpipewire/include/spa/support/loop.h ! src/java.desktop/unix/native/libpipewire/include/spa/support/system.h + src/java.desktop/unix/native/libpipewire/include/spa/utils/cleanup.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/defs.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/dict.h + src/java.desktop/unix/native/libpipewire/include/spa/utils/endian.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/enum-types.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/hook.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/list.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/string.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/type-info.h ! src/java.desktop/unix/native/libpipewire/include/spa/utils/type.h From sgehwolf at openjdk.org Fri Feb 14 16:23:06 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 14 Feb 2025 16:23:06 GMT Subject: git: openjdk/jdk11u-dev: 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Message-ID: <45a10135-ee88-49b6-b181-67f3292b4a0a@openjdk.org> Changeset: 8322c66e Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 16:21:20 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/8322c66efa9da9210eca7d6081d2a8c2d65ba4e0 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Reviewed-by: sgehwolf Backport-of: f4bef2f24a9bb433b5693aa59bb81acac6b311f3 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem From thartmann at openjdk.org Mon Feb 17 06:17:10 2025 From: thartmann at openjdk.org (Tobias Hartmann) Date: Mon, 17 Feb 2025 06:17:10 GMT Subject: git: openjdk/jdk24u: master: 8347718: Unexpected NullPointerException in C2 compiled code due to ReduceAllocationMerges Message-ID: <10ac2662-ad21-4aa5-a464-fae64fb0e661@openjdk.org> Changeset: d8feb0f3 Branch: master Author: Tobias Hartmann Date: 2025-02-17 06:15:06 +0000 URL: https://git.openjdk.org/jdk24u/commit/d8feb0f3ecc80b93cf3fd36f825260d21d3ef4b0 8347718: Unexpected NullPointerException in C2 compiled code due to ReduceAllocationMerges Backport-of: 9f4d3de442a846c503dac52de4a757e5b5638e73 ! src/hotspot/share/opto/escape.cpp + test/hotspot/jtreg/compiler/c2/TestReduceAllocationAndPointerComparisons.java From mbaesken at openjdk.org Mon Feb 17 09:51:40 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Mon, 17 Feb 2025 09:51:40 GMT Subject: git: openjdk/jdk21u-dev: master: 8346880: [aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected" Message-ID: Changeset: a4998f84 Branch: master Author: Joachim Kern Committer: Matthias Baesken Date: 2025-02-17 09:50:11 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/a4998f847bac6308a59e9928b33e2dae9dbe1f27 8346880: [aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected" Backport-of: f9b11332eccd8a8ffb4128308f442b209d07a3b1 ! src/java.base/aix/native/libjava/ProcessHandleImpl_aix.c From mbaesken at openjdk.org Mon Feb 17 11:41:57 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Mon, 17 Feb 2025 11:41:57 GMT Subject: git: openjdk/jdk21u-dev: master: 8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup Message-ID: Changeset: b7d92cd0 Branch: master Author: Matthias Baesken Date: 2025-02-17 11:40:25 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/b7d92cd0ae781de6c51ea965c16bd6e0c396e9f7 8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup Backport-of: 70eec9001a550888f35476f9e2cf3c62d41442dd ! make/autoconf/flags-cflags.m4 From mbaesken at openjdk.org Mon Feb 17 12:16:23 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Mon, 17 Feb 2025 12:16:23 GMT Subject: git: openjdk/jdk24u: master: 8345676: [ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64 Message-ID: Changeset: d06d7a49 Branch: master Author: Matthias Baesken Date: 2025-02-17 12:13:42 +0000 URL: https://git.openjdk.org/jdk24u/commit/d06d7a49e941c4316789a4c82e532a6fd0447bf7 8345676: [ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64 Backport-of: 0285020c7ea01f32b32efe166a0a5dae39957216 ! src/java.base/unix/native/libjava/ProcessImpl_md.c From mbaesken at openjdk.org Mon Feb 17 12:58:55 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Mon, 17 Feb 2025 12:58:55 GMT Subject: git: openjdk/jdk24u: master: 8347267: [macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero Message-ID: Changeset: e8808b77 Branch: master Author: Matthias Baesken Date: 2025-02-17 12:57:47 +0000 URL: https://git.openjdk.org/jdk24u/commit/e8808b775339750eb787d4594f729e4002314604 8347267: [macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero Backport-of: 5e92a4ceafd0626e3600e44a3370ca2f5d9347c8 ! src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c From azvegint at openjdk.org Mon Feb 17 13:01:45 2025 From: azvegint at openjdk.org (Alexander Zvegintsev) Date: Mon, 17 Feb 2025 13:01:45 GMT Subject: git: openjdk/jdk24u: master: 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Message-ID: Changeset: a6de59e4 Branch: master Author: Alexander Zvegintsev Date: 2025-02-17 13:00:11 +0000 URL: https://git.openjdk.org/jdk24u/commit/a6de59e47f797082e68ca109eab9a04f4d7d572e 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Backport-of: 6f4fc82149b52dd91289fe42def7d1cacad31212 ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java From mdoerr at openjdk.org Tue Feb 18 11:18:54 2025 From: mdoerr at openjdk.org (Martin Doerr) Date: Tue, 18 Feb 2025 11:18:54 GMT Subject: git: openjdk/jdk24u: master: 8349751: AIX build failure after upgrade pipewire to 1.3.81 Message-ID: <77ae5cb3-b12e-4b31-a4c9-11471b8b08ee@openjdk.org> Changeset: d38ab94c Branch: master Author: Martin Doerr Date: 2025-02-18 11:18:27 +0000 URL: https://git.openjdk.org/jdk24u/commit/d38ab94cf7c75746dc699787f87e8c25fe9146a5 8349751: AIX build failure after upgrade pipewire to 1.3.81 Backport-of: 19c0ce43e258d00d77314d76a361feb2069a5af1 ! src/java.desktop/unix/native/libpipewire/include/spa/utils/endian.h From sgehwolf at openjdk.org Tue Feb 18 14:28:24 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Tue, 18 Feb 2025 14:28:24 GMT Subject: git: openjdk/jdk24u: master: 8344925: translet-name ignored when package-name is also set Message-ID: <83bba8f5-18d6-446c-8438-a7acf59ca34f@openjdk.org> Changeset: ba481f0d Branch: master Author: Galder Zamarre?o Committer: Severin Gehwolf Date: 2025-02-18 14:27:45 +0000 URL: https://git.openjdk.org/jdk24u/commit/ba481f0d93ca8c90218c1ae6285d677f9a2651b0 8344925: translet-name ignored when package-name is also set Backport-of: 3989a199578fc1d91988cfdbb95f11dd6d4c7b81 ! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/XSLTC.java ! src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/trax/TransformerFactoryImpl.java + test/jaxp/javax/xml/jaxp/libs/jaxp/library/JUnitTestUtil.java + test/jaxp/javax/xml/jaxp/unittest/transform/PropertiesTest.java From mdoerr at openjdk.org Tue Feb 18 14:58:44 2025 From: mdoerr at openjdk.org (Martin Doerr) Date: Tue, 18 Feb 2025 14:58:44 GMT Subject: git: openjdk/jdk24u: master: 8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents Message-ID: Changeset: 352a7a97 Branch: master Author: Axel Boldt-Christmas Committer: Martin Doerr Date: 2025-02-18 14:52:18 +0000 URL: https://git.openjdk.org/jdk24u/commit/352a7a97823b0fe3ce65cb3b00b8aa0bbdfb08f3 8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents Backport-of: 14136f8b1106137317393bc2ab0a2db0d212f8d8 ! src/hotspot/share/classfile/javaClasses.cpp ! src/hotspot/share/classfile/javaClasses.hpp ! src/hotspot/share/classfile/javaClasses.inline.hpp ! src/hotspot/share/classfile/javaClassesImpl.hpp ! src/hotspot/share/classfile/vmClassMacros.hpp ! src/hotspot/share/classfile/vmSymbols.hpp ! src/hotspot/share/code/dependencyContext.cpp ! src/hotspot/share/code/dependencyContext.hpp ! src/hotspot/share/prims/methodHandles.cpp ! src/java.base/share/classes/java/lang/invoke/CallSite.java ! src/java.base/share/classes/java/lang/invoke/MethodHandleNatives.java ! test/hotspot/jtreg/compiler/jsr292/CallSiteDepContextTest.java ! test/hotspot/jtreg/compiler/jsr292/patches/java.base/java/lang/invoke/MethodHandleHelper.java From syan at openjdk.org Wed Feb 19 01:28:40 2025 From: syan at openjdk.org (SendaoYan) Date: Wed, 19 Feb 2025 01:28:40 GMT Subject: git: openjdk/jdk21u-dev: master: 8322983: Virtual Threads: exclude 2 tests Message-ID: Changeset: 9d496c08 Branch: master Author: SendaoYan Date: 2025-02-19 01:27:08 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/9d496c08d4df51bad740fe85dee3cfbeed13fdae 8322983: Virtual Threads: exclude 2 tests Backport-of: cf28fd4cbc6507eb69fcfeb33622316eb5b6b0c5 ! test/hotspot/jtreg/ProblemList-Virtual.txt From mbaesken at openjdk.org Wed Feb 19 08:36:00 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Wed, 19 Feb 2025 08:36:00 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: Changeset: 58f3acc9 Branch: master Author: Matthias Baesken Date: 2025-02-19 08:34:22 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/58f3acc9f8576248fdb3e0a319706284b2cb2620 8345676: [ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64 Backport-of: 0285020c7ea01f32b32efe166a0a5dae39957216 ! src/java.base/unix/native/libjava/ProcessImpl_md.c Changeset: c9bf9482 Branch: master Author: Matthias Baesken Date: 2025-02-19 08:35:30 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/c9bf94827d34f1bc24616c812a59049931e81071 8347268: [ubsan] logOutput.cpp:357:21: runtime error: applying non-zero offset 1 to null pointer Backport-of: 82e16ba248a97e3446d5b2d64c353b61dd6bdda6 ! src/hotspot/share/logging/logOutput.cpp From mbaesken at openjdk.org Wed Feb 19 08:37:47 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Wed, 19 Feb 2025 08:37:47 GMT Subject: git: openjdk/jdk21u-dev: master: 8347267: [macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero Message-ID: Changeset: 6cc0ec2f Branch: master Author: Matthias Baesken Date: 2025-02-19 08:36:31 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/6cc0ec2fdc56150df361a31861a36cc8518f4cb6 8347267: [macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero Backport-of: 5e92a4ceafd0626e3600e44a3370ca2f5d9347c8 ! src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c From mbaesken at openjdk.org Wed Feb 19 10:29:16 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Wed, 19 Feb 2025 10:29:16 GMT Subject: git: openjdk/jdk21u: master: 15 new changesets Message-ID: <3be1cf21-f329-4ea2-9d19-bf7fc8de8f49@openjdk.org> Changeset: 37ad4db3 Branch: master Author: Jan Kratochvil Committer: Paul Hohensee Date: 2025-02-11 17:52:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/37ad4db361355e87bf4edb0c16fce717b46b14bd 8346713: [testsuite] NeverActAsServerClassMachine breaks TestPLABAdaptToMinTLABSize.java TestPinnedHumongousFragmentation.java TestPinnedObjectContents.java Reviewed-by: abakhtin Backport-of: 43b7e9f54776ec7ed98d2e2f717c3d9663268ef2 ! test/hotspot/jtreg/gc/TestPLABAdaptToMinTLABSize.java Changeset: eb824722 Branch: master Author: Antonio Vieiro Committer: Andrew John Hughes Date: 2025-02-12 02:05:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/eb824722c053608b779d3b8959ba218aceed6875 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Reviewed-by: andrew Backport-of: d2262fe4e9b3118d4c4ab152aa2771b744398367 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem Changeset: 4f4c3cee Branch: master Author: SendaoYan Date: 2025-02-13 03:00:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/4f4c3cee1f943048e0f5e599333aa5b155a4b1b0 8347038: [JMH] jdk.incubator.vector.SpiltReplicate fails NoClassDefFoundError Backport-of: 4d8fb80732fd17352c36254c6dfc1be5dbfbacf1 ! test/micro/org/openjdk/bench/jdk/incubator/vector/SpiltReplicate.java Changeset: 4e19a9ba Branch: master Author: SendaoYan Date: 2025-02-13 03:01:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/4e19a9ba8e4ab03c3939a8d2558db5f4d2f3c52b 8339834: Replace usages of -mx and -ms in some tests Backport-of: 1d392492311daceeae12769cb9494eae63289853 ! src/java.base/share/classes/sun/security/util/Cache.java ! test/hotspot/jtreg/resourcehogs/compiler/intrinsics/string/TestStringIntrinsics2LargeArray.java ! test/jdk/java/beans/Introspector/8159696/UnloadClassBeanInfo.java ! test/jdk/java/beans/Introspector/Test5102804.java ! test/jdk/java/beans/Introspector/Test8027905.java ! test/jdk/java/beans/XMLEncoder/Test4646747.java ! test/jdk/java/lang/ref/SoftReference/Pin.java ! test/jdk/java/nio/Buffer/Chew.java ! test/jdk/tools/jimage/JImageToolTest.java Changeset: 072651a6 Branch: master Author: Matthias Baesken Date: 2025-02-13 10:19:07 +0000 URL: https://git.openjdk.org/jdk21u/commit/072651a6d3d7b4736035d8875df336bce88732ca 8319233: AArch64: Build failure with clang due to -Wformat-nonliteral warning Backport-of: 439ed046e451fc41a875993819a6d4335a0efad5 ! src/hotspot/os_cpu/aix_ppc/os_aix_ppc.cpp ! src/hotspot/os_cpu/bsd_aarch64/os_bsd_aarch64.cpp ! src/hotspot/os_cpu/linux_aarch64/os_linux_aarch64.cpp ! src/hotspot/os_cpu/linux_ppc/os_linux_ppc.cpp ! src/hotspot/os_cpu/linux_riscv/os_linux_riscv.cpp ! src/hotspot/share/utilities/vmError.cpp ! src/hotspot/share/utilities/vmError.hpp Changeset: 17cb53a9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-13 10:23:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/17cb53a995e3afd8e8e3b612fdfd71880faaae80 8302111: Serialization considerations Reviewed-by: andrew Backport-of: 369c573383a0120e0d85aeb89a211f38b5261013 ! src/java.base/share/classes/com/sun/crypto/provider/DHPrivateKey.java ! src/java.base/share/classes/com/sun/crypto/provider/DHPublicKey.java ! src/java.base/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ! src/java.base/share/classes/java/security/Permissions.java ! src/java.base/share/classes/java/security/SignedObject.java ! src/java.base/share/classes/java/security/Timestamp.java ! src/java.base/share/classes/java/security/UnresolvedPermissionCollection.java ! src/java.base/share/classes/java/security/cert/CertificateRevokedException.java ! src/java.base/share/classes/javax/crypto/spec/SecretKeySpec.java ! src/java.base/share/classes/javax/security/auth/callback/ChoiceCallback.java ! src/java.base/share/classes/javax/security/auth/callback/ConfirmationCallback.java ! src/java.base/share/classes/javax/security/auth/callback/PasswordCallback.java ! src/java.base/share/classes/sun/security/provider/DRBG.java ! src/java.base/share/classes/sun/security/util/ObjectIdentifier.java ! src/java.base/share/classes/sun/security/x509/AlgIdDSA.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5InitCredential.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11SecureRandom.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java Changeset: 41dcb8ca Branch: master Author: Goetz Lindenmaier Date: 2025-02-13 10:23:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/41dcb8ca322015fe498ff167bc350af847cb4e11 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Backport-of: f2a9d26b2e409a7216d967ebb6b92726e8ed65c3 ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java Changeset: 37ad92f3 Branch: master Author: SendaoYan Date: 2025-02-13 11:47:11 +0000 URL: https://git.openjdk.org/jdk21u/commit/37ad92f3098cbc5488e2b960d3ac78486aab5a68 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Backport-of: d562d3c7a9e1e857c095ef908b0957b033972949 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java Changeset: cc142d4d Branch: master Author: SendaoYan Date: 2025-02-13 11:50:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/cc142d4da9d30edb07b4567bfacad2f02946159c 8347171: (dc) java/nio/channels/DatagramChannel/InterruptibleOrNot.java fails with virtual thread factory Backport-of: 687ea73b00fd047305bfa1dda8187276bfb68dbf ! test/jdk/java/nio/channels/DatagramChannel/InterruptibleOrNot.java Changeset: 8b4ee659 Branch: master Author: SendaoYan Date: 2025-02-13 11:51:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/8b4ee6592f99eed6d14c58b4e32d8c558eb58428 8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk Backport-of: a07d784919ae232a890bf79de27b8623e294ad20 ! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java Changeset: 196c6cc8 Branch: master Author: Matthias Baesken Date: 2025-02-13 12:50:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/196c6cc8b22dc74635f80fc268bcfe9045266186 8345569: [ubsan] adjustments to filemap.cpp and virtualspace.cpp for macOS aarch64 Backport-of: 1d2ccaeaa316029772b5de3dc5579ee7b1363b60 ! src/hotspot/share/cds/filemap.cpp ! src/hotspot/share/memory/virtualspace.cpp Changeset: 7846bc63 Branch: master Author: Matthias Baesken Date: 2025-02-13 12:56:15 +0000 URL: https://git.openjdk.org/jdk21u/commit/7846bc63c2bf8d206f38df500d4fd923a9883b73 8346881: [ubsan] logSelection.cpp:154:24 / logSelectionList.cpp:72:94 : runtime error: applying non-zero offset 1 to null pointer Backport-of: 0a81676fae3b25117dd2289a734193bcbee822de ! src/hotspot/share/logging/logDecorators.cpp ! src/hotspot/share/logging/logSelection.cpp ! src/hotspot/share/logging/logSelectionList.cpp Changeset: 950e6550 Branch: master Author: Matthias Baesken Date: 2025-02-13 12:57:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/950e655064a75e20540955ad91430c8bea7ae73b 8347576: Error output in libjsound has non matching format strings Backport-of: 07a0dcbabcb1216211c1da75f6dd2582da194df9 ! src/java.desktop/share/native/libjsound/MidiInDevice.c ! src/java.desktop/share/native/libjsound/MidiOutDevice.c ! src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_MidiIn.cpp ! src/java.desktop/windows/native/libjsound/PLATFORM_API_WinOS_Ports.c Changeset: a4998f84 Branch: master Author: Joachim Kern Committer: Matthias Baesken Date: 2025-02-17 09:50:11 +0000 URL: https://git.openjdk.org/jdk21u/commit/a4998f847bac6308a59e9928b33e2dae9dbe1f27 8346880: [aix] java/lang/ProcessHandle/InfoTest.java still fails: "reported cputime less than expected" Backport-of: f9b11332eccd8a8ffb4128308f442b209d07a3b1 ! src/java.base/aix/native/libjava/ProcessHandleImpl_aix.c Changeset: b7d92cd0 Branch: master Author: Matthias Baesken Date: 2025-02-17 11:40:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/b7d92cd0ae781de6c51ea965c16bd6e0c396e9f7 8338303: Linux ppc64le with toolchain clang - detection failure in early JVM startup Backport-of: 70eec9001a550888f35476f9e2cf3c62d41442dd ! make/autoconf/flags-cflags.m4 From duke at openjdk.org Wed Feb 19 10:29:25 2025 From: duke at openjdk.org (duke) Date: Wed, 19 Feb 2025 10:29:25 GMT Subject: git: openjdk/jdk21u-dev: Added tag jdk-21.0.7+3 for changeset b7d92cd0 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-19 11:28:02 +0000 Added tag jdk-21.0.7+3 for changeset b7d92cd0ae78 Changeset: b7d92cd0 Author: Matthias Baesken Date: 2025-02-17 11:40:25 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/b7d92cd0ae781de6c51ea965c16bd6e0c396e9f7 From syan at openjdk.org Wed Feb 19 10:33:49 2025 From: syan at openjdk.org (SendaoYan) Date: Wed, 19 Feb 2025 10:33:49 GMT Subject: git: openjdk/jdk17u: 6 new changesets Message-ID: <4d65ee10-2a53-4ea5-bc67-9d523907391f@openjdk.org> Changeset: 4e517641 Branch: master Author: Christoph Langer Date: 2025-02-12 17:04:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/4e5176419cdf67562ae3e3d491ba0efe77acb1df 8348625: [21u, 17u] Revert JDK-8185862 to restore old java.awt.headless behavior on Windows Reviewed-by: mbaesken Backport-of: e1967d5124309de5276ab88d1bcf4d24f2620dab ! src/java.desktop/windows/classes/sun/awt/PlatformGraphicsInfo.java ! src/java.desktop/windows/classes/sun/awt/Win32GraphicsEnvironment.java ! src/java.desktop/windows/native/libawt/windows/Devices.cpp ! src/java.desktop/windows/native/libawt/windows/Devices.h - src/java.desktop/windows/native/libawt/windows/awt_PlatformGraphicsInfo.cpp ! test/jdk/javax/swing/reliability/HangDuringStaticInitialization.java Changeset: 356146f5 Branch: master Author: Goetz Lindenmaier Date: 2025-02-13 10:24:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/356146f558660abdf56d81ede41ce62c5e412f50 8347740: java/io/File/createTempFile/SpecialTempFile.java failing Reviewed-by: mbaesken Backport-of: f2a9d26b2e409a7216d967ebb6b92726e8ed65c3 ! test/jdk/java/io/File/createTempFile/SpecialTempFile.java Changeset: 6ccdc3f8 Branch: master Author: Christoph Langer Date: 2025-02-13 10:46:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/6ccdc3f8e03d5780da0914c1155b38d33ab76e42 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Reviewed-by: mbaesken Backport-of: 9c8fe67afff3a275c2e5944e996ce3f32ae53b37 ! make/conf/github-actions.conf Changeset: f4bef2f2 Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-13 11:32:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/f4bef2f24a9bb433b5693aa59bb81acac6b311f3 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Backport-of: eb824722c053608b779d3b8959ba218aceed6875 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem Changeset: 9eb9ce44 Branch: master Author: SendaoYan Date: 2025-02-13 11:49:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/9eb9ce4406344ad940fd0e5b789bcf0726ee9c40 8343882: BasicAnnoTests doesn't handle multiple annotations at the same position Backport-of: d562d3c7a9e1e857c095ef908b0957b033972949 ! test/langtools/tools/javac/processing/model/type/BasicAnnoTests.java Changeset: fcdcff0e Branch: master Author: SendaoYan Date: 2025-02-13 11:51:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/fcdcff0e0d6a25de5e1c3bd62ba909774663b0db 8346972: Test java/nio/channels/FileChannel/LoopingTruncate.java fails sometimes with IOException: There is not enough space on the disk Backport-of: a07d784919ae232a890bf79de27b8623e294ad20 ! test/jdk/java/nio/channels/FileChannel/LoopingTruncate.java From duke at openjdk.org Wed Feb 19 10:35:12 2025 From: duke at openjdk.org (duke) Date: Wed, 19 Feb 2025 10:35:12 GMT Subject: git: openjdk/jdk17u-dev: Added tag jdk-17.0.15+3 for changeset fcdcff0e Message-ID: <7ea87505-a70f-4a16-924b-4ef21796d027@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-19 11:33:21 +0000 Added tag jdk-17.0.15+3 for changeset fcdcff0e0d6a Changeset: fcdcff0e Author: SendaoYan Date: 2025-02-13 11:51:29 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/fcdcff0e0d6a25de5e1c3bd62ba909774663b0db From duke at openjdk.org Wed Feb 19 10:36:04 2025 From: duke at openjdk.org (duke) Date: Wed, 19 Feb 2025 10:36:04 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.15+3 for changeset fcdcff0e Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-19 11:33:21 +0000 Added tag jdk-17.0.15+3 for changeset fcdcff0e0d6a Changeset: fcdcff0e Author: SendaoYan Date: 2025-02-13 11:51:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/fcdcff0e0d6a25de5e1c3bd62ba909774663b0db From duke at openjdk.org Wed Feb 19 10:29:32 2025 From: duke at openjdk.org (duke) Date: Wed, 19 Feb 2025 10:29:32 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.7+3 for changeset b7d92cd0 Message-ID: <77ce2840-09c5-4001-ab19-496a8f99f1d0@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-19 11:28:02 +0000 Added tag jdk-21.0.7+3 for changeset b7d92cd0ae78 Changeset: b7d92cd0 Author: Matthias Baesken Date: 2025-02-17 11:40:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/b7d92cd0ae781de6c51ea965c16bd6e0c396e9f7 From coffeys at openjdk.org Wed Feb 19 11:30:03 2025 From: coffeys at openjdk.org (Sean Coffey) Date: Wed, 19 Feb 2025 11:30:03 GMT Subject: git: openjdk/jdk24u: master: 5 new changesets Message-ID: <3b10c063-26da-41d3-afe7-9e08cb331108@openjdk.org> Changeset: b1659e34 Branch: master Author: Martin Doerr Date: 2025-02-04 13:10:49 +0000 URL: https://git.openjdk.org/jdk24u/commit/b1659e345afa7d660e832f0d8ce48707ac99e824 8348562: ZGC: segmentation fault due to missing node type check in barrier elision analysis Reviewed-by: kvn, thartmann Backport-of: afcc2b03afc77f730300e1d92471466d56ed75fb ! src/hotspot/share/gc/z/c2/zBarrierSetC2.cpp Changeset: f0837b21 Branch: master Author: Jaikiran Pai Date: 2025-02-05 06:51:01 +0000 URL: https://git.openjdk.org/jdk24u/commit/f0837b218317c7ac6e031a93381da3caa93946aa 8349183: [BACKOUT] Optimization for StringBuilder append boolean & null 8349239: [BACKOUT] Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt Reviewed-by: rriggs, liach Backport-of: 618c5eb27b4c719afd577b690e6bcb21a45fcb0d ! src/java.base/share/classes/java/lang/AbstractStringBuilder.java ! src/java.base/share/classes/java/lang/StringConcatHelper.java ! src/java.base/share/classes/java/lang/StringLatin1.java ! src/java.base/share/classes/java/lang/StringUTF16.java ! test/hotspot/jtreg/compiler/patches/java.base/java/lang/Helper.java ! test/micro/org/openjdk/bench/java/lang/StringBuilders.java Changeset: 681c6d43 Branch: master Author: Mark Powers Date: 2025-02-05 23:26:25 +0000 URL: https://git.openjdk.org/jdk24u/commit/681c6d43399bdf19f001c4ecdd93b52fb9043c87 8349084: Update vectors used in several PQC benchmarks Reviewed-by: weijun Backport-of: 2f2f7cf0dddd82f11d6dfc4f8a5401ec1c5629dc ! test/micro/org/openjdk/bench/java/security/HSS.java ! test/micro/org/openjdk/bench/java/security/MLDSA.java ! test/micro/org/openjdk/bench/java/security/MLKEMBench.java Changeset: 6705a925 Branch: master Author: Jesper Wilhelmsson Date: 2025-02-06 00:16:21 +0000 URL: https://git.openjdk.org/jdk24u/commit/6705a9255d28f351950e7fbca9d05e73942a4e27 8345276: Remove EA from the JDK 24 version string with first RC promotion Reviewed-by: darcy, mikael, erikj ! make/conf/version-numbers.conf Changeset: ec34f8b9 Branch: master Author: Sean Coffey Date: 2025-02-19 11:29:09 +0000 URL: https://git.openjdk.org/jdk24u/commit/ec34f8b9ca8851f35b8d74147e07effe83362df2 Merge From jwilhelm at openjdk.org Wed Feb 19 11:30:11 2025 From: jwilhelm at openjdk.org (Jesper Wilhelmsson) Date: Wed, 19 Feb 2025 11:30:11 GMT Subject: git: openjdk/jdk24u: Added tag jdk-24+36 for changeset 6705a925 Message-ID: Tagged by: Jesper Wilhelmsson Date: 2025-02-06 16:55:36 +0000 Added tag jdk-24+36 for changeset 6705a925 Changeset: 6705a925 Author: Jesper Wilhelmsson Date: 2025-02-06 00:16:21 +0000 URL: https://git.openjdk.org/jdk24u/commit/6705a9255d28f351950e7fbca9d05e73942a4e27 From andrew at openjdk.org Wed Feb 19 15:36:15 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 19 Feb 2025 15:36:15 GMT Subject: git: openjdk/jdk17u-dev: 8347965: (tz) Update Timezone Data to 2025a Message-ID: <77d2914d-397d-4026-9b43-7998b3f94c4e@openjdk.org> Changeset: 06ea6d5c Branch: master Author: Radek Cap Committer: Andrew John Hughes Date: 2025-02-19 15:34:33 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/06ea6d5c17899df8fd83d0b14983c7c1e88d9cde 8347965: (tz) Update Timezone Data to 2025a Reviewed-by: goetz, andrew Backport-of: 5d21a2bcc4ba06331df52470795134d8540dd567 ! make/data/tzdata/VERSION ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/factory ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! test/jdk/java/util/TimeZone/TimeZoneData/VERSION ! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt From andrew at openjdk.org Wed Feb 19 16:08:32 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Wed, 19 Feb 2025 16:08:32 GMT Subject: git: openjdk/jdk11u: Added tag jdk-11.0.27+2 for changeset 8322c66e Message-ID: <334eb253-16ec-499c-916a-be7e7b5e77da@openjdk.org> Tagged by: Andrew Hughes Date: 2025-02-18 22:47:19 +0000 Added tag jdk-11.0.27+2 for changeset 8322c66efa Changeset: 8322c66e Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 16:21:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/8322c66efa9da9210eca7d6081d2a8c2d65ba4e0 From sgehwolf at openjdk.org Wed Feb 19 16:08:21 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 19 Feb 2025 16:08:21 GMT Subject: git: openjdk/jdk11u: 4 new changesets Message-ID: Changeset: cde36426 Branch: master Author: Radek Cap Committer: Severin Gehwolf Date: 2025-02-14 09:33:43 +0000 URL: https://git.openjdk.org/jdk11u/commit/cde36426cf319f34543abff8afe8d1b3244525d7 8339931: Update problem list for WindowUpdateFocusabilityTest.java 8202926: Test java/awt/Focus/WindowUpdateFocusabilityTest/WindowUpdateFocusabilityTest.html fails Reviewed-by: sgehwolf Backport-of: 5fada9567731c4538c7d3744fd655ea97420147e ! test/jdk/ProblemList.txt Changeset: 52c8606d Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 10:32:33 +0000 URL: https://git.openjdk.org/jdk11u/commit/52c8606db4e81b9aa9c55a31e5f401e5e835c714 8339560: Unaddressed comments during code review of JDK-8337664 Backport-of: 6a3f208c0b32d90eb3853008301e680695d3ac28 - test/jdk/sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java - test/jdk/sun/security/ssl/X509TrustManagerImpl/Symantec/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Entrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Symantec.java = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustcommercialca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustnetworkingca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustpremiumca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/affirmtrustpremiumeccca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrust2048ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustevca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcaec1-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcag2-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/entrust/entrustrootcag4-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/appleistca8g1-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustprimarycag2-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustprimarycag3-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/geotrustuniversalca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootcag2-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/thawteprimaryrootcag3-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g3ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g4ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g5ca-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignclass3g5ca-codesigning-chain.pem = test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/symantec/verisignuniversalrootca-chain.pem Changeset: 7dab5fef Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 11:21:11 +0000 URL: https://git.openjdk.org/jdk11u/commit/7dab5fef87bd1871c0a0b4872cb8d711bc927dd5 8294316: SA core file support is broken on macosx-x64 starting with macOS 12.x Reviewed-by: sgehwolf Backport-of: eaa475f72ced51cf0f0d0bce9ff1265bfb81ab31 ! src/jdk.hotspot.agent/macosx/native/libsaproc/ps_core.c ! test/hotspot/jtreg/ProblemList.txt Changeset: 8322c66e Branch: master Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 16:21:20 +0000 URL: https://git.openjdk.org/jdk11u/commit/8322c66efa9da9210eca7d6081d2a8c2d65ba4e0 8346587: Distrust TLS server certificates anchored by Camerfirma Root CAs Reviewed-by: sgehwolf Backport-of: f4bef2f24a9bb433b5693aa59bb81acac6b311f3 ! src/java.base/share/classes/sun/security/validator/CADistrustPolicy.java + src/java.base/share/classes/sun/security/validator/CamerfirmaTLSPolicy.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Camerfirma.java ! test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/Distrust.java + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachamberscommerceca-chain.pem + test/jdk/sun/security/ssl/X509TrustManagerImpl/distrust/chains/camerfirma/camerfirmachambersignca-chain.pem From andrew at openjdk.org Wed Feb 19 16:08:49 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Wed, 19 Feb 2025 16:08:49 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.27+2 for changeset 8322c66e Message-ID: <17521f54-a712-4bf9-8d5a-8d7eb8ae6981@openjdk.org> Tagged by: Andrew Hughes Date: 2025-02-18 22:47:19 +0000 Added tag jdk-11.0.27+2 for changeset 8322c66efa Changeset: 8322c66e Author: Antonio Vieiro Committer: Severin Gehwolf Date: 2025-02-14 16:21:20 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/8322c66efa9da9210eca7d6081d2a8c2d65ba4e0 From phh at openjdk.org Wed Feb 19 17:46:07 2025 From: phh at openjdk.org (Paul Hohensee) Date: Wed, 19 Feb 2025 17:46:07 GMT Subject: git: openjdk/jdk17u-dev: 6355567: AdobeMarkerSegment causes failure to read valid JPEG Message-ID: Changeset: 86d5a0e3 Branch: master Author: Michael De Vera Committer: Paul Hohensee Date: 2025-02-19 17:44:15 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/86d5a0e37a622950d55cb95876a805da5c572793 6355567: AdobeMarkerSegment causes failure to read valid JPEG Backport-of: c7c6d47a07100f6c81af6cfad301ec1bda77adf7 ! src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/AdobeMarkerSegment.java + test/jdk/javax/imageio/plugins/jpeg/LargeAdobeMarkerSegmentTest.java + test/jdk/javax/imageio/plugins/jpeg/jdk_6355567.jpg From phh at openjdk.org Wed Feb 19 23:41:09 2025 From: phh at openjdk.org (Paul Hohensee) Date: Wed, 19 Feb 2025 23:41:09 GMT Subject: git: openjdk/jdk11u-dev: 8347965: (tz) Update Timezone Data to 2025a Message-ID: <343e4b26-cfd9-45c2-ac5d-d65cb09d375b@openjdk.org> Changeset: bbe28d92 Branch: master Author: Michael DeVera Committer: Paul Hohensee Date: 2025-02-19 23:40:22 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/bbe28d927803d0c9286cdb1494afa9a267463dd4 8347965: (tz) Update Timezone Data to 2025a Reviewed-by: andrew Backport-of: caa3c78f7837b1f561740184bd8f9cb671c467eb ! make/data/tzdata/VERSION ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/factory ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! test/jdk/java/util/TimeZone/TimeZoneData/VERSION ! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt From goetz at openjdk.org Thu Feb 20 08:04:59 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 20 Feb 2025 08:04:59 GMT Subject: git: openjdk/jdk21u-dev: master: 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Message-ID: <6da22c13-608c-431a-9a0b-706259e93b38@openjdk.org> Changeset: fdf6dbe2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 08:04:16 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/fdf6dbe297911840b398bd160cb908cacb08c36d 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Backport-of: 4047a3623a44d86df2b82565f33ce739a882802d + test/jdk/java/awt/print/bug8023392.java - test/jdk/java/awt/print/bug8023392/bug8023392.html - test/jdk/java/awt/print/bug8023392/bug8023392.java From goetz at openjdk.org Thu Feb 20 08:07:24 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 20 Feb 2025 08:07:24 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: <5bc70f4d-364d-4166-85c6-deea99513eae@openjdk.org> Changeset: 2ff0232e Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 08:05:32 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/2ff0232e35b56d52bdba964b62608acaa29931d8 8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java Backport-of: 84c99fb91ffc4bfbc2fb0f20f558603d5660d7f1 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/print/PrinterJob/PrintTextTest.java Changeset: 1b49a33e Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 08:06:27 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/1b49a33e73ba40058462e0d8269d941386d94a30 8342098: Write a test to compare the images Backport-of: 47ebf8d868b2e15b943a227ad3cf2ee12eed10f6 + test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java From goetz at openjdk.org Thu Feb 20 12:39:25 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 20 Feb 2025 12:39:25 GMT Subject: git: openjdk/jdk17u-dev: 8292848: AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7 Message-ID: Changeset: 54628252 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 12:37:40 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/5462825246a94a0bafa157987356e14738eda018 8292848: AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7 Backport-of: c13e0ef3f8046a979638d6885a732553fc2b126e ! test/jdk/java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java ! test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/ActionEventMask/ActionEventMask.java ! test/jdk/java/awt/TrayIcon/ModalityTest/ModalityTest.java ! test/jdk/java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java ! test/jdk/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java ! test/jdk/java/awt/TrayIcon/SecurityCheck/FunctionalityCheck/FunctionalityCheck.java ! test/jdk/java/awt/TrayIcon/SystemTrayIconHelper.java ! test/jdk/java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java ! test/jdk/java/awt/TrayIcon/TrayIconEvents/TrayIconEventsTest.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java From goetz at openjdk.org Thu Feb 20 12:41:41 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 20 Feb 2025 12:41:41 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: Changeset: 9d2235be Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 12:39:49 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9d2235be583671cc54eef2701c2bf903d351e091 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Backport-of: 4047a3623a44d86df2b82565f33ce739a882802d + test/jdk/java/awt/print/bug8023392.java - test/jdk/java/awt/print/bug8023392/bug8023392.html - test/jdk/java/awt/print/bug8023392/bug8023392.java Changeset: ceea8821 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 12:41:07 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/ceea8821af29fc88bd96616dd254d6c9dcc0692b 8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java Backport-of: 84c99fb91ffc4bfbc2fb0f20f558603d5660d7f1 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/print/PrinterJob/PrintTextTest.java From goetz at openjdk.org Thu Feb 20 13:28:34 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 20 Feb 2025 13:28:34 GMT Subject: git: openjdk/jdk17u-dev: 8342098: Write a test to compare the images Message-ID: <04801f35-1f09-41ba-b09c-01183445f0cd@openjdk.org> Changeset: b2f814e0 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 13:27:12 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/b2f814e033e1bd81be1d8c2dff16dcf7aa80eddc 8342098: Write a test to compare the images Backport-of: 47ebf8d868b2e15b943a227ad3cf2ee12eed10f6 + test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java From phh at openjdk.org Thu Feb 20 17:09:08 2025 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 20 Feb 2025 17:09:08 GMT Subject: git: openjdk/jdk11u-dev: 8341424: GHA: Collect hs_errs from build time failures Message-ID: <494c1193-7d61-4001-be44-4bfb59ef4844@openjdk.org> Changeset: dba357f0 Branch: master Author: Antonio Vieiro Committer: Paul Hohensee Date: 2025-02-20 17:07:17 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/dba357f027f6b6ab361f15f0c50b4e9bdeb5ea66 8341424: GHA: Collect hs_errs from build time failures 8342704: GHA: Report truncation is broken after JDK-8341424 Backport-of: 3bc06ab80f09b57dc10b182d9bc1ab1584cf6706 ! .github/scripts/gen-build-failure-report.sh ! .github/scripts/gen-test-results.sh + .github/scripts/report-utils.sh From phh at openjdk.org Thu Feb 20 17:34:09 2025 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 20 Feb 2025 17:34:09 GMT Subject: git: openjdk/jdk11u-dev: 8312049: runtime/logging/ClassLoadUnloadTest can be improved Message-ID: <7792c0bf-1a5e-47a8-a114-162d1586fd0a@openjdk.org> Changeset: d158b8ba Branch: master Author: Daniel Hu Committer: Paul Hohensee Date: 2025-02-20 17:33:05 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/d158b8baefb0f47991c202fa5eae877a09d37956 8312049: runtime/logging/ClassLoadUnloadTest can be improved Reviewed-by: phh Backport-of: 4676b40f17dd18941f5883cb9b989ad639992a50 ! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java From syan at openjdk.org Fri Feb 21 01:49:45 2025 From: syan at openjdk.org (SendaoYan) Date: Fri, 21 Feb 2025 01:49:45 GMT Subject: git: openjdk/jdk11u-dev: 2 new changesets Message-ID: <63708216-62a4-4ba4-89fb-e1e33d69f676@openjdk.org> Changeset: 9ee1571d Branch: master Author: SendaoYan Date: 2025-02-21 01:48:32 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/9ee1571d0485d3c57649c9cb143779ce27abee9f 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out Backport-of: 7acfba288ff4d1f43cc36506b2bd2d32107b00c2 ! test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java Changeset: 1fafc5d2 Branch: master Author: SendaoYan Date: 2025-02-21 01:48:46 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/1fafc5d236b99aa623c83abee0365e493bb9a814 8216539: tools/jar/modularJar/Basic.java timed out Backport-of: 518e3a878862fd7be2d9eea42f122fdaa01c7dd8 ! test/jdk/tools/jar/modularJar/Basic.java From syan at openjdk.org Fri Feb 21 01:51:47 2025 From: syan at openjdk.org (SendaoYan) Date: Fri, 21 Feb 2025 01:51:47 GMT Subject: git: openjdk/jdk11u-dev: 8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded" Message-ID: <3ffbf265-410e-4c20-b6a4-27dde14b44bf@openjdk.org> Changeset: aad0315a Branch: master Author: SendaoYan Date: 2025-02-21 01:49:44 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/aad0315a008aef50259c04ee9c48cbd7f922abb6 8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded" Backport-of: 693847452f208446a34186f142fe2c56a49ceceb ! test/jdk/jdk/jfr/event/gc/stacktrace/AllocationStackTrace.java From syan at openjdk.org Fri Feb 21 03:08:16 2025 From: syan at openjdk.org (SendaoYan) Date: Fri, 21 Feb 2025 03:08:16 GMT Subject: git: openjdk/jdk11u-dev: 8328242: Add a log area to the PassFailJFrame Message-ID: Changeset: 6d12f926 Branch: master Author: t.ogata Committer: SendaoYan Date: 2025-02-21 03:06:46 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/6d12f92616aed239cd315e8846d09faf8195770e 8328242: Add a log area to the PassFailJFrame Backport-of: 9bc1b065db238b7c9d0562f9bd55d2f338c6ff3d ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java From clanger at openjdk.org Fri Feb 21 06:16:46 2025 From: clanger at openjdk.org (Christoph Langer) Date: Fri, 21 Feb 2025 06:16:46 GMT Subject: git: openjdk/jdk11u-dev: 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Message-ID: Changeset: 61393320 Branch: master Author: Christoph Langer Date: 2025-02-21 06:15:50 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/6139332080e106a31bf4281ee4a6edc9918d83d0 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Reviewed-by: sgehwolf Backport-of: 6ccdc3f8e03d5780da0914c1155b38d33ab76e42 ! make/conf/github-actions.conf From syan at openjdk.org Fri Feb 21 08:39:23 2025 From: syan at openjdk.org (SendaoYan) Date: Fri, 21 Feb 2025 08:39:23 GMT Subject: git: openjdk/jdk24u: master: 8349787: java/lang/Thread/virtual/ThreadPollOnYield.java#default passes unexpectedly without libVThreadPinner.so Message-ID: <26b15c3f-071c-4cbb-9d47-37f5b6712bc9@openjdk.org> Changeset: e06d01d6 Branch: master Author: SendaoYan Date: 2025-02-21 08:37:57 +0000 URL: https://git.openjdk.org/jdk24u/commit/e06d01d6460fc5c2bd600bc5712398479949e8e3 8349787: java/lang/Thread/virtual/ThreadPollOnYield.java#default passes unexpectedly without libVThreadPinner.so Backport-of: adc3f53d2403cd414a91e71c079b4108b2346da0 ! test/jdk/java/lang/Thread/virtual/ThreadPollOnYield.java From goetz at openjdk.org Fri Feb 21 17:24:42 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Fri, 21 Feb 2025 17:24:42 GMT Subject: git: openjdk/jdk21u-dev: master: 8339728: [Accessibility, Windows, JAWS] Bug in the getKeyChar method of the AccessBridge class Message-ID: Changeset: af639f37 Branch: master Author: Antonio Vieiro Committer: Goetz Lindenmaier Date: 2025-02-21 17:23:12 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/af639f37ffb3a46351258155a4400a20c9b313fb 8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class Backport-of: ecdc322029d3f1338d547955c938b6bc57696ac0 ! src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/AccessBridge.java ! src/jdk.accessibility/windows/native/include/bridge/AccessBridgePackages.h + test/jdk/javax/accessibility/TestJMenuItemShortcutAccessibility.java From kvn at openjdk.org Fri Feb 21 22:01:05 2025 From: kvn at openjdk.org (Vladimir Kozlov) Date: Fri, 21 Feb 2025 22:01:05 GMT Subject: git: openjdk/jdk24u: master: 8349753: Incorrect use of CodeBlob::is_buffer_blob() in few places Message-ID: <041bc8b9-7a7e-4c7b-9602-2d02ac4515ac@openjdk.org> Changeset: a5f39c16 Branch: master Author: Vladimir Kozlov Date: 2025-02-21 21:58:39 +0000 URL: https://git.openjdk.org/jdk24u/commit/a5f39c16b3b4817c65fdc9e5fea84c15ddb779f6 8349753: Incorrect use of CodeBlob::is_buffer_blob() in few places Backport-of: 0b50e479a060cf745a3e858d535516444fe80fd8 ! src/hotspot/share/code/codeBlob.cpp ! src/hotspot/share/code/codeCache.cpp ! src/hotspot/share/prims/jvmtiCodeBlobEvents.cpp ! test/hotspot/jtreg/compiler/codecache/CheckCodeCacheInfo.java From serb at openjdk.org Fri Feb 21 23:07:52 2025 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 21 Feb 2025 23:07:52 GMT Subject: git: openjdk/jdk11u-dev: 8347427: JTabbedPane/8134116/Bug8134116.java has no license header Message-ID: <5343243a-5d6f-4866-a98c-484f50e257f4@openjdk.org> Changeset: 86dddbcd Branch: master Author: Sergey Bylokhov Date: 2025-02-21 23:06:37 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/86dddbcda62626382d97c596f2edf777757dbe98 8347427: JTabbedPane/8134116/Bug8134116.java has no license header Backport-of: f67b703625afa2e049c572978d29ac00d8c956d3 ! test/jdk/javax/swing/JTabbedPane/8134116/Bug8134116.java From goetz at openjdk.org Sat Feb 22 15:03:09 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:03:09 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: Changeset: d930aa1c Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:00:39 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/d930aa1c6eb600ba135f224abc22238bf2fc2f43 8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC Backport-of: dab2a0b5978cdd3fad693e4c120a84bb64a3ccde ! test/hotspot/jtreg/gc/TestDisableExplicitGC.java Changeset: 1e66664d Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:02:41 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/1e66664d2dadd861a1a76505f2fbadd117301263 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode Backport-of: 7458952dedc0a34b5c7f3e9e228f9b18e08f19e3 ! test/micro/org/openjdk/bench/java/util/Base64Decode.java From goetz at openjdk.org Sat Feb 22 15:06:59 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:06:59 GMT Subject: git: openjdk/jdk21u-dev: master: 8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI Message-ID: Changeset: e746fe64 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:05:33 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/e746fe648903ab8876d8d2d3fd63e37d17e1db2a 8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI Backport-of: a0b7c4f015c694425893b8d21d2aecae71a3b604 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java From goetz at openjdk.org Sat Feb 22 15:11:20 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:11:20 GMT Subject: git: openjdk/jdk17u-dev: 8274893: Update java.desktop classes to use try-with-resources Message-ID: Changeset: 15730c0b Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:10:55 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/15730c0bf2d9ee79ee9b023b33c739ee84669fde 8274893: Update java.desktop classes to use try-with-resources Backport-of: 70c6df6be431fe11c5441986ed04040f9ec3b750 ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java ! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java ! src/java.desktop/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java ! src/java.desktop/share/classes/com/sun/media/sound/DLSSoundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/JARSoundbankReader.java ! src/java.desktop/share/classes/com/sun/media/sound/ModelByteBuffer.java ! src/java.desktop/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java ! src/java.desktop/share/classes/com/sun/media/sound/SF2Soundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/SoftSynthesizer.java ! src/java.desktop/share/classes/com/sun/media/sound/StandardMidiFileReader.java ! src/java.desktop/share/classes/com/sun/media/sound/StandardMidiFileWriter.java ! src/java.desktop/share/classes/java/awt/Font.java ! src/java.desktop/share/classes/java/awt/Toolkit.java ! src/java.desktop/share/classes/java/beans/Beans.java ! src/java.desktop/share/classes/javax/imageio/ImageIO.java ! src/java.desktop/share/classes/javax/swing/JEditorPane.java ! src/java.desktop/share/classes/javax/swing/UIManager.java ! src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java ! src/java.desktop/share/classes/javax/swing/text/html/StyleSheet.java ! src/java.desktop/share/classes/sun/awt/DebugSettings.java ! src/java.desktop/share/classes/sun/awt/FontConfiguration.java ! src/java.desktop/share/classes/sun/print/PSPrinterJob.java ! src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java ! src/java.desktop/unix/classes/sun/font/MFontConfiguration.java From goetz at openjdk.org Sat Feb 22 15:12:45 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:12:45 GMT Subject: git: openjdk/jdk21u-dev: master: 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI Message-ID: <1568c03e-47c0-42cf-87f4-2305c9fd68e9@openjdk.org> Changeset: ed0c9d3e Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:12:08 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/ed0c9d3e288fa1b35b3569a420b8bcb7aec275ed 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI Backport-of: 9fafd63d46f64428e0b9c2e9a6b0ac7ca0e2d355 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java From goetz at openjdk.org Sat Feb 22 15:13:23 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:13:23 GMT Subject: git: openjdk/jdk17u-dev: 8301989: new javax.swing.text.DefaultCaret().setBlinkRate(N) results in NPE Message-ID: <136c50ef-753a-48ca-a158-f9c6c56b05d9@openjdk.org> Changeset: 45a35e85 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:11:49 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/45a35e8539c3f93be78264832d4f4c462edb071f 8301989: new javax.swing.text.DefaultCaret().setBlinkRate(N) results in NPE Backport-of: e81f20b50405dc02963c8bf549000c60e78152d8 ! src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java + test/jdk/javax/swing/text/DefaultCaret/SetCaretRateTest.java From goetz at openjdk.org Sat Feb 22 15:14:55 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:14:55 GMT Subject: git: openjdk/jdk21u-dev: master: 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Message-ID: <73ce4283-d7a5-442b-9da7-cdd32f4694cb@openjdk.org> Changeset: 69192feb Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:13:14 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/69192febb25cfe2cd053735815e85657aea3e777 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Backport-of: 6f4fc82149b52dd91289fe42def7d1cacad31212 ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java From goetz at openjdk.org Sat Feb 22 15:15:32 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:15:32 GMT Subject: git: openjdk/jdk17u-dev: 8314975: JavadocTester should set source path if not specified Message-ID: Changeset: d8ae0398 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:14:01 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/d8ae0398f6208953ebe02142475b47d765a22004 8314975: JavadocTester should set source path if not specified Reviewed-by: mbaesken Backport-of: 2f4d601a56bf02db2766d1f8a2ddfff906b78678 ! test/langtools/jdk/javadoc/doclet/testCopyFiles/TestCopyFiles.java ! test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java From goetz at openjdk.org Sat Feb 22 15:17:52 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:17:52 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: Changeset: f7a071e2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:15:15 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/f7a071e21a52aa95f5fcc6452212682eecf3cea8 8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC Backport-of: dab2a0b5978cdd3fad693e4c120a84bb64a3ccde ! test/hotspot/jtreg/gc/TestDisableExplicitGC.java Changeset: 9f48d421 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:16:26 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9f48d4211f86764f4ba928003270d6268dd538c6 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode Backport-of: 7458952dedc0a34b5c7f3e9e228f9b18e08f19e3 ! test/micro/org/openjdk/bench/java/util/Base64Decode.java From goetz at openjdk.org Sat Feb 22 15:20:25 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:20:25 GMT Subject: git: openjdk/jdk17u-dev: 8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI Message-ID: <7179652b-7cf7-465a-8b5b-bf9054252e73@openjdk.org> Changeset: 715d37ef Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:17:26 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/715d37ef788d99ce5218001ab78e63022a0d2a3d 8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI Backport-of: a0b7c4f015c694425893b8d21d2aecae71a3b604 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java From goetz at openjdk.org Sat Feb 22 15:22:28 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Sat, 22 Feb 2025 15:22:28 GMT Subject: git: openjdk/jdk17u-dev: 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI Message-ID: <482befcd-d993-4e81-a834-202ca6152ac8@openjdk.org> Changeset: 2846c9e0 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:20:15 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/2846c9e07b4502f2cc0c823b97c889f1440c66a6 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI Backport-of: 9fafd63d46f64428e0b9c2e9a6b0ac7ca0e2d355 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java From goetz at openjdk.org Mon Feb 24 08:12:03 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Mon, 24 Feb 2025 08:12:03 GMT Subject: git: openjdk/jdk17u-dev: 8339728: [Accessibility, Windows, JAWS] Bug in the getKeyChar method of the AccessBridge class Message-ID: Changeset: 01d107ae Branch: master Author: Antonio Vieiro Committer: Goetz Lindenmaier Date: 2025-02-24 08:11:02 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/01d107aea8eca4f4d2863deb30ac60e802debe15 8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class Backport-of: af639f37ffb3a46351258155a4400a20c9b313fb ! src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/AccessBridge.java ! src/jdk.accessibility/windows/native/include/bridge/AccessBridgePackages.h + test/jdk/javax/accessibility/TestJMenuItemShortcutAccessibility.java From mbaesken at openjdk.org Mon Feb 24 08:58:07 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Mon, 24 Feb 2025 08:58:07 GMT Subject: git: openjdk/jdk24u: master: 8349039: Adjust exception No type named in database Message-ID: <878f12df-e363-4569-88e0-174ad0fa2e86@openjdk.org> Changeset: 05d53715 Branch: master Author: Matthias Baesken Date: 2025-02-24 08:55:49 +0000 URL: https://git.openjdk.org/jdk24u/commit/05d53715cf301e5518d8796d4d9115cc90a9134c 8349039: Adjust exception No type named in database Backport-of: 669f8c0c07b57fa00ac84b8a90c4a1a1459443e3 ! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java From coffeys at openjdk.org Mon Feb 24 09:26:51 2025 From: coffeys at openjdk.org (Sean Coffey) Date: Mon, 24 Feb 2025 09:26:51 GMT Subject: git: openjdk/jdk24u: master: 8344453: Test jdk/jfr/event/oldobject/TestSanityDefault.java timed out Message-ID: Changeset: 924e7bb3 Branch: master Author: pawan chawdhary Committer: Sean Coffey Date: 2025-02-24 09:25:52 +0000 URL: https://git.openjdk.org/jdk24u/commit/924e7bb34fa79e98526f092221af660b8f29d0e3 8344453: Test jdk/jfr/event/oldobject/TestSanityDefault.java timed out Backport-of: 6b022bb64b2109c8cd40ebd3b8b3226cf894544d ! test/jdk/jdk/jfr/event/oldobject/TestSanityDefault.java From amitkumar at openjdk.org Mon Feb 24 09:54:51 2025 From: amitkumar at openjdk.org (Amit Kumar) Date: Mon, 24 Feb 2025 09:54:51 GMT Subject: git: openjdk/jdk21u-dev: master: 8349729: [21u] AIX jtreg tests fail to compile with qvisibility=hidden Message-ID: Changeset: 9c263232 Branch: master Author: Suchismith Roy Committer: Amit Kumar Date: 2025-02-24 09:53:25 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/9c26323271a4617b800b277a6afffe7c9a566db4 8349729: [21u] AIX jtreg tests fail to compile with qvisibility=hidden Reviewed-by: goetz ! make/common/TestFilesCompilation.gmk From goetz at openjdk.org Mon Feb 24 10:55:33 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Mon, 24 Feb 2025 10:55:33 GMT Subject: git: openjdk/jdk21u-dev: master: 8327476: Upgrade JLine to 3.26.1 Message-ID: <2767134e-6e98-4e51-9681-d741f07a8b32@openjdk.org> Changeset: d02ad341 Branch: master Author: Goetz Lindenmaier Date: 2025-02-24 10:54:41 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/d02ad34144917a36911296b20ce28381ead3f601 8327476: Upgrade JLine to 3.26.1 Reviewed-by: mdoerr Backport-of: aaa90b3005c85852971203ce6feb88e7091e167b ! src/jdk.internal.le/aix/classes/jdk/internal/org/jline/terminal/impl/jna/JDKNativePty.java ! src/jdk.internal.le/linux/classes/jdk/internal/org/jline/terminal/impl/jna/JDKNativePty.java ! src/jdk.internal.le/linux/classes/jdk/internal/org/jline/terminal/impl/jna/linux/CLibrary.java ! src/jdk.internal.le/linux/classes/jdk/internal/org/jline/terminal/impl/jna/linux/LinuxNativePty.java ! src/jdk.internal.le/macosx/classes/jdk/internal/org/jline/terminal/impl/jna/JDKNativePty.java ! src/jdk.internal.le/macosx/classes/jdk/internal/org/jline/terminal/impl/jna/osx/CLibrary.java ! src/jdk.internal.le/macosx/classes/jdk/internal/org/jline/terminal/impl/jna/osx/OsXNativePty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/BindingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/KeyMap.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Binding.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Buffer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Candidate.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Completer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletingParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletionMatcher.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EOFError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Editor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EndOfFileException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Expander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Highlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/History.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReaderBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Macro.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/MaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/ParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Parser.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/PrintAboveWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Reference.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/SyntaxError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/UserInterruptException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Widget.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/BufferImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/CompletionMatcherImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultExpander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultHighlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultParser.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/InputRC.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/KillRing.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/LineReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/ReaderUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/SimpleMaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/UndoTree.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/AggregateCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/ArgumentCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/EnumCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/FileNameCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/NullCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/StringsCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/SystemCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/history/DefaultHistory.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Attributes.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Cursor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/MouseEvent.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Size.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Terminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/TerminalBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPosixTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsConsoleWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/CursorSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/Diag.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminalProvider.java - src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExternalTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/LineDisciplineTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/MouseSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/NativeSignalHandler.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixPtyTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixSysTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecTerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/Pty.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/SystemStream.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalExt.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AnsiWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedCharSequence.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedString.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStringBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStyle.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ClosedException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ColorPalette.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Colors.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Curses.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/DiffHelper.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Display.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ExecHelper.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/FastBufferedOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InfoCmp.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InputStreamReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Levenshtein.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Log.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlocking.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStreamImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/OSUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/PumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ShutdownHooks.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Signals.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Status.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/StyleResolver.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Timeout.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WCWidth.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WriterOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/windows-conemu.caps ! src/jdk.internal.le/share/legal/jline.md ! src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaNativePty.java ! src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaTerminalProvider.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/JnaTerminalProvider.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinConsoleWriter.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinSysTerminal.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32Impl.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/WindowsAnsiWriter.java ! src/jdk.internal.le/windows/native/lible/Kernel32.cpp ! test/jdk/jdk/internal/jline/AbstractWindowsTerminalTest.java ! test/jdk/jdk/internal/jline/KeyConversionTest.java ! test/langtools/jdk/jshell/ExecPtyGetFlagsToSetTest.java From sgehwolf at openjdk.org Mon Feb 24 15:31:43 2025 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 24 Feb 2025 15:31:43 GMT Subject: git: openjdk/jdk11u-dev: 8306408: Fix the format of several tables in building.md Message-ID: Changeset: 659a4669 Branch: master Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2025-02-24 15:29:43 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/659a4669208645420e151e78ab5fd3ac3808b310 8306408: Fix the format of several tables in building.md Reviewed-by: andrew Backport-of: 26755a968665545a151adce79a5227c79724bb6b ! doc/building.html ! doc/building.md From aivanov at openjdk.org Mon Feb 24 16:37:48 2025 From: aivanov at openjdk.org (Alexey Ivanov) Date: Mon, 24 Feb 2025 16:37:48 GMT Subject: git: openjdk/jdk24u: master: 8348936: [Accessibility, macOS, VoiceOver] VoiceOver doesn't announce untick on toggling the checkbox with "space" key on macOS Message-ID: <53d29421-2aae-4d27-9f55-e4c7cb3a15e9@openjdk.org> Changeset: ab9a2fd3 Branch: master Author: Abhishek Kumar Committer: Alexey Ivanov Date: 2025-02-24 16:36:44 +0000 URL: https://git.openjdk.org/jdk24u/commit/ab9a2fd3439dda603883c73f5341e589b6e3af23 8348936: [Accessibility,macOS,VoiceOver] VoiceOver doesn't announce untick on toggling the checkbox with "space" key on macOS 8345728: [Accessibility,macOS,Screen Magnifier]: JCheckbox unchecked state does not magnify but works for checked state Backport-of: 1e87ff01994df16df7de331040fc5d7a4a85f630 ! src/java.desktop/macosx/classes/sun/lwawt/macosx/CAccessible.java + test/jdk/javax/accessibility/TestJCheckBoxToggleAccessibility.java From azvegint at openjdk.org Mon Feb 24 17:28:45 2025 From: azvegint at openjdk.org (Alexander Zvegintsev) Date: Mon, 24 Feb 2025 17:28:45 GMT Subject: git: openjdk/jdk24u: master: 8347377: Add validation checks for ICC_Profile header fields Message-ID: <01f3d959-5376-4925-af4e-f63929f45b8b@openjdk.org> Changeset: f8b84a9e Branch: master Author: Harshitha Onkar Committer: Alexander Zvegintsev Date: 2025-02-24 17:28:11 +0000 URL: https://git.openjdk.org/jdk24u/commit/f8b84a9e2a344a116f7569e105b46d165f87c289 8347377: Add validation checks for ICC_Profile header fields Backport-of: ed8945a68a67dd51a7cfa332905941afccc12b36 ! src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java ! src/java.desktop/share/classes/java/awt/color/ICC_Profile.java + test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/ValidateICCHeaderData.java = test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/invalidSRGB.icc From andrew at openjdk.org Tue Feb 25 01:37:55 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Tue, 25 Feb 2025 01:37:55 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.27+3 for changeset 86dddbcd Message-ID: <0b5ddddb-a283-4747-885f-473e6c226af1@openjdk.org> Tagged by: Andrew Hughes Date: 2025-02-25 01:36:05 +0000 Added tag jdk-11.0.27+3 for changeset 86dddbcda62626382d97c596f2edf777757dbe98 Changeset: 86dddbcd Author: Sergey Bylokhov Date: 2025-02-21 23:06:37 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/86dddbcda62626382d97c596f2edf777757dbe98 From serb at openjdk.org Tue Feb 25 02:18:23 2025 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 25 Feb 2025 02:18:23 GMT Subject: git: openjdk/jdk11u: 9 new changesets Message-ID: Changeset: bbe28d92 Branch: master Author: Michael DeVera Committer: Paul Hohensee Date: 2025-02-19 23:40:22 +0000 URL: https://git.openjdk.org/jdk11u/commit/bbe28d927803d0c9286cdb1494afa9a267463dd4 8347965: (tz) Update Timezone Data to 2025a Reviewed-by: andrew Backport-of: caa3c78f7837b1f561740184bd8f9cb671c467eb ! make/data/tzdata/VERSION ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/factory ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! test/jdk/java/util/TimeZone/TimeZoneData/VERSION ! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt Changeset: dba357f0 Branch: master Author: Antonio Vieiro Committer: Paul Hohensee Date: 2025-02-20 17:07:17 +0000 URL: https://git.openjdk.org/jdk11u/commit/dba357f027f6b6ab361f15f0c50b4e9bdeb5ea66 8341424: GHA: Collect hs_errs from build time failures 8342704: GHA: Report truncation is broken after JDK-8341424 Backport-of: 3bc06ab80f09b57dc10b182d9bc1ab1584cf6706 ! .github/scripts/gen-build-failure-report.sh ! .github/scripts/gen-test-results.sh + .github/scripts/report-utils.sh Changeset: d158b8ba Branch: master Author: Daniel Hu Committer: Paul Hohensee Date: 2025-02-20 17:33:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/d158b8baefb0f47991c202fa5eae877a09d37956 8312049: runtime/logging/ClassLoadUnloadTest can be improved Reviewed-by: phh Backport-of: 4676b40f17dd18941f5883cb9b989ad639992a50 ! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java Changeset: 9ee1571d Branch: master Author: SendaoYan Date: 2025-02-21 01:48:32 +0000 URL: https://git.openjdk.org/jdk11u/commit/9ee1571d0485d3c57649c9cb143779ce27abee9f 8327650: Test java/nio/channels/DatagramChannel/StressNativeSignal.java timed out Backport-of: 7acfba288ff4d1f43cc36506b2bd2d32107b00c2 ! test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java Changeset: 1fafc5d2 Branch: master Author: SendaoYan Date: 2025-02-21 01:48:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/1fafc5d236b99aa623c83abee0365e493bb9a814 8216539: tools/jar/modularJar/Basic.java timed out Backport-of: 518e3a878862fd7be2d9eea42f122fdaa01c7dd8 ! test/jdk/tools/jar/modularJar/Basic.java Changeset: aad0315a Branch: master Author: SendaoYan Date: 2025-02-21 01:49:44 +0000 URL: https://git.openjdk.org/jdk11u/commit/aad0315a008aef50259c04ee9c48cbd7f922abb6 8320916: jdk/jfr/event/gc/stacktrace/TestParallelMarkSweepAllocationPendingStackTrace.java failed with "OutOfMemoryError: GC overhead limit exceeded" Backport-of: 693847452f208446a34186f142fe2c56a49ceceb ! test/jdk/jdk/jfr/event/gc/stacktrace/AllocationStackTrace.java Changeset: 6d12f926 Branch: master Author: t.ogata Committer: SendaoYan Date: 2025-02-21 03:06:46 +0000 URL: https://git.openjdk.org/jdk11u/commit/6d12f92616aed239cd315e8846d09faf8195770e 8328242: Add a log area to the PassFailJFrame Backport-of: 9bc1b065db238b7c9d0562f9bd55d2f338c6ff3d ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 61393320 Branch: master Author: Christoph Langer Date: 2025-02-21 06:15:50 +0000 URL: https://git.openjdk.org/jdk11u/commit/6139332080e106a31bf4281ee4a6edc9918d83d0 8349603: [21u, 17u, 11u] Update GHA JDKs after Jan/25 updates Reviewed-by: sgehwolf Backport-of: 6ccdc3f8e03d5780da0914c1155b38d33ab76e42 ! make/conf/github-actions.conf Changeset: 86dddbcd Branch: master Author: Sergey Bylokhov Date: 2025-02-21 23:06:37 +0000 URL: https://git.openjdk.org/jdk11u/commit/86dddbcda62626382d97c596f2edf777757dbe98 8347427: JTabbedPane/8134116/Bug8134116.java has no license header Backport-of: f67b703625afa2e049c572978d29ac00d8c956d3 ! test/jdk/javax/swing/JTabbedPane/8134116/Bug8134116.java From andrew at openjdk.org Tue Feb 25 02:18:34 2025 From: andrew at openjdk.org (Andrew Hughes) Date: Tue, 25 Feb 2025 02:18:34 GMT Subject: git: openjdk/jdk11u: Added tag jdk-11.0.27+3 for changeset 86dddbcd Message-ID: <4c6c220d-483f-4f23-9e42-ced91ba595b6@openjdk.org> Tagged by: Andrew Hughes Date: 2025-02-25 01:36:05 +0000 Added tag jdk-11.0.27+3 for changeset 86dddbcda62626382d97c596f2edf777757dbe98 Changeset: 86dddbcd Author: Sergey Bylokhov Date: 2025-02-21 23:06:37 +0000 URL: https://git.openjdk.org/jdk11u/commit/86dddbcda62626382d97c596f2edf777757dbe98 From mbaesken at openjdk.org Tue Feb 25 13:31:00 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Tue, 25 Feb 2025 13:31:00 GMT Subject: git: openjdk/jdk21u-dev: master: 8349039: Adjust exception No type named in database Message-ID: Changeset: 335b2f56 Branch: master Author: Matthias Baesken Date: 2025-02-25 13:29:14 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/335b2f569f01643922485effe35872fd39a67e6f 8349039: Adjust exception No type named in database Backport-of: 669f8c0c07b57fa00ac84b8a90c4a1a1459443e3 ! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java From mbaesken at openjdk.org Tue Feb 25 13:56:31 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Tue, 25 Feb 2025 13:56:31 GMT Subject: git: openjdk/jdk24u: master: 8349150: Support precompiled headers on AIX Message-ID: <67d00f0a-2aac-42bd-8aa5-d6acb17c4b54@openjdk.org> Changeset: 2d22e13b Branch: master Author: Matthias Baesken Date: 2025-02-25 13:55:30 +0000 URL: https://git.openjdk.org/jdk24u/commit/2d22e13bb1569fc231798797efb36f0463360443 8349150: Support precompiled headers on AIX Backport-of: beae8843b9b2433af5e9fbe420b17e663cbdb960 ! make/hotspot/lib/CompileJvm.gmk ! make/hotspot/lib/JvmOverrideFiles.gmk From goetz at openjdk.org Tue Feb 25 16:12:49 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 25 Feb 2025 16:12:49 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: <83c3d3ae-0585-487f-8105-275f3bb75dff@openjdk.org> Changeset: 68ad8435 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:10:10 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/68ad8435c173bc86e066642fc33301a2ace174dd 8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir 8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir Backport-of: 02ea4b548ea1d5e96b9e59e2aa916d7728844116 ! test/jdk/javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java ! test/jdk/javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java Changeset: 2f9840c2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:11:30 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/2f9840c24b018f6b4c37b69805a7ffe688648b04 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: f6e7713bb653811423eeb2515c2f69b437750326 ! test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java From goetz at openjdk.org Tue Feb 25 16:15:30 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 25 Feb 2025 16:15:30 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: Changeset: fbf5ebe1 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:12:32 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/fbf5ebe12f0c70b528a372dcab60d20af70a55e0 8198666: Many java/awt/Modal/OnTop/ test fails on mac Backport-of: dbcf38932ef4f87b560ec660851368ac5697f4da ! test/jdk/ProblemList.txt Changeset: bb391d7a Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:13:58 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/bb391d7a3656eda8864b777a9561a9e7e71a47a9 8327476: Upgrade JLine to 3.26.1 Reviewed-by: mdoerr Backport-of: d02ad34144917a36911296b20ce28381ead3f601 ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/BindingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/KeyMap.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Binding.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Buffer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Candidate.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Completer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletingParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletionMatcher.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EOFError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Editor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EndOfFileException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Expander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Highlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/History.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReaderBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Macro.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/MaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/ParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Parser.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/PrintAboveWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Reference.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/SyntaxError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/UserInterruptException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Widget.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/BufferImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/CompletionMatcherImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultExpander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultHighlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultParser.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/InputRC.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/KillRing.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/LineReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/ReaderUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/SimpleMaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/UndoTree.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/AggregateCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/ArgumentCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/EnumCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/FileNameCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/NullCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/StringsCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/SystemCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/history/DefaultHistory.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Attributes.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Cursor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/MouseEvent.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Size.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Terminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/TerminalBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPosixTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsConsoleWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/CursorSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/Diag.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminalProvider.java - src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExternalTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/LineDisciplineTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/MouseSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/NativeSignalHandler.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixPtyTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixSysTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecTerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/Pty.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/SystemStream.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalExt.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AnsiWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedCharSequence.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedString.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStringBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStyle.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ClosedException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ColorPalette.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Colors.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Curses.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/DiffHelper.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Display.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ExecHelper.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/FastBufferedOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InfoCmp.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InputStreamReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Levenshtein.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Log.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlocking.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStreamImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/OSUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/PumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ShutdownHooks.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Signals.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Status.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/StyleResolver.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Timeout.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WCWidth.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WriterOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/windows-conemu.caps ! src/jdk.internal.le/share/legal/jline.md ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/JnaTerminalProvider.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinConsoleWriter.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinSysTerminal.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32Impl.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/WindowsAnsiWriter.java ! src/jdk.internal.le/windows/native/lible/Kernel32.cpp ! test/jdk/jdk/internal/jline/AbstractWindowsTerminalTest.java ! test/jdk/jdk/internal/jline/KeyConversionTest.java ! test/langtools/jdk/jshell/ExecPtyGetFlagsToSetTest.java From goetz at openjdk.org Tue Feb 25 16:15:38 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 25 Feb 2025 16:15:38 GMT Subject: git: openjdk/jdk21u-dev: master: 8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS Message-ID: Changeset: 951453e9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:14:14 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/951453e9f0a46d114b801986f29cb0fe1179e130 8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS Reviewed-by: mbaesken Backport-of: 0d30b869d8be831bfc5ff5511b3a42900e4c22a4 ! test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java From goetz at openjdk.org Tue Feb 25 16:18:42 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 25 Feb 2025 16:18:42 GMT Subject: git: openjdk/jdk17u-dev: 3 new changesets Message-ID: Changeset: db37be36 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:15:30 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/db37be367455f846b11c3e2134969410acb2e1c8 8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir 8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir Backport-of: 02ea4b548ea1d5e96b9e59e2aa916d7728844116 ! test/jdk/javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java ! test/jdk/javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java Changeset: 16b21465 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:16:50 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/16b21465012eb608f96b46ee6e8a5dc0e0bcef3c 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: f6e7713bb653811423eeb2515c2f69b437750326 ! test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java Changeset: 4216ad64 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:18:11 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/4216ad64d0029940f40fc5cea2672b7485722adc 8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS Reviewed-by: mbaesken Backport-of: 0d30b869d8be831bfc5ff5511b3a42900e4c22a4 ! test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java From goetz at openjdk.org Tue Feb 25 16:21:36 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Tue, 25 Feb 2025 16:21:36 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: Changeset: 117ce560 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:19:09 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/117ce5601bbc60a3b01723a4eaed477190550e1b 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Backport-of: 6f4fc82149b52dd91289fe42def7d1cacad31212 ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java Changeset: ae0177b6 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:20:20 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/ae0177b6abc1c4b3755ec446f2f35ad2616107a9 8302111: Serialization considerations Reviewed-by: rrich Backport-of: 369c573383a0120e0d85aeb89a211f38b5261013 ! src/java.base/share/classes/com/sun/crypto/provider/DHPrivateKey.java ! src/java.base/share/classes/com/sun/crypto/provider/DHPublicKey.java ! src/java.base/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ! src/java.base/share/classes/java/security/Permissions.java ! src/java.base/share/classes/java/security/SignedObject.java ! src/java.base/share/classes/java/security/Timestamp.java ! src/java.base/share/classes/java/security/UnresolvedPermissionCollection.java ! src/java.base/share/classes/java/security/cert/CertificateRevokedException.java ! src/java.base/share/classes/javax/crypto/spec/SecretKeySpec.java ! src/java.base/share/classes/javax/security/auth/callback/ChoiceCallback.java ! src/java.base/share/classes/javax/security/auth/callback/ConfirmationCallback.java ! src/java.base/share/classes/javax/security/auth/callback/PasswordCallback.java ! src/java.base/share/classes/sun/security/provider/DRBG.java ! src/java.base/share/classes/sun/security/util/ObjectIdentifier.java ! src/java.base/share/classes/sun/security/x509/AlgIdDSA.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5InitCredential.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11SecureRandom.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java From abakhtin at openjdk.org Tue Feb 25 16:46:36 2025 From: abakhtin at openjdk.org (Alexey Bakhtin) Date: Tue, 25 Feb 2025 16:46:36 GMT Subject: git: openjdk/jdk21u-dev: master: 8317808: HTTP/2 stream cancelImpl may leave subscriber registered Message-ID: Changeset: 58069061 Branch: master Author: Alexey Bakhtin Date: 2025-02-25 16:45:06 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/580690614f3e27660feeccd89a3691de266bcbc3 8317808: HTTP/2 stream cancelImpl may leave subscriber registered Backport-of: 6273ab97dc1a0d3c1f51ba94694d9594dd7593d4 ! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java ! test/jdk/java/net/httpclient/AbstractThrowingSubscribers.java ! test/jdk/java/net/httpclient/ReferenceTracker.java From abakhtin at openjdk.org Wed Feb 26 08:01:09 2025 From: abakhtin at openjdk.org (Alexey Bakhtin) Date: Wed, 26 Feb 2025 08:01:09 GMT Subject: git: openjdk/jdk21u: master: 20 new changesets Message-ID: Changeset: 9d496c08 Branch: master Author: SendaoYan Date: 2025-02-19 01:27:08 +0000 URL: https://git.openjdk.org/jdk21u/commit/9d496c08d4df51bad740fe85dee3cfbeed13fdae 8322983: Virtual Threads: exclude 2 tests Backport-of: cf28fd4cbc6507eb69fcfeb33622316eb5b6b0c5 ! test/hotspot/jtreg/ProblemList-Virtual.txt Changeset: 58f3acc9 Branch: master Author: Matthias Baesken Date: 2025-02-19 08:34:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/58f3acc9f8576248fdb3e0a319706284b2cb2620 8345676: [ubsan] ProcessImpl_md.c:561:40: runtime error: applying zero offset to null pointer on macOS aarch64 Backport-of: 0285020c7ea01f32b32efe166a0a5dae39957216 ! src/java.base/unix/native/libjava/ProcessImpl_md.c Changeset: c9bf9482 Branch: master Author: Matthias Baesken Date: 2025-02-19 08:35:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/c9bf94827d34f1bc24616c812a59049931e81071 8347268: [ubsan] logOutput.cpp:357:21: runtime error: applying non-zero offset 1 to null pointer Backport-of: 82e16ba248a97e3446d5b2d64c353b61dd6bdda6 ! src/hotspot/share/logging/logOutput.cpp Changeset: 6cc0ec2f Branch: master Author: Matthias Baesken Date: 2025-02-19 08:36:31 +0000 URL: https://git.openjdk.org/jdk21u/commit/6cc0ec2fdc56150df361a31861a36cc8518f4cb6 8347267: [macOS]: UnixOperatingSystem.c:67:40: runtime error: division by zero Backport-of: 5e92a4ceafd0626e3600e44a3370ca2f5d9347c8 ! src/jdk.management/macosx/native/libmanagement_ext/UnixOperatingSystem.c Changeset: fdf6dbe2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 08:04:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/fdf6dbe297911840b398bd160cb908cacb08c36d 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Backport-of: 4047a3623a44d86df2b82565f33ce739a882802d + test/jdk/java/awt/print/bug8023392.java - test/jdk/java/awt/print/bug8023392/bug8023392.html - test/jdk/java/awt/print/bug8023392/bug8023392.java Changeset: 2ff0232e Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 08:05:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/2ff0232e35b56d52bdba964b62608acaa29931d8 8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java Backport-of: 84c99fb91ffc4bfbc2fb0f20f558603d5660d7f1 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/print/PrinterJob/PrintTextTest.java Changeset: 1b49a33e Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 08:06:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/1b49a33e73ba40058462e0d8269d941386d94a30 8342098: Write a test to compare the images Backport-of: 47ebf8d868b2e15b943a227ad3cf2ee12eed10f6 + test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java Changeset: af639f37 Branch: master Author: Antonio Vieiro Committer: Goetz Lindenmaier Date: 2025-02-21 17:23:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/af639f37ffb3a46351258155a4400a20c9b313fb 8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class Backport-of: ecdc322029d3f1338d547955c938b6bc57696ac0 ! src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/AccessBridge.java ! src/jdk.accessibility/windows/native/include/bridge/AccessBridgePackages.h + test/jdk/javax/accessibility/TestJMenuItemShortcutAccessibility.java Changeset: d930aa1c Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:00:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/d930aa1c6eb600ba135f224abc22238bf2fc2f43 8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC Backport-of: dab2a0b5978cdd3fad693e4c120a84bb64a3ccde ! test/hotspot/jtreg/gc/TestDisableExplicitGC.java Changeset: 1e66664d Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:02:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/1e66664d2dadd861a1a76505f2fbadd117301263 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode Backport-of: 7458952dedc0a34b5c7f3e9e228f9b18e08f19e3 ! test/micro/org/openjdk/bench/java/util/Base64Decode.java Changeset: e746fe64 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:05:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/e746fe648903ab8876d8d2d3fd63e37d17e1db2a 8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI Backport-of: a0b7c4f015c694425893b8d21d2aecae71a3b604 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java Changeset: ed0c9d3e Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:12:08 +0000 URL: https://git.openjdk.org/jdk21u/commit/ed0c9d3e288fa1b35b3569a420b8bcb7aec275ed 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI Backport-of: 9fafd63d46f64428e0b9c2e9a6b0ac7ca0e2d355 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java Changeset: 69192feb Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:13:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/69192febb25cfe2cd053735815e85657aea3e777 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Backport-of: 6f4fc82149b52dd91289fe42def7d1cacad31212 ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java Changeset: 9c263232 Branch: master Author: Suchismith Roy Committer: Amit Kumar Date: 2025-02-24 09:53:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/9c26323271a4617b800b277a6afffe7c9a566db4 8349729: [21u] AIX jtreg tests fail to compile with qvisibility=hidden Reviewed-by: goetz ! make/common/TestFilesCompilation.gmk Changeset: d02ad341 Branch: master Author: Goetz Lindenmaier Date: 2025-02-24 10:54:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/d02ad34144917a36911296b20ce28381ead3f601 8327476: Upgrade JLine to 3.26.1 Reviewed-by: mdoerr Backport-of: aaa90b3005c85852971203ce6feb88e7091e167b ! src/jdk.internal.le/aix/classes/jdk/internal/org/jline/terminal/impl/jna/JDKNativePty.java ! src/jdk.internal.le/linux/classes/jdk/internal/org/jline/terminal/impl/jna/JDKNativePty.java ! src/jdk.internal.le/linux/classes/jdk/internal/org/jline/terminal/impl/jna/linux/CLibrary.java ! src/jdk.internal.le/linux/classes/jdk/internal/org/jline/terminal/impl/jna/linux/LinuxNativePty.java ! src/jdk.internal.le/macosx/classes/jdk/internal/org/jline/terminal/impl/jna/JDKNativePty.java ! src/jdk.internal.le/macosx/classes/jdk/internal/org/jline/terminal/impl/jna/osx/CLibrary.java ! src/jdk.internal.le/macosx/classes/jdk/internal/org/jline/terminal/impl/jna/osx/OsXNativePty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/BindingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/KeyMap.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Binding.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Buffer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Candidate.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Completer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletingParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletionMatcher.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EOFError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Editor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EndOfFileException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Expander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Highlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/History.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReaderBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Macro.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/MaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/ParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Parser.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/PrintAboveWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Reference.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/SyntaxError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/UserInterruptException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Widget.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/BufferImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/CompletionMatcherImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultExpander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultHighlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultParser.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/InputRC.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/KillRing.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/LineReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/ReaderUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/SimpleMaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/UndoTree.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/AggregateCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/ArgumentCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/EnumCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/FileNameCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/NullCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/StringsCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/SystemCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/history/DefaultHistory.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Attributes.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Cursor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/MouseEvent.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Size.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Terminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/TerminalBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPosixTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsConsoleWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/CursorSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/Diag.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminalProvider.java - src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExternalTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/LineDisciplineTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/MouseSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/NativeSignalHandler.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixPtyTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixSysTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecTerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/Pty.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/SystemStream.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalExt.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AnsiWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedCharSequence.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedString.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStringBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStyle.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ClosedException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ColorPalette.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Colors.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Curses.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/DiffHelper.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Display.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ExecHelper.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/FastBufferedOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InfoCmp.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InputStreamReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Levenshtein.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Log.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlocking.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStreamImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/OSUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/PumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ShutdownHooks.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Signals.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Status.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/StyleResolver.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Timeout.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WCWidth.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WriterOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/windows-conemu.caps ! src/jdk.internal.le/share/legal/jline.md ! src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaNativePty.java ! src/jdk.internal.le/unix/classes/jdk/internal/org/jline/terminal/impl/jna/JnaTerminalProvider.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/JnaTerminalProvider.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinConsoleWriter.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinSysTerminal.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32Impl.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/WindowsAnsiWriter.java ! src/jdk.internal.le/windows/native/lible/Kernel32.cpp ! test/jdk/jdk/internal/jline/AbstractWindowsTerminalTest.java ! test/jdk/jdk/internal/jline/KeyConversionTest.java ! test/langtools/jdk/jshell/ExecPtyGetFlagsToSetTest.java Changeset: 335b2f56 Branch: master Author: Matthias Baesken Date: 2025-02-25 13:29:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/335b2f569f01643922485effe35872fd39a67e6f 8349039: Adjust exception No type named in database Backport-of: 669f8c0c07b57fa00ac84b8a90c4a1a1459443e3 ! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/types/basic/BasicTypeDataBase.java Changeset: 68ad8435 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:10:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/68ad8435c173bc86e066642fc33301a2ace174dd 8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir 8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir Backport-of: 02ea4b548ea1d5e96b9e59e2aa916d7728844116 ! test/jdk/javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java ! test/jdk/javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java Changeset: 2f9840c2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:11:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/2f9840c24b018f6b4c37b69805a7ffe688648b04 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: f6e7713bb653811423eeb2515c2f69b437750326 ! test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java Changeset: 951453e9 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:14:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/951453e9f0a46d114b801986f29cb0fe1179e130 8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS Reviewed-by: mbaesken Backport-of: 0d30b869d8be831bfc5ff5511b3a42900e4c22a4 ! test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java Changeset: 58069061 Branch: master Author: Alexey Bakhtin Date: 2025-02-25 16:45:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/580690614f3e27660feeccd89a3691de266bcbc3 8317808: HTTP/2 stream cancelImpl may leave subscriber registered Backport-of: 6273ab97dc1a0d3c1f51ba94694d9594dd7593d4 ! src/java.net.http/share/classes/jdk/internal/net/http/HttpClientImpl.java ! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java ! test/jdk/java/net/httpclient/AbstractThrowingSubscribers.java ! test/jdk/java/net/httpclient/ReferenceTracker.java From duke at openjdk.org Wed Feb 26 08:03:19 2025 From: duke at openjdk.org (duke) Date: Wed, 26 Feb 2025 08:03:19 GMT Subject: git: openjdk/jdk21u-dev: Added tag jdk-21.0.7+4 for changeset 58069061 Message-ID: <24ecf4a6-4079-4786-baad-34fe0bcdbb6e@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-26 09:01:05 +0000 Added tag jdk-21.0.7+4 for changeset 580690614f3e Changeset: 58069061 Author: Alexey Bakhtin Date: 2025-02-25 16:45:06 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/580690614f3e27660feeccd89a3691de266bcbc3 From duke at openjdk.org Wed Feb 26 08:03:44 2025 From: duke at openjdk.org (duke) Date: Wed, 26 Feb 2025 08:03:44 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.7+4 for changeset 58069061 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-26 09:01:05 +0000 Added tag jdk-21.0.7+4 for changeset 580690614f3e Changeset: 58069061 Author: Alexey Bakhtin Date: 2025-02-25 16:45:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/580690614f3e27660feeccd89a3691de266bcbc3 From duke at openjdk.org Wed Feb 26 08:12:27 2025 From: duke at openjdk.org (duke) Date: Wed, 26 Feb 2025 08:12:27 GMT Subject: git: openjdk/jdk21u-dev: Added tag jdk-21.0.8+0 for changeset 58069061 Message-ID: <6d56e6d8-df91-41e3-be35-1809380b8351@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-02-26 09:10:54 +0000 Added tag jdk-21.0.8+0 for changeset 580690614f3e Changeset: 58069061 Author: Alexey Bakhtin Date: 2025-02-25 16:45:06 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/580690614f3e27660feeccd89a3691de266bcbc3 From goetz at openjdk.org Wed Feb 26 08:16:36 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 26 Feb 2025 08:16:36 GMT Subject: git: openjdk/jdk21u-dev: master: 8350650: Bump update version for OpenJDK: jdk-21.0.8 Message-ID: Changeset: 4159e888 Branch: master Author: Goetz Lindenmaier Date: 2025-02-26 08:14:00 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/4159e888ca33db26703483c6c9d64a28221eda4a 8350650: Bump update version for OpenJDK: jdk-21.0.8 Reviewed-by: clanger ! .jcheck/conf ! make/conf/version-numbers.conf From goetz at openjdk.org Wed Feb 26 08:19:30 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 26 Feb 2025 08:19:30 GMT Subject: git: openjdk/jdk17u: 21 new changesets Message-ID: <30f36624-1c5c-4b06-8034-f63225b32bee@openjdk.org> Changeset: 06ea6d5c Branch: master Author: Radek Cap Committer: Andrew John Hughes Date: 2025-02-19 15:34:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/06ea6d5c17899df8fd83d0b14983c7c1e88d9cde 8347965: (tz) Update Timezone Data to 2025a Reviewed-by: goetz, andrew Backport-of: 5d21a2bcc4ba06331df52470795134d8540dd567 ! make/data/tzdata/VERSION ! make/data/tzdata/antarctica ! make/data/tzdata/asia ! make/data/tzdata/australasia ! make/data/tzdata/etcetera ! make/data/tzdata/europe ! make/data/tzdata/factory ! make/data/tzdata/leapseconds ! make/data/tzdata/northamerica ! make/data/tzdata/southamerica ! test/jdk/java/util/TimeZone/TimeZoneData/VERSION ! test/jdk/java/util/TimeZone/TimeZoneData/aliases.txt Changeset: 86d5a0e3 Branch: master Author: Michael De Vera Committer: Paul Hohensee Date: 2025-02-19 17:44:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/86d5a0e37a622950d55cb95876a805da5c572793 6355567: AdobeMarkerSegment causes failure to read valid JPEG Backport-of: c7c6d47a07100f6c81af6cfad301ec1bda77adf7 ! src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/AdobeMarkerSegment.java + test/jdk/javax/imageio/plugins/jpeg/LargeAdobeMarkerSegmentTest.java + test/jdk/javax/imageio/plugins/jpeg/jdk_6355567.jpg Changeset: 54628252 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 12:37:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/5462825246a94a0bafa157987356e14738eda018 8292848: AWT_Mixing and TrayIcon tests fail on el8 with hard-coded isOel7 Backport-of: c13e0ef3f8046a979638d6885a732553fc2b126e ! test/jdk/java/awt/Mixing/AWT_Mixing/GlassPaneOverlappingTestBase.java ! test/jdk/java/awt/Mixing/AWT_Mixing/SimpleOverlappingTestBase.java ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/ActionEventMask/ActionEventMask.java ! test/jdk/java/awt/TrayIcon/ModalityTest/ModalityTest.java ! test/jdk/java/awt/TrayIcon/MouseEventMask/MouseEventMaskTest.java ! test/jdk/java/awt/TrayIcon/MouseMovedTest/MouseMovedTest.java ! test/jdk/java/awt/TrayIcon/SecurityCheck/FunctionalityCheck/FunctionalityCheck.java ! test/jdk/java/awt/TrayIcon/SystemTrayIconHelper.java ! test/jdk/java/awt/TrayIcon/TrayIconEventModifiers/TrayIconEventModifiersTest.java ! test/jdk/java/awt/TrayIcon/TrayIconEvents/TrayIconEventsTest.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java Changeset: 9d2235be Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 12:39:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/9d2235be583671cc54eef2701c2bf903d351e091 8328730: Convert java/awt/print/bug8023392/bug8023392.html applet test to main Backport-of: 4047a3623a44d86df2b82565f33ce739a882802d + test/jdk/java/awt/print/bug8023392.java - test/jdk/java/awt/print/bug8023392/bug8023392.html - test/jdk/java/awt/print/bug8023392/bug8023392.java Changeset: ceea8821 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 12:41:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/ceea8821af29fc88bd96616dd254d6c9dcc0692b 8283664: Remove jtreg tag manual=yesno for java/awt/print/PrinterJob/PrintTextTest.java Backport-of: 84c99fb91ffc4bfbc2fb0f20f558603d5660d7f1 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/print/PrinterJob/PrintTextTest.java Changeset: b2f814e0 Branch: master Author: Goetz Lindenmaier Date: 2025-02-20 13:27:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/b2f814e033e1bd81be1d8c2dff16dcf7aa80eddc 8342098: Write a test to compare the images Backport-of: 47ebf8d868b2e15b943a227ad3cf2ee12eed10f6 + test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java Changeset: 15730c0b Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:10:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/15730c0bf2d9ee79ee9b023b33c739ee84669fde 8274893: Update java.desktop classes to use try-with-resources Backport-of: 70c6df6be431fe11c5441986ed04040f9ec3b750 ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java ! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java ! src/java.desktop/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java ! src/java.desktop/share/classes/com/sun/media/sound/DLSSoundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/JARSoundbankReader.java ! src/java.desktop/share/classes/com/sun/media/sound/ModelByteBuffer.java ! src/java.desktop/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java ! src/java.desktop/share/classes/com/sun/media/sound/SF2Soundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/SoftSynthesizer.java ! src/java.desktop/share/classes/com/sun/media/sound/StandardMidiFileReader.java ! src/java.desktop/share/classes/com/sun/media/sound/StandardMidiFileWriter.java ! src/java.desktop/share/classes/java/awt/Font.java ! src/java.desktop/share/classes/java/awt/Toolkit.java ! src/java.desktop/share/classes/java/beans/Beans.java ! src/java.desktop/share/classes/javax/imageio/ImageIO.java ! src/java.desktop/share/classes/javax/swing/JEditorPane.java ! src/java.desktop/share/classes/javax/swing/UIManager.java ! src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java ! src/java.desktop/share/classes/javax/swing/text/html/StyleSheet.java ! src/java.desktop/share/classes/sun/awt/DebugSettings.java ! src/java.desktop/share/classes/sun/awt/FontConfiguration.java ! src/java.desktop/share/classes/sun/print/PSPrinterJob.java ! src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java ! src/java.desktop/unix/classes/sun/font/MFontConfiguration.java Changeset: 45a35e85 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:11:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/45a35e8539c3f93be78264832d4f4c462edb071f 8301989: new javax.swing.text.DefaultCaret().setBlinkRate(N) results in NPE Backport-of: e81f20b50405dc02963c8bf549000c60e78152d8 ! src/java.desktop/share/classes/javax/swing/text/DefaultCaret.java + test/jdk/javax/swing/text/DefaultCaret/SetCaretRateTest.java Changeset: d8ae0398 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:14:01 +0000 URL: https://git.openjdk.org/jdk17u/commit/d8ae0398f6208953ebe02142475b47d765a22004 8314975: JavadocTester should set source path if not specified Reviewed-by: mbaesken Backport-of: 2f4d601a56bf02db2766d1f8a2ddfff906b78678 ! test/langtools/jdk/javadoc/doclet/testCopyFiles/TestCopyFiles.java ! test/langtools/jdk/javadoc/lib/javadoc/tester/JavadocTester.java Changeset: f7a071e2 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:15:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/f7a071e21a52aa95f5fcc6452212682eecf3cea8 8337222: gc/TestDisableExplicitGC.java fails due to unexpected CodeCache GC Backport-of: dab2a0b5978cdd3fad693e4c120a84bb64a3ccde ! test/hotspot/jtreg/gc/TestDisableExplicitGC.java Changeset: 9f48d421 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:16:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/9f48d4211f86764f4ba928003270d6268dd538c6 8338595: Add more linesize for MIME decoder in macro bench test Base64Decode Backport-of: 7458952dedc0a34b5c7f3e9e228f9b18e08f19e3 ! test/micro/org/openjdk/bench/java/util/Base64Decode.java Changeset: 715d37ef Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:17:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/715d37ef788d99ce5218001ab78e63022a0d2a3d 8346324: javax/swing/JScrollBar/4865918/bug4865918.java fails in CI Backport-of: a0b7c4f015c694425893b8d21d2aecae71a3b604 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java Changeset: 2846c9e0 Branch: master Author: Goetz Lindenmaier Date: 2025-02-22 15:20:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/2846c9e07b4502f2cc0c823b97c889f1440c66a6 8346828: javax/swing/JScrollBar/4865918/bug4865918.java still fails in CI Backport-of: 9fafd63d46f64428e0b9c2e9a6b0ac7ca0e2d355 ! test/jdk/javax/swing/JScrollBar/4865918/bug4865918.java Changeset: 01d107ae Branch: master Author: Antonio Vieiro Committer: Goetz Lindenmaier Date: 2025-02-24 08:11:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/01d107aea8eca4f4d2863deb30ac60e802debe15 8339728: [Accessibility,Windows,JAWS] Bug in the getKeyChar method of the AccessBridge class Backport-of: af639f37ffb3a46351258155a4400a20c9b313fb ! src/jdk.accessibility/windows/classes/com/sun/java/accessibility/internal/AccessBridge.java ! src/jdk.accessibility/windows/native/include/bridge/AccessBridgePackages.h + test/jdk/javax/accessibility/TestJMenuItemShortcutAccessibility.java Changeset: fbf5ebe1 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:12:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/fbf5ebe12f0c70b528a372dcab60d20af70a55e0 8198666: Many java/awt/Modal/OnTop/ test fails on mac Backport-of: dbcf38932ef4f87b560ec660851368ac5697f4da ! test/jdk/ProblemList.txt Changeset: bb391d7a Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:13:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/bb391d7a3656eda8864b777a9561a9e7e71a47a9 8327476: Upgrade JLine to 3.26.1 Reviewed-by: mdoerr Backport-of: d02ad34144917a36911296b20ce28381ead3f601 ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/BindingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/keymap/KeyMap.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Binding.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Buffer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Candidate.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Completer.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletingParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/CompletionMatcher.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EOFError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Editor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/EndOfFileException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Expander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Highlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/History.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/LineReaderBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Macro.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/MaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/ParsedLine.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Parser.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/PrintAboveWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Reference.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/SyntaxError.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/UserInterruptException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/Widget.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/BufferImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/CompletionMatcherImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultExpander.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultHighlighter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/DefaultParser.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/InputRC.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/KillRing.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/LineReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/ReaderUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/SimpleMaskingCallback.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/UndoTree.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/AggregateCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/ArgumentCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/EnumCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/FileNameCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/NullCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/StringsCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/completer/SystemCompleter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/reader/impl/history/DefaultHistory.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Attributes.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Cursor.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/MouseEvent.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Size.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/Terminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/TerminalBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPosixTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsConsoleWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/AbstractWindowsTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/CursorSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/Diag.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/DumbTerminalProvider.java - src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/ExternalTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/LineDisciplineTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/MouseSupport.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/NativeSignalHandler.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixPtyTerminal.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/PosixSysTerminal.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecPty.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/impl/exec/ExecTerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/Pty.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/SystemStream.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalExt.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/terminal/spi/TerminalProvider.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AnsiWriter.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedCharSequence.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedString.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStringBuilder.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/AttributedStyle.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ClosedException.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ColorPalette.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Colors.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Curses.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/DiffHelper.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Display.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ExecHelper.java + src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/FastBufferedOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InfoCmp.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/InputStreamReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Levenshtein.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Log.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlocking.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingInputStreamImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpInputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingPumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/NonBlockingReaderImpl.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/OSUtils.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/PumpReader.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/ShutdownHooks.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Signals.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Status.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/StyleResolver.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/Timeout.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WCWidth.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/WriterOutputStream.java ! src/jdk.internal.le/share/classes/jdk/internal/org/jline/utils/windows-conemu.caps ! src/jdk.internal.le/share/legal/jline.md ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/JnaTerminalProvider.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinConsoleWriter.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/JnaWinSysTerminal.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/Kernel32Impl.java ! src/jdk.internal.le/windows/classes/jdk/internal/org/jline/terminal/impl/jna/win/WindowsAnsiWriter.java ! src/jdk.internal.le/windows/native/lible/Kernel32.cpp ! test/jdk/jdk/internal/jline/AbstractWindowsTerminalTest.java ! test/jdk/jdk/internal/jline/KeyConversionTest.java ! test/langtools/jdk/jshell/ExecPtyGetFlagsToSetTest.java Changeset: db37be36 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:15:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/db37be367455f846b11c3e2134969410acb2e1c8 8342635: javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java creates tmp file in src dir 8342634: javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java creates temp file in src dir Backport-of: 02ea4b548ea1d5e96b9e59e2aa916d7728844116 ! test/jdk/javax/imageio/plugins/wbmp/WBMPStreamTruncateTest.java ! test/jdk/javax/swing/JFileChooser/FileSystemView/WindowsDefaultIconSizeTest.java Changeset: 16b21465 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:16:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/16b21465012eb608f96b46ee6e8a5dc0e0bcef3c 8339356: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: f6e7713bb653811423eeb2515c2f69b437750326 ! test/jdk/javax/net/ssl/SSLSocket/Tls13PacketSize.java Changeset: 4216ad64 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:18:11 +0000 URL: https://git.openjdk.org/jdk17u/commit/4216ad64d0029940f40fc5cea2672b7485722adc 8344581: [TESTBUG] java/awt/Robot/ScreenCaptureRobotTest.java failing on macOS Reviewed-by: mbaesken Backport-of: 0d30b869d8be831bfc5ff5511b3a42900e4c22a4 ! test/jdk/java/awt/Robot/ScreenCaptureRobotTest.java Changeset: 117ce560 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:19:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/117ce5601bbc60a3b01723a4eaed477190550e1b 8348675: TrayIcon tests fail in Ubuntu 24.10 Wayland Backport-of: 6f4fc82149b52dd91289fe42def7d1cacad31212 ! test/jdk/java/awt/TrayIcon/ActionCommand/ActionCommand.java ! test/jdk/java/awt/TrayIcon/TrayIconMouseTest/TrayIconMouseTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupClickTest.java ! test/jdk/java/awt/TrayIcon/TrayIconPopup/TrayIconPopupTest.java Changeset: ae0177b6 Branch: master Author: Goetz Lindenmaier Date: 2025-02-25 16:20:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/ae0177b6abc1c4b3755ec446f2f35ad2616107a9 8302111: Serialization considerations Reviewed-by: rrich Backport-of: 369c573383a0120e0d85aeb89a211f38b5261013 ! src/java.base/share/classes/com/sun/crypto/provider/DHPrivateKey.java ! src/java.base/share/classes/com/sun/crypto/provider/DHPublicKey.java ! src/java.base/share/classes/com/sun/crypto/provider/TlsMasterSecretGenerator.java ! src/java.base/share/classes/java/security/Permissions.java ! src/java.base/share/classes/java/security/SignedObject.java ! src/java.base/share/classes/java/security/Timestamp.java ! src/java.base/share/classes/java/security/UnresolvedPermissionCollection.java ! src/java.base/share/classes/java/security/cert/CertificateRevokedException.java ! src/java.base/share/classes/javax/crypto/spec/SecretKeySpec.java ! src/java.base/share/classes/javax/security/auth/callback/ChoiceCallback.java ! src/java.base/share/classes/javax/security/auth/callback/ConfirmationCallback.java ! src/java.base/share/classes/javax/security/auth/callback/PasswordCallback.java ! src/java.base/share/classes/sun/security/provider/DRBG.java ! src/java.base/share/classes/sun/security/util/ObjectIdentifier.java ! src/java.base/share/classes/sun/security/x509/AlgIdDSA.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java ! src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5InitCredential.java ! src/java.security.jgss/share/classes/sun/security/krb5/internal/KRBError.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11Key.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/P11SecureRandom.java ! src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/SunPKCS11.java From duke at openjdk.org Wed Feb 26 08:19:43 2025 From: duke at openjdk.org (duke) Date: Wed, 26 Feb 2025 08:19:43 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.15+4 for changeset ae0177b6 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-26 09:18:39 +0000 Added tag jdk-17.0.15+4 for changeset ae0177b6abc1 Changeset: ae0177b6 Author: Goetz Lindenmaier Date: 2025-02-25 16:20:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/ae0177b6abc1c4b3755ec446f2f35ad2616107a9 From duke at openjdk.org Wed Feb 26 08:21:18 2025 From: duke at openjdk.org (duke) Date: Wed, 26 Feb 2025 08:21:18 GMT Subject: git: openjdk/jdk17u-dev: Added tag jdk-17.0.15+4 for changeset ae0177b6 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-26 09:18:39 +0000 Added tag jdk-17.0.15+4 for changeset ae0177b6abc1 Changeset: ae0177b6 Author: Goetz Lindenmaier Date: 2025-02-25 16:20:20 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/ae0177b6abc1c4b3755ec446f2f35ad2616107a9 From duke at openjdk.org Wed Feb 26 08:23:36 2025 From: duke at openjdk.org (duke) Date: Wed, 26 Feb 2025 08:23:36 GMT Subject: git: openjdk/jdk17u-dev: Added tag jdk-17.0.16+0 for changeset ae0177b6 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-02-26 09:22:27 +0000 Added tag jdk-17.0.16+0 for changeset ae0177b6abc1 Changeset: ae0177b6 Author: Goetz Lindenmaier Date: 2025-02-25 16:20:20 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/ae0177b6abc1c4b3755ec446f2f35ad2616107a9 From goetz at openjdk.org Wed Feb 26 08:32:00 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 26 Feb 2025 08:32:00 GMT Subject: git: openjdk/jdk17u-dev: 8350651: Bump update version for OpenJDK: jdk-17.0.16 Message-ID: <2c323384-32f3-41b4-b2a0-7965ce4caf99@openjdk.org> Changeset: fd353e38 Branch: master Author: Goetz Lindenmaier Date: 2025-02-26 08:29:36 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/fd353e38a820eed00b1a5f28e892a4d6baa3f1d1 8350651: Bump update version for OpenJDK: jdk-17.0.16 Reviewed-by: clanger ! .jcheck/conf ! make/conf/version-numbers.conf From fyang at openjdk.org Wed Feb 26 11:55:24 2025 From: fyang at openjdk.org (Fei Yang) Date: Wed, 26 Feb 2025 11:55:24 GMT Subject: git: openjdk/jdk24u: master: 8346832: runtime/CompressedOops/CompressedCPUSpecificClassSpaceReservation.java fails on RISC-V Message-ID: <3141d352-2bf3-4bde-9d77-e1a4655da88c@openjdk.org> Changeset: a0bee88a Branch: master Author: Fei Yang Date: 2025-02-26 11:53:54 +0000 URL: https://git.openjdk.org/jdk24u/commit/a0bee88a19399a69b97b90cc7877aba85e4f7c96 8346832: runtime/CompressedOops/CompressedCPUSpecificClassSpaceReservation.java fails on RISC-V Backport-of: de0250368edbf4e9bebf326778f8f8773b69b84c ! src/hotspot/cpu/riscv/compressedKlass_riscv.cpp ! test/hotspot/jtreg/runtime/CompressedOops/CompressedCPUSpecificClassSpaceReservation.java From syan at openjdk.org Wed Feb 26 12:14:40 2025 From: syan at openjdk.org (SendaoYan) Date: Wed, 26 Feb 2025 12:14:40 GMT Subject: git: openjdk/jdk24u: master: 8349943: [JMH] Use jvmArgs consistently Message-ID: <6bf974db-332b-4fab-8c02-e2e00b18671a@openjdk.org> Changeset: bbecbaf7 Branch: master Author: SendaoYan Date: 2025-02-26 12:11:43 +0000 URL: https://git.openjdk.org/jdk24u/commit/bbecbaf7b915551f3bcd5fe9839d991ff5f6723c 8349943: [JMH] Use jvmArgs consistently Backport-of: 3ebed78328bd64d2e18369d63d6ea323b87a7b24 ! test/micro/org/openjdk/bench/java/lang/foreign/CallByRefHighArity.java ! test/micro/org/openjdk/bench/java/lang/foreign/LoopOverRandom.java ! test/micro/org/openjdk/bench/java/lang/foreign/SegmentOfBuffer.java ! test/micro/org/openjdk/bench/java/security/MLDSA.java ! test/micro/org/openjdk/bench/java/security/MLKEMBench.java ! test/micro/org/openjdk/bench/javax/crypto/full/AESBench.java ! test/micro/org/openjdk/bench/jdk/incubator/vector/VectorMultiplyOptBenchmark.java ! test/micro/org/openjdk/bench/jdk/incubator/vector/VectorXXH3HashingBenchmark.java ! test/micro/org/openjdk/bench/vm/compiler/MergeStores.java From phh at openjdk.org Wed Feb 26 17:13:40 2025 From: phh at openjdk.org (Paul Hohensee) Date: Wed, 26 Feb 2025 17:13:40 GMT Subject: git: openjdk/jdk24u: master: 8348102: java/net/httpclient/HttpClientSNITest.java fails intermittently Message-ID: Changeset: 6fb19bb1 Branch: master Author: Kieran Farrell Committer: Paul Hohensee Date: 2025-02-26 17:12:01 +0000 URL: https://git.openjdk.org/jdk24u/commit/6fb19bb1eff650168aeea81744ba4650fc15e11c 8348102: java/net/httpclient/HttpClientSNITest.java fails intermittently Backport-of: 8cf0735839727300e446828f4f4a8ef6354a8c7a ! test/jdk/java/net/httpclient/HttpClientSNITest.java From phh at openjdk.org Wed Feb 26 17:16:30 2025 From: phh at openjdk.org (Paul Hohensee) Date: Wed, 26 Feb 2025 17:16:30 GMT Subject: git: openjdk/jdk24u: master: 8348323: Corrupted timezone string in JVM crash log Message-ID: <83de9e57-db72-490d-ab44-71e4de8d2d2d@openjdk.org> Changeset: 114f2e34 Branch: master Author: Dhamoder Nalla Committer: Paul Hohensee Date: 2025-02-26 17:15:48 +0000 URL: https://git.openjdk.org/jdk24u/commit/114f2e342c25afcd0839e1b6609f8bd28ed97002 8348323: Corrupted timezone string in JVM crash log Backport-of: 2bef5b4a877f4d3bc766558b8782b7b57dee79a8 ! src/hotspot/share/runtime/os.cpp From phh at openjdk.org Wed Feb 26 17:18:48 2025 From: phh at openjdk.org (Paul Hohensee) Date: Wed, 26 Feb 2025 17:18:48 GMT Subject: git: openjdk/jdk24u: master: 2 new changesets Message-ID: Changeset: ef35e669 Branch: master Author: Nizar Benalla Committer: Paul Hohensee Date: 2025-02-26 17:16:16 +0000 URL: https://git.openjdk.org/jdk24u/commit/ef35e66937108b56742e4f1b9faddf7379aed805 8350137: After JDK-8348975, Linux builds contain man pages for windows only tools Backport-of: 53db57648a09c4c380064eea11fcdb680011d741 ! make/Docs.gmk ! make/common/Modules.gmk Changeset: 1eed4ba9 Branch: master Author: Ao Qi Committer: Paul Hohensee Date: 2025-02-26 17:17:24 +0000 URL: https://git.openjdk.org/jdk24u/commit/1eed4ba9187bddec68ace5fa7740d01d8717ef83 8350499: Minimal build fails with slowdebug builds Backport-of: 302bed055c3b4881f97c584d5953273b9dbc2969 ! src/hotspot/share/classfile/verifier.cpp From mdoerr at openjdk.org Thu Feb 27 12:51:44 2025 From: mdoerr at openjdk.org (Martin Doerr) Date: Thu, 27 Feb 2025 12:51:44 GMT Subject: git: openjdk/jdk21u-dev: master: 8345146: [PPC64] Make intrinsic conversions between bit representations of half precision values and floats Message-ID: Changeset: b942b5e3 Branch: master Author: Martin Doerr Date: 2025-02-27 12:49:37 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/b942b5e3cf550c2acbbc6b8ba61017d72e640e3c 8345146: [PPC64] Make intrinsic conversions between bit representations of half precision values and floats Reviewed-by: rrich Backport-of: b42d79eb6a6d497dc63718c2854609bebca4498c ! src/hotspot/cpu/ppc/assembler_ppc.hpp ! src/hotspot/cpu/ppc/assembler_ppc.inline.hpp ! src/hotspot/cpu/ppc/c1_LIRAssembler_ppc.cpp ! src/hotspot/cpu/ppc/c1_LIRGenerator_ppc.cpp ! src/hotspot/cpu/ppc/macroAssembler_ppc.hpp ! src/hotspot/cpu/ppc/macroAssembler_ppc.inline.hpp ! src/hotspot/cpu/ppc/ppc.ad ! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp ! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp ! src/hotspot/cpu/ppc/vm_version_ppc.hpp ! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16Conversion.java ! test/hotspot/jtreg/compiler/intrinsics/float16/Binary16ConversionNaN.java ! test/hotspot/jtreg/compiler/intrinsics/float16/TestAllFloat16ToFloat.java ! test/hotspot/jtreg/compiler/intrinsics/float16/TestConstFloat16ToFloat.java From mbaesken at openjdk.org Thu Feb 27 13:32:36 2025 From: mbaesken at openjdk.org (Matthias Baesken) Date: Thu, 27 Feb 2025 13:32:36 GMT Subject: git: openjdk/jdk21u-dev: master: 8346082: Output JVMTI agent information in hserr files Message-ID: Changeset: ae47d996 Branch: master Author: Matthias Baesken Date: 2025-02-27 13:32:07 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/ae47d99675d38a60006dd901187595e6cad04e82 8346082: Output JVMTI agent information in hserr files Backport-of: c75b1d4bf65d927e18b10ea6de263a331b78e13a ! src/hotspot/share/prims/jvmtiAgentList.hpp ! src/hotspot/share/runtime/os.cpp ! src/hotspot/share/runtime/os.hpp ! src/hotspot/share/utilities/vmError.cpp From andrew at openjdk.org Fri Feb 28 12:49:08 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Fri, 28 Feb 2025 12:49:08 GMT Subject: git: openjdk/jdk21u-dev: master: 8331735: UpcallLinker::on_exit races with GC when copying frame anchor Message-ID: Changeset: 91457e69 Branch: master Author: Andrew John Hughes Date: 2025-02-28 12:46:41 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/91457e694353386737e325e6fa0253bcefb8d579 8331735: UpcallLinker::on_exit races with GC when copying frame anchor 8343144: UpcallLinker::on_entry racingly clears pending exception with GC safepoints 8286875: ProgrammableUpcallHandler::on_entry/on_exit access thread fields from native Backport-of: 461ffafeba459c077f1c2d9c5037305b71a8bc2a ! src/hotspot/share/prims/upcallLinker.cpp