git: openjdk/jdk17u: 174 new changesets
Sergey Bylokhov
serb at openjdk.org
Wed Feb 5 10:10:00 UTC 2025
Changeset: 63aa0769
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <syan at openjdk.org>
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 <goetz at openjdk.org>
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 <mdoerr at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <syan at openjdk.org>
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 <goetz at openjdk.org>
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 <mbaesken at openjdk.org>
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 <mbaesken at openjdk.org>
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 <syan at openjdk.org>
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 <mdoerr at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <krk at openjdk.org>
Committer: Aleksey Shipilev <shade at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <syan at openjdk.org>
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 <syan at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <avieirov at redhat.com>
Committer: Martin Doerr <mdoerr at openjdk.org>
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 <syan at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <mbaesken at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <cushon at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <ssarathi at openjdk.org>
Committer: Martin Doerr <mdoerr at openjdk.org>
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 <iomanip>
Backport-of: febc34dd285c3382716e068748d4a3b0c73d87ad
! test/hotspot/gtest/gc/shared/test_memset_with_concurrent_readers.cpp
Changeset: 0228f7c4
Branch: master
Author: Goetz Lindenmaier <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <rrich at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <ssubramaniam at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
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 <abakhtin at openjdk.org>
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 <abakhtin at openjdk.org>
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 <abakhtin at openjdk.org>
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 <abakhtin at openjdk.org>
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 <abakhtin at openjdk.org>
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 <goetz at openjdk.org>
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 <shade at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 "<local4>" 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 <rcap at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
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 <rcap at redhat.com>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <goetz at openjdk.org>
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 <antonio at vieiro.net>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
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 <serb at openjdk.org>
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
More information about the jdk-updates-changes
mailing list