From fyang at openjdk.org Sat Nov 1 12:37:06 2025 From: fyang at openjdk.org (Fei Yang) Date: Sat, 1 Nov 2025 12:37:06 GMT Subject: git: openjdk/jdk21u-dev: master: 8369947: Bytecode rewriting causes Java heap corruption on RISC-V Message-ID: Changeset: 485ced0d Branch: master Author: Feilong Jiang Committer: Fei Yang Date: 2025-11-01 12:34:50 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/485ced0d5b240d45640906a4a101ec94c18820ba 8369947: Bytecode rewriting causes Java heap corruption on RISC-V Reviewed-by: fyang Backport-of: 462519935827e25475f2fb35746ad81a14bc5da7 ! src/hotspot/cpu/riscv/interp_masm_riscv.cpp ! src/hotspot/cpu/riscv/interp_masm_riscv.hpp ! src/hotspot/cpu/riscv/templateTable_riscv.cpp From andrew at openjdk.org Sun Nov 2 22:52:11 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Sun, 2 Nov 2025 22:52:11 GMT Subject: git: openjdk/jdk11u-dev: 7 new changesets Message-ID: Changeset: 31fc05c4 Branch: master Author: Antonio Vieiro Date: 2025-09-24 18:10:55 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/31fc05c4721aa1aaf12e5f326a52c1db48006abb 8348760: RadioButton is not shown if JRadioButtonMenuItem is rendered with ImageIcon in WindowsLookAndFeel 8365375: Method SU3.setAcceleratorSelectionForeground assigns to acceleratorForeground Reviewed-by: sgehwolf, andrew Backport-of: 2ed2edb244d0a6bf1a156f2a4a346986388c4236 ! src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsCheckBoxMenuItemUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuItemUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsRadioButtonMenuItemUI.java + test/jdk/javax/swing/JMenuItem/TestRadioAndCheckMenuItemWithIcon.java Changeset: 2abaf350 Branch: master Author: Severin Gehwolf Date: 2025-09-26 15:45:33 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/2abaf350cc4cd9d244e62388e732830bee84928e 8368308: ISO 4217 Amendment 180 Update Reviewed-by: andrew Backport-of: 85f5bf3f415cc3d44d1618ec574e73f846bb91c4 ! make/data/currency/CurrencyData.properties ! test/jdk/java/util/Currency/ISO4217-list-one.txt ! test/jdk/java/util/Currency/ValidateISO4217.java Changeset: 25a9b9e5 Branch: master Author: Andrew John Hughes Date: 2025-09-26 15:53:40 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/25a9b9e5594e88c9e1e66f95c7ca45d5a9da8854 8365389: Remove static color fields from SwingUtilities3 and WindowsMenuItemUI Reviewed-by: sgehwolf Backport-of: 3468c6e5ef7e7592cf9484736ce333fbe0eaf34d ! src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsCheckBoxMenuItemUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuItemUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsMenuUI.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsRadioButtonMenuItemUI.java Changeset: 974f4da2 Branch: master Author: Jan Kratochvil Committer: Andrew John Hughes Date: 2025-09-10 17:50:12 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/974f4da2e53ebde8b06224f4ba0b80aa74c5f434 8352637: Enhance bytecode verification Reviewed-by: fferrari, andrew Backport-of: 76bdbfbec7c7e8d25473109cb7c32a40a1a4108d ! src/hotspot/share/classfile/stackMapTable.cpp ! src/hotspot/share/classfile/stackMapTable.hpp ! src/hotspot/share/classfile/verifier.cpp ! src/hotspot/share/interpreter/bytecodeStream.hpp ! src/java.base/share/native/libverify/check_code.c Changeset: 2c7f4561 Branch: master Author: Aleksei Voitylov Committer: Andrew John Hughes Date: 2025-09-03 01:40:28 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/2c7f45612d11199a9d5eaa6d61a2893ec4afa687 8356294: Enhance Path Factories Reviewed-by: abakhtin, fferrari, andrew Backport-of: 5835cefe4946524af3be4933b20cd1b0005b0ad0 ! src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/XPathFactoryImpl.java ! src/java.xml/share/classes/com/sun/org/apache/xpath/internal/jaxp/XPathImplUtil.java ! src/java.xml/share/classes/jdk/xml/internal/XMLSecurityManager.java Changeset: d3b1c2be Branch: master Author: Alexey Bakhtin Committer: Andrew John Hughes Date: 2025-08-27 13:44:54 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/d3b1c2be9e87aad07cac29d94679130fe5807c17 8360937: Enhance certificate handling Reviewed-by: fferrari, andrew Backport-of: cc2cf97834445f1a5c1fa6ba4e06fb2cf24f22cbxb ! src/java.base/share/classes/sun/security/util/DerValue.java ! src/java.base/share/classes/sun/security/x509/AVA.java ! test/jdk/java/security/testlibrary/CertificateBuilder.java Changeset: 9c5f0dd4 Branch: master Author: Andrew John Hughes Date: 2025-11-02 22:50:34 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/9c5f0dd4d7f5c28c57ae0b28f06bb4b90a496d5c Merge From shade at openjdk.org Mon Nov 3 08:59:00 2025 From: shade at openjdk.org (Aleksey Shipilev) Date: Mon, 3 Nov 2025 08:59:00 GMT Subject: git: openjdk/jdk17u-dev: 8294591: Fix cast-function-type warning in TemplateTable Message-ID: <9ccaecc2-5195-41aa-83d1-ab0e29a35162@openjdk.org> Changeset: 98532ee9 Branch: master Author: Aleksey Shipilev Date: 2025-11-03 08:55:58 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/98532ee9fd5136d7d21025941845e77ae216377a 8294591: Fix cast-function-type warning in TemplateTable Reviewed-by: mdoerr Backport-of: fc616588c1bf731150a9d9b80033bb589bcb231f ! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp ! src/hotspot/cpu/arm/templateTable_arm.cpp ! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp ! src/hotspot/cpu/riscv/templateTable_riscv.cpp ! src/hotspot/cpu/s390/templateTable_s390.cpp ! src/hotspot/cpu/x86/templateTable_x86.cpp ! src/hotspot/share/interpreter/templateTable.cpp ! src/hotspot/share/interpreter/templateTable.hpp From andrew at openjdk.org Mon Nov 3 19:58:18 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Mon, 3 Nov 2025 19:58:18 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.29+7 for changeset d3b1c2be Message-ID: Tagged by: Andrew John Hughes Date: 2025-10-13 23:42:53 +0000 Added tag jdk-11.0.29+7 for changeset d3b1c2be9e8 -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaO2AbQAKCRDP2g+bNZZC IuR9AP0ccyVx7gKllwg9VczJkLILia7aJ2NxFYvz1C9sYCuZcQD8DCDoVS+9s6jB y90wyJXkply7npZgCYv6FnxvC4v/HQM= =Cjvu -----END PGP SIGNATURE----- Changeset: d3b1c2be Author: Alexey Bakhtin Committer: Andrew John Hughes Date: 2025-08-27 13:44:54 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/d3b1c2be9e87aad07cac29d94679130fe5807c17 From andrew at openjdk.org Mon Nov 3 19:58:05 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Mon, 3 Nov 2025 19:58:05 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.29-ga for changeset d3b1c2be Message-ID: <414c2880-c97a-4a83-b542-98fc80f310a5@openjdk.org> Tagged by: Andrew John Hughes Date: 2025-10-22 02:14:29 +0000 Added tag jdk-11.0.29-ga for changeset d3b1c2be9e8 -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaPgv9QAKCRDP2g+bNZZC Iuy6AP4hqHbc4NWjRJMiT8FniXwoW1d72TNbhGzZAsrCW4TokwD8DeC3qboiFrfr O0ZgzO+Y1KivmFecDXMCEiEFSem77QY= =vsZK -----END PGP SIGNATURE----- Changeset: d3b1c2be Author: Alexey Bakhtin Committer: Andrew John Hughes Date: 2025-08-27 13:44:54 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/d3b1c2be9e87aad07cac29d94679130fe5807c17 From duke at openjdk.org Mon Nov 3 19:58:13 2025 From: duke at openjdk.org (duke) Date: Mon, 3 Nov 2025 19:58:13 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.29+6 for changeset 25a9b9e5 Message-ID: <0fd6a7fa-fd5a-415d-a4a3-051399f8e8b2@openjdk.org> Tagged by: Andrew Hughes Date: 2025-09-29 17:25:09 +0000 Added tag jdk-11.0.29+6 for changeset 25a9b9e5594 -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaNqy5QAKCRDP2g+bNZZC ImmSAP934nzl+QGsrSLvM9pVopGNi+FsILEnRylDOoTFuNdkrwD/buKGL2TCpp21 04eVRy3+kzXZxtn34NorVjVmAKaswQE= =8YNA -----END PGP SIGNATURE----- Changeset: 25a9b9e5 Author: Andrew John Hughes Date: 2025-09-26 15:53:40 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/25a9b9e5594e88c9e1e66f95c7ca45d5a9da8854 From duke at openjdk.org Mon Nov 3 19:58:08 2025 From: duke at openjdk.org (duke) Date: Mon, 3 Nov 2025 19:58:08 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.30+0 for changeset 2c32878f Message-ID: <7a323125-62df-4862-84cd-04a987186d8e@openjdk.org> Tagged by: Andrew Hughes Date: 2025-11-03 19:52:45 +0000 Added tag jdk-11.0.30+0 for changeset 2c32878f38c -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaQkIDQAKCRDP2g+bNZZC IkUXAP9siwVnIVPIDDO3jAFCtvsTvzI7V9lxWggHOV+XgAN/tgD/V6IHGP9hP5I5 BUuVWSFC/pPP/5eKWJo/J7zLjiqvQQA= =R7eW -----END PGP SIGNATURE----- Changeset: 2c32878f Author: Radek Cap Committer: Andrew John Hughes Date: 2025-08-29 22:06:28 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/2c32878f38c7078ce16079eda53a3ab6627aa489 From duke at openjdk.org Mon Nov 3 20:32:30 2025 From: duke at openjdk.org (duke) Date: Mon, 3 Nov 2025 20:32:30 GMT Subject: git: openjdk/jdk11u: Added tag jdk-11.0.30+0 for changeset 2c32878f Message-ID: <39de113a-8719-4459-8879-9d9f76e15d90@openjdk.org> Tagged by: Andrew Hughes Date: 2025-11-03 19:52:45 +0000 Added tag jdk-11.0.30+0 for changeset 2c32878f38c -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaQkIDQAKCRDP2g+bNZZC IkUXAP9siwVnIVPIDDO3jAFCtvsTvzI7V9lxWggHOV+XgAN/tgD/V6IHGP9hP5I5 BUuVWSFC/pPP/5eKWJo/J7zLjiqvQQA= =R7eW -----END PGP SIGNATURE----- Changeset: 2c32878f Author: Radek Cap Committer: Andrew John Hughes Date: 2025-08-29 22:06:28 +0000 URL: https://git.openjdk.org/jdk11u/commit/2c32878f38c7078ce16079eda53a3ab6627aa489 From mdoerr at openjdk.org Tue Nov 4 08:59:08 2025 From: mdoerr at openjdk.org (Martin Doerr) Date: Tue, 4 Nov 2025 08:59:08 GMT Subject: git: openjdk/jdk17u-dev: 8369506: Bytecode rewriting causes Java heap corruption on AArch64 Message-ID: <0f9f1d8d-7002-40f6-8ccd-cdd7434c5d74@openjdk.org> Changeset: 9f896829 Branch: master Author: Martin Doerr Date: 2025-11-04 08:56:37 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9f896829241e78ae0d6afb89b73840997234fb90 8369506: Bytecode rewriting causes Java heap corruption on AArch64 Reviewed-by: aph, jcking Backport-of: e6ef74bd722c69f8b0cf144e0b5eba95d30dcd39 ! src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp ! src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp ! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp From shade at openjdk.org Tue Nov 4 11:08:20 2025 From: shade at openjdk.org (Aleksey Shipilev) Date: Tue, 4 Nov 2025 11:08:20 GMT Subject: git: openjdk/jdk17u-dev: 8294594: Fix cast-function-type warnings in signal handling code Message-ID: <1d4cef29-21da-4254-af9b-a25aa77fdcc9@openjdk.org> Changeset: a3442fd7 Branch: master Author: Aleksey Shipilev Date: 2025-11-04 11:05:32 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/a3442fd77f524a2ccbb499ab0120b11c30642708 8294594: Fix cast-function-type warnings in signal handling code Reviewed-by: mdoerr Backport-of: b06f1b149c8f8a49d4e42c4b782a4b3a22aa79f6 ! src/hotspot/os/posix/signals_posix.cpp From andrew at openjdk.org Tue Nov 4 16:23:35 2025 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 4 Nov 2025 16:23:35 GMT Subject: git: openjdk/jdk11u: 17 new changesets Message-ID: <6f28a837-c1c9-4359-9986-3f6ac041b0f1@openjdk.org> Changeset: 16802435 Branch: master Author: Andrew John Hughes Date: 2025-09-03 10:50:03 +0000 URL: https://git.openjdk.org/jdk11u/commit/168024359375be044ec76c6c7a0781ddec1db689 8366572: Bump update version of OpenJDK: 11.0.30 Reviewed-by: sgehwolf ! .jcheck/conf ! make/autoconf/version-numbers Changeset: 43b28ee9 Branch: master Author: John Jiang Date: 2025-09-15 15:30:47 +0000 URL: https://git.openjdk.org/jdk11u/commit/43b28ee9ecf3152c29c28fee8b04f7a29a1eb1d9 8364597: Replace THL A29 Limited with Tencent Reviewed-by: andrew Backport-of: 4c9eaddaef83c6ba30e27ae3e0d16caeeec206cb ! test/hotspot/jtreg/compiler/arraycopy/TestIllegalArrayCopyBeforeInfiniteLoop.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex1.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex2.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegativeArrayCopyAfterLoop.java ! test/hotspot/jtreg/compiler/loopopts/TestLoopPredicateDep.java ! test/hotspot/jtreg/compiler/loopopts/TestSkeletonPredicateNegation.java ! test/hotspot/jtreg/compiler/regalloc/TestGCMRecalcPressureNodes.java ! test/hotspot/jtreg/compiler/unsafe/TestMisalignedUnsafeAccess.java ! test/hotspot/jtreg/containers/docker/TestMemoryWithCgroupV1.java ! test/jdk/javax/net/ssl/ServerName/EndingDotHostname.java ! test/jdk/javax/net/ssl/templates/SSLExampleCert.java ! test/jdk/javax/security/auth/callback/PasswordCallback/CheckCleanerBound.java ! test/jdk/javax/security/auth/callback/PasswordCallback/PasswordCleanup.java ! test/jdk/jdk/internal/platform/docker/GetFreeSwapSpaceSize.java ! test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java ! test/micro/org/openjdk/bench/vm/compiler/LoopUnroll.java Changeset: 465fb7df Branch: master Author: SendaoYan Date: 2025-09-16 01:53:37 +0000 URL: https://git.openjdk.org/jdk11u/commit/465fb7df15176dfe7a044241c8f44411b307df4c 8359402: Test CloseDescriptors.java should throw SkippedException when there is no lsof/sctp Backport-of: 36b185a93065a83ea6f93fbed6382a8465657810 ! test/jdk/com/sun/nio/sctp/SctpChannel/CloseDescriptors.java Changeset: 26a8acad Branch: master Author: Francesco Andreuzzi Committer: Paul Hohensee Date: 2025-09-19 20:51:55 +0000 URL: https://git.openjdk.org/jdk11u/commit/26a8acad1f45bec90ad6c4ff5cd41f4e7450a962 8354941: Build failure with glibc 2.42 due to uabs() name collision Reviewed-by: andrew Backport-of: 38bb8adf4f632b08af15f2d8530b35f05f86a020 ! src/hotspot/cpu/aarch64/assembler_aarch64.cpp ! src/hotspot/cpu/aarch64/assembler_aarch64.hpp ! src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp ! src/hotspot/cpu/aarch64/stubGenerator_aarch64.cpp ! src/hotspot/share/opto/mulnode.cpp ! src/hotspot/share/utilities/globalDefinitions.hpp Changeset: 156d9982 Branch: master Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2025-09-22 13:22:19 +0000 URL: https://git.openjdk.org/jdk11u/commit/156d9982412c0983a8d1f4eee7b4eacb98017662 8224087: Compile C code for at least C99 Standard compliance Reviewed-by: andrew Backport-of: 03428d73fc3618202627bbe9d9880a63221c1811 ! doc/building.html ! doc/building.md ! make/autoconf/flags-cflags.m4 ! make/lib/Awt2dLibraries.gmk Changeset: 7c21badf Branch: master Author: John Jiang Date: 2025-09-23 02:08:41 +0000 URL: https://git.openjdk.org/jdk11u/commit/7c21badf94a423ba8a3611869fd56a3cb3682d74 8299748: java/util/zip/Deinflate.java failing on s390x Backport-of: 26fb0f87897e7d7b193e08c1d69e6c0fa12c976c ! test/jdk/java/util/zip/DeInflate.java Changeset: 27213806 Branch: master Author: Timofei Pushkin Committer: Alexey Bakhtin Date: 2025-09-23 15:32:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/2721380614d587396ca39cdb0a5958142b091ea5 8271456: Avoid looking up standard charsets in "java.desktop" module Reviewed-by: abakhtin, sgehwolf Backport-of: 6b55ef3b58ae405c46f440e06b5adb03cec3a500 ! src/java.desktop/macosx/classes/com/apple/laf/AquaFileView.java ! src/java.desktop/macosx/classes/sun/lwawt/macosx/CDataTransferer.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/BMPMetadata.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFImageMetadata.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/gif/GIFWritableImageMetadata.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/COMMarkerSegment.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/jpeg/JFIFMarkerSegment.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageWriter.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFIFD.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/TIFFImageWriter.java ! src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/WBMPMetadata.java ! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java ! src/java.desktop/share/classes/com/sun/media/sound/DLSSoundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/RIFFReader.java ! src/java.desktop/share/classes/com/sun/media/sound/RIFFWriter.java ! src/java.desktop/share/classes/com/sun/media/sound/SF2Soundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/SoftTuning.java ! src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java ! src/java.desktop/share/classes/javax/swing/text/rtf/RTFReader.java ! src/java.desktop/share/classes/sun/awt/FontDescriptor.java ! src/java.desktop/share/classes/sun/awt/datatransfer/DataTransferer.java ! src/java.desktop/share/classes/sun/font/Type1Font.java ! src/java.desktop/share/classes/sun/print/PageableDoc.java ! src/java.desktop/unix/classes/sun/awt/X11/XAtom.java ! src/java.desktop/unix/classes/sun/awt/X11/XNETProtocol.java ! src/java.desktop/unix/classes/sun/awt/X11/XWindowPeer.java ! src/java.desktop/unix/classes/sun/awt/XSettings.java ! src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java ! src/java.desktop/unix/classes/sun/font/NativeFont.java ! src/java.desktop/unix/classes/sun/print/AttributeClass.java ! src/java.desktop/unix/classes/sun/print/IPPPrintService.java ! src/java.desktop/windows/classes/sun/awt/windows/WDataTransferer.java Changeset: 78b8b243 Branch: master Author: Severin Gehwolf Date: 2025-09-26 08:23:31 +0000 URL: https://git.openjdk.org/jdk11u/commit/78b8b2431e050b2eaa943ec819c47649c1ba6701 8336854: CAInterop.java#actalisauthenticationrootca conflicted with /manual and /timeout Reviewed-by: syan, andrew Backport-of: ada58fa55bb265aa62bbe9389d08cbc39e3e32e0 ! test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java Changeset: 8a139678 Branch: master Author: Dmitry Chuyko Committer: Paul Hohensee Date: 2025-10-02 17:17:39 +0000 URL: https://git.openjdk.org/jdk11u/commit/8a139678771b9136bd7c05bcf4f72e48be6300c6 8351933: Inaccurate masking of TC subfield decrement in ForkJoinPool Reviewed-by: phh, dl ! src/java.base/share/classes/java/util/concurrent/ForkJoinPool.java Changeset: b638bb35 Branch: master Author: Jan Kratochvil Committer: Paul Hohensee Date: 2025-10-07 15:13:59 +0000 URL: https://git.openjdk.org/jdk11u/commit/b638bb35cc124122e84ba0583c1218a08c60bf93 8263622: The java.awt.color.ICC_Profile#setData invert the order of bytes for the "head" tag Co-authored-by: Anton Voznia Backport-of: 01ddf3d28004834d57f4cee92d0e055fb544a292 ! src/java.desktop/share/native/liblcms/LCMS.c + test/jdk/java/awt/color/ICC_Profile/SetHeaderInfo.java Changeset: c3e442a2 Branch: master Author: Antonio Vieiro Date: 2025-10-21 10:42:01 +0000 URL: https://git.openjdk.org/jdk11u/commit/c3e442a2306824c79ffa4252b71616cc633c37bb 8355528: Update HarfBuzz to 11.2.0 Backport-of: 2a9d9094a376df4dec2b6b635bbaa20429b50615 ! src/java.desktop/share/legal/harfbuzz.md ! src/java.desktop/share/native/libharfbuzz/OT/Color/CBDT/CBDT.hh ! src/java.desktop/share/native/libharfbuzz/OT/Color/COLR/COLR.hh ! src/java.desktop/share/native/libharfbuzz/OT/Color/sbix/sbix.hh ! src/java.desktop/share/native/libharfbuzz/OT/Color/svg/svg.hh ! src/java.desktop/share/native/libharfbuzz/OT/Layout/Common/CoverageFormat1.hh ! src/java.desktop/share/native/libharfbuzz/OT/Layout/Common/CoverageFormat2.hh ! src/java.desktop/share/native/libharfbuzz/OT/Layout/GDEF/GDEF.hh ! src/java.desktop/share/native/libharfbuzz/OT/Layout/GPOS/GPOS.hh ! src/java.desktop/share/native/libharfbuzz/OT/Layout/GPOS/PairPosFormat1.hh ! src/java.desktop/share/native/libharfbuzz/OT/Var/VARC/VARC.hh ! src/java.desktop/share/native/libharfbuzz/OT/glyf/glyf.hh ! src/java.desktop/share/native/libharfbuzz/hb-aat-layout-common.hh ! src/java.desktop/share/native/libharfbuzz/hb-aat-layout-kerx-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-aat-layout-morx-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-aat-layout-trak-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-aat-layout.cc ! src/java.desktop/share/native/libharfbuzz/hb-aat-layout.hh ! src/java.desktop/share/native/libharfbuzz/hb-aat-map.cc ! src/java.desktop/share/native/libharfbuzz/hb-atomic.hh ! src/java.desktop/share/native/libharfbuzz/hb-bit-set.hh + src/java.desktop/share/native/libharfbuzz/hb-bit-vector.hh ! src/java.desktop/share/native/libharfbuzz/hb-buffer-deserialize-json.hh ! src/java.desktop/share/native/libharfbuzz/hb-buffer-deserialize-text-glyphs.hh ! src/java.desktop/share/native/libharfbuzz/hb-buffer-deserialize-text-unicode.hh ! src/java.desktop/share/native/libharfbuzz/hb-buffer-serialize.cc ! src/java.desktop/share/native/libharfbuzz/hb-buffer-verify.cc ! src/java.desktop/share/native/libharfbuzz/hb-buffer.cc ! src/java.desktop/share/native/libharfbuzz/hb-buffer.h ! src/java.desktop/share/native/libharfbuzz/hb-buffer.hh ! src/java.desktop/share/native/libharfbuzz/hb-cache.hh ! src/java.desktop/share/native/libharfbuzz/hb-cff2-interp-cs.hh ! src/java.desktop/share/native/libharfbuzz/hb-common.cc ! src/java.desktop/share/native/libharfbuzz/hb-common.h ! src/java.desktop/share/native/libharfbuzz/hb-config.hh ! src/java.desktop/share/native/libharfbuzz/hb-debug.hh ! src/java.desktop/share/native/libharfbuzz/hb-deprecated.h ! src/java.desktop/share/native/libharfbuzz/hb-draw.cc ! src/java.desktop/share/native/libharfbuzz/hb-draw.h ! src/java.desktop/share/native/libharfbuzz/hb-draw.hh ! src/java.desktop/share/native/libharfbuzz/hb-face.cc ! src/java.desktop/share/native/libharfbuzz/hb-face.h ! src/java.desktop/share/native/libharfbuzz/hb-face.hh ! src/java.desktop/share/native/libharfbuzz/hb-font.cc ! src/java.desktop/share/native/libharfbuzz/hb-font.h ! src/java.desktop/share/native/libharfbuzz/hb-font.hh ! src/java.desktop/share/native/libharfbuzz/hb-ft.cc ! src/java.desktop/share/native/libharfbuzz/hb-ft.h ! src/java.desktop/share/native/libharfbuzz/hb-geometry.hh ! src/java.desktop/share/native/libharfbuzz/hb-machinery.hh ! src/java.desktop/share/native/libharfbuzz/hb-mutex.hh ! src/java.desktop/share/native/libharfbuzz/hb-object.hh ! src/java.desktop/share/native/libharfbuzz/hb-open-type.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-cff1-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-cff2-table.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-cff2-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-cmap-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-color.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-face-table-list.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-face.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-font.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-hmtx-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-kern-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-layout-base-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-layout-common.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-layout-gsubgpos.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-layout.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-layout.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-math-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-math.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-post-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-shape-fallback.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-shape.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-shape.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-shaper-arabic.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-shaper-hangul.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-shaper-indic.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-shaper-thai.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-tag.cc ! src/java.desktop/share/native/libharfbuzz/hb-ot-var-gvar-table.hh ! src/java.desktop/share/native/libharfbuzz/hb-ot-var.cc ! src/java.desktop/share/native/libharfbuzz/hb-outline.cc ! src/java.desktop/share/native/libharfbuzz/hb-outline.hh + src/java.desktop/share/native/libharfbuzz/hb-paint-bounded.cc + src/java.desktop/share/native/libharfbuzz/hb-paint-bounded.hh ! src/java.desktop/share/native/libharfbuzz/hb-paint-extents.cc ! src/java.desktop/share/native/libharfbuzz/hb-paint-extents.hh ! src/java.desktop/share/native/libharfbuzz/hb-paint.cc ! src/java.desktop/share/native/libharfbuzz/hb-paint.h ! src/java.desktop/share/native/libharfbuzz/hb-paint.hh + src/java.desktop/share/native/libharfbuzz/hb-script-list.h ! src/java.desktop/share/native/libharfbuzz/hb-set-digest.hh ! src/java.desktop/share/native/libharfbuzz/hb-set.hh ! src/java.desktop/share/native/libharfbuzz/hb-shape.cc ! src/java.desktop/share/native/libharfbuzz/hb-static.cc ! src/java.desktop/share/native/libharfbuzz/hb-subset-cff-common.hh ! src/java.desktop/share/native/libharfbuzz/hb-subset-input.cc ! src/java.desktop/share/native/libharfbuzz/hb-subset-plan.cc ! src/java.desktop/share/native/libharfbuzz/hb-subset-plan.hh ! src/java.desktop/share/native/libharfbuzz/hb-subset.cc ! src/java.desktop/share/native/libharfbuzz/hb-subset.h ! src/java.desktop/share/native/libharfbuzz/hb-vector.hh ! src/java.desktop/share/native/libharfbuzz/hb-version.h ! src/java.desktop/share/native/libharfbuzz/hb.hh Changeset: fd23a934 Branch: master Author: Timofei Pushkin Committer: Alexey Bakhtin Date: 2025-10-21 14:39:22 +0000 URL: https://git.openjdk.org/jdk11u/commit/fd23a93481a813f2ba1c634cec209dddcb4ab078 8274893: Update java.desktop classes to use try-with-resources Reviewed-by: abakhtin Backport-of: 70c6df6be431fe11c5441986ed04040f9ec3b750 ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java ! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java ! src/java.desktop/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java ! src/java.desktop/share/classes/com/sun/media/sound/DLSSoundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/JARSoundbankReader.java ! src/java.desktop/share/classes/com/sun/media/sound/ModelByteBuffer.java ! src/java.desktop/share/classes/com/sun/media/sound/ModelByteBufferWavetable.java ! src/java.desktop/share/classes/com/sun/media/sound/SF2Soundbank.java ! src/java.desktop/share/classes/com/sun/media/sound/SoftSynthesizer.java ! src/java.desktop/share/classes/com/sun/media/sound/StandardMidiFileReader.java ! src/java.desktop/share/classes/com/sun/media/sound/StandardMidiFileWriter.java ! src/java.desktop/share/classes/java/awt/Font.java ! src/java.desktop/share/classes/java/awt/Toolkit.java ! src/java.desktop/share/classes/java/beans/Beans.java ! src/java.desktop/share/classes/javax/imageio/ImageIO.java ! src/java.desktop/share/classes/javax/swing/JEditorPane.java ! src/java.desktop/share/classes/javax/swing/UIManager.java ! src/java.desktop/share/classes/javax/swing/text/html/HTMLEditorKit.java ! src/java.desktop/share/classes/javax/swing/text/html/StyleSheet.java ! src/java.desktop/share/classes/sun/awt/DebugSettings.java ! src/java.desktop/share/classes/sun/awt/FontConfiguration.java ! src/java.desktop/share/classes/sun/print/PSPrinterJob.java ! src/java.desktop/unix/classes/sun/font/FcFontConfiguration.java ! src/java.desktop/unix/classes/sun/font/MFontConfiguration.java Changeset: f0bb6823 Branch: master Author: SendaoYan Date: 2025-10-22 07:23:32 +0000 URL: https://git.openjdk.org/jdk11u/commit/f0bb6823404ee2a014a67146e1c274a7bf106815 8358004: Delete applications/scimark/Scimark.java test Reviewed-by: phh Backport-of: f1f6452e01e5a4521cb333d7456333f00cd9680c - test/hotspot/jtreg/applications/scimark/Scimark.java Changeset: c5f39c95 Branch: master Author: SendaoYan Date: 2025-10-22 07:23:56 +0000 URL: https://git.openjdk.org/jdk11u/commit/c5f39c9547ff62617373030f491c23ff70a47df0 8366359: Test should throw SkippedException when there is no lpstat Backport-of: f23c150709fbd6d9b84261a7c99b67d7d08334b9 ! test/jdk/javax/print/PrintServiceLookup/CountPrintServices.java Changeset: 085a7f18 Branch: master Author: Timofei Pushkin Committer: Alexey Bakhtin Date: 2025-10-22 17:23:57 +0000 URL: https://git.openjdk.org/jdk11u/commit/085a7f1851a3d451222fccb0a8973140d387642b 8347911: Limit the length of inflated text chunks Backport-of: 398a580518b4e7961bdddf733e0a89ff25bc437a ! src/java.desktop/share/classes/com/sun/imageio/plugins/png/PNGImageReader.java Changeset: 94dfb3e3 Branch: master Author: Roman Marchenko Committer: Paul Hohensee Date: 2025-10-27 21:12:05 +0000 URL: https://git.openjdk.org/jdk11u/commit/94dfb3e3d22a064a83c533ab7d7504b432fad02f 8350813: Rendering of bulky sound bank from MIDI sequence can cause OutOfMemoryError Backport-of: fcc2a24291d499f7149debad1250903ddc369d91 ! src/java.desktop/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java + test/jdk/javax/sound/midi/BulkSoundBank/BulkSoundBank.java Changeset: 9c5f0dd4 Branch: master Author: Andrew John Hughes Date: 2025-11-02 22:50:34 +0000 URL: https://git.openjdk.org/jdk11u/commit/9c5f0dd4d7f5c28c57ae0b28f06bb4b90a496d5c Merge From duke at openjdk.org Tue Nov 4 16:23:51 2025 From: duke at openjdk.org (duke) Date: Tue, 4 Nov 2025 16:23:51 GMT Subject: git: openjdk/jdk11u: Added tag jdk-11.0.30+1 for changeset 9c5f0dd4 Message-ID: <23ca093f-1f25-43df-ab6b-eeafa0848a60@openjdk.org> Tagged by: Andrew Hughes Date: 2025-11-03 20:29:44 +0000 Added tag jdk-11.0.30+1 for changeset 9c5f0dd4d7f -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaQkQuAAKCRDP2g+bNZZC Isr+AP4n8SoI8mDHiqp1ijeDkCbv7PhJ+DNzVWSIE7Y+YePsyAEA9rn0Z6L6Vh2q 6dAAAlvfhPSS1LR4yeD3OC8S8YzldQQ= =a2kc -----END PGP SIGNATURE----- Changeset: 9c5f0dd4 Author: Andrew John Hughes Date: 2025-11-02 22:50:34 +0000 URL: https://git.openjdk.org/jdk11u/commit/9c5f0dd4d7f5c28c57ae0b28f06bb4b90a496d5c From phh at openjdk.org Tue Nov 4 19:22:41 2025 From: phh at openjdk.org (Paul Hohensee) Date: Tue, 4 Nov 2025 19:22:41 GMT Subject: git: openjdk/jdk21u-dev: master: 8369450: [Ubuntu 25.10] openjdk fails to build due to rust-coreutils date Message-ID: Changeset: 32ee3a5c Branch: master Author: Vladimir Petko Committer: Paul Hohensee Date: 2025-11-04 19:18:34 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/32ee3a5c4f20bd925a76810bf291219542de77a0 8369450: [Ubuntu 25.10] openjdk fails to build due to rust-coreutils date Backport-of: b73228b51c1b1c59c8cd8ee7b14522edc12d564a ! make/autoconf/basic_tools.m4 From ssubramaniam at openjdk.org Tue Nov 4 19:51:33 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Tue, 4 Nov 2025 19:51:33 GMT Subject: git: openjdk/jdk17u-dev: 8353007: Open some JComboBox bugs 2 Message-ID: <45ff487b-dd28-4721-846e-ea6c0a0823ac@openjdk.org> Changeset: 1f34ffc9 Branch: master Author: Satyen Subramaniam Date: 2025-11-04 19:49:34 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/1f34ffc98ad50ffd02c015493b44c76954d399b4 8353007: Open some JComboBox bugs 2 Backport-of: 1889dacb1981d3d15174bc5a201e683a6cdab725 + test/jdk/javax/swing/JComboBox/bug4185024.java + test/jdk/javax/swing/JComboBox/bug4201964.java + test/jdk/javax/swing/JComboBox/bug4249732.java + test/jdk/javax/swing/JComboBox/bug4368848.java From duke at openjdk.org Tue Nov 4 19:52:59 2025 From: duke at openjdk.org (duke) Date: Tue, 4 Nov 2025 19:52:59 GMT Subject: git: openjdk/jdk11u-dev: Added tag jdk-11.0.30+1 for changeset 9c5f0dd4 Message-ID: <45e3a96c-4cfb-4a9e-bea2-191bceb5328b@openjdk.org> Tagged by: Andrew Hughes Date: 2025-11-03 20:29:44 +0000 Added tag jdk-11.0.30+1 for changeset 9c5f0dd4d7f -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQRRMled0VQO0j4ExaDP2g+bNZZCIgUCaQkQuAAKCRDP2g+bNZZC Isr+AP4n8SoI8mDHiqp1ijeDkCbv7PhJ+DNzVWSIE7Y+YePsyAEA9rn0Z6L6Vh2q 6dAAAlvfhPSS1LR4yeD3OC8S8YzldQQ= =a2kc -----END PGP SIGNATURE----- Changeset: 9c5f0dd4 Author: Andrew John Hughes Date: 2025-11-02 22:50:34 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/9c5f0dd4d7f5c28c57ae0b28f06bb4b90a496d5c From ssubramaniam at openjdk.org Tue Nov 4 19:54:28 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Tue, 4 Nov 2025 19:54:28 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: Changeset: c0cb9238 Branch: master Author: Satyen Subramaniam Date: 2025-11-04 19:50:24 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/c0cb923888ca75f52851f0f3f63dd52fb74d93bf 8353007: Open some JComboBox bugs 2 Backport-of: 1889dacb1981d3d15174bc5a201e683a6cdab725 + test/jdk/javax/swing/JComboBox/bug4185024.java + test/jdk/javax/swing/JComboBox/bug4201964.java + test/jdk/javax/swing/JComboBox/bug4249732.java + test/jdk/javax/swing/JComboBox/bug4368848.java Changeset: eda50ee1 Branch: master Author: Satyen Subramaniam Date: 2025-11-04 19:50:53 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/eda50ee148618c752feccec33d7d2d38d8f4d693 8352966: Opensource Several Font related tests - Batch 2 Backport-of: db08726884d90f9139db5d30ee4d36d88c288a06 + test/jdk/java/awt/font/GlyphVector/TestOutline.java + test/jdk/java/awt/font/NumericShaper/ShaperTest.java + test/jdk/java/awt/font/TextLayout/TestGASPHint.java + test/jdk/java/awt/font/TextLayout/TestSelection.java + test/jdk/java/awt/font/TextLayout/TestStrikethrough.java From ssubramaniam at openjdk.org Tue Nov 4 19:55:13 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Tue, 4 Nov 2025 19:55:13 GMT Subject: git: openjdk/jdk17u-dev: 8352966: Opensource Several Font related tests - Batch 2 Message-ID: <26270fd4-eb43-48f5-aa73-ac2045f49bc0@openjdk.org> Changeset: 7d6e99c6 Branch: master Author: Satyen Subramaniam Date: 2025-11-04 19:51:55 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/7d6e99c6ef1f1363e7a9e6c4ad7950df234df8e3 8352966: Opensource Several Font related tests - Batch 2 Backport-of: db08726884d90f9139db5d30ee4d36d88c288a06 + test/jdk/java/awt/font/GlyphVector/TestOutline.java + test/jdk/java/awt/font/NumericShaper/ShaperTest.java + test/jdk/java/awt/font/TextLayout/TestGASPHint.java + test/jdk/java/awt/font/TextLayout/TestSelection.java + test/jdk/java/awt/font/TextLayout/TestStrikethrough.java From serb at openjdk.org Tue Nov 4 20:42:29 2025 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 4 Nov 2025 20:42:29 GMT Subject: git: openjdk/jdk17u-dev: 8355561: [macos] Build failure with Xcode 16.3 Message-ID: <05fcab5b-5e7b-4e00-a4fd-423a7fe4d022@openjdk.org> Changeset: 76a55f23 Branch: master Author: Sergey Bylokhov Date: 2025-11-04 20:38:51 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/76a55f23e3f9e70514b189c3ff75ac68085216be 8355561: [macos] Build failure with Xcode 16.3 Backport-of: 762423d64d10dcdb37800767d2b2f1b7757c804a ! src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp From fyang at openjdk.org Wed Nov 5 08:10:54 2025 From: fyang at openjdk.org (Fei Yang) Date: Wed, 5 Nov 2025 08:10:54 GMT Subject: git: openjdk/jdk21u: master: 273 new changesets Message-ID: <8e68c988-b90b-469d-ad53-9a82518c7bff@openjdk.org> Changeset: 2dc5784b Branch: master Author: Rui Li Committer: Victor Rudometov Date: 2025-09-02 17:12:44 +0000 URL: https://git.openjdk.org/jdk21u/commit/2dc5784b51b3c6d8238de1441d656e6c22f3dba9 8199149: Improve the exception message thrown by VarHandle of unsupported operation Backport-of: d7b941640638b35f9ac1ef11cd6bf6ccb795c29a ! src/java.base/share/classes/java/lang/invoke/IndirectVarHandle.java ! src/java.base/share/classes/java/lang/invoke/VarForm.java ! src/java.base/share/classes/java/lang/invoke/VarHandle.java ! src/java.base/share/classes/java/lang/invoke/VarHandleGuards.java Changeset: f8c20f84 Branch: master Author: Satyen Subramaniam Date: 2025-09-02 17:19:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/f8c20f84e19e45f77d1563b80f90d9c953479e21 8340015: Open source several AWT focus tests - series 7 Backport-of: 147e30070d8adbe65453a3a9316b9324890ea25f ! test/jdk/ProblemList.txt + test/jdk/java/awt/Focus/MinimizeNonfocusableWindowTest.java + test/jdk/java/awt/Focus/WindowDisposeFocusTest.java + test/jdk/java/awt/Focus/bug6435715.java Changeset: 65abe4f9 Branch: master Author: Satyen Subramaniam Date: 2025-09-02 17:20:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/65abe4f97cc70058aaeb954dea299c0fa5f6ef70 8354106: Clean up and open source KeyEvent related tests (Part 2) Backport-of: e163a76f2bacf06980026feb7e645e616ffe2ad4 + test/jdk/java/awt/event/KeyEvent/KeyPressedModifiers.java + test/jdk/java/awt/event/KeyEvent/KeyTest.java Changeset: 5eed5714 Branch: master Author: Goetz Lindenmaier Date: 2025-09-03 07:56:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/5eed5714803d75c8c4bc1a8dd941075c60e459d4 8366231: Bump update version for OpenJDK: jdk-21.0.10 Reviewed-by: sgehwolf ! .jcheck/conf ! make/conf/version-numbers.conf Changeset: b1f339ee Branch: master Author: Satyen Subramaniam Date: 2025-09-03 16:48:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/b1f339ee6172bd87403617a21f63eaa417339000 8353589: Open source a few Swing menu-related tests Backport-of: 98dac46aac2cea9790c1275208cc4c92e8e9a98a + test/jdk/javax/swing/JPopupMenu/bug4119993.java + test/jdk/javax/swing/JPopupMenu/bug4187004.java + test/jdk/javax/swing/JPopupMenu/bug4530303.java Changeset: 6de51338 Branch: master Author: Satyen Subramaniam Date: 2025-09-03 16:48:57 +0000 URL: https://git.openjdk.org/jdk21u/commit/6de513389135245e92a89eda3f05032ddf78fdf4 8354472: Clean up and open source KeyEvent related tests (Part 3) Backport-of: cd2d49f7119459f07844ce8201ca2320850cd51f + test/jdk/java/awt/event/KeyEvent/CharUndefinedTest.java + test/jdk/java/awt/event/KeyEvent/ExtendedKeysTest.java + test/jdk/java/awt/event/KeyEvent/KeyDownCaptureTest.java + test/jdk/java/awt/event/KeyEvent/KeyEventToLightweight.java + test/jdk/java/awt/event/KeyEvent/KeyModifiers.java Changeset: e6b4beb5 Branch: master Author: Timofei Pushkin Committer: Paul Hohensee Date: 2025-09-04 16:12:28 +0000 URL: https://git.openjdk.org/jdk21u/commit/e6b4beb5415bb3f8581f6396c56bf350bcee3f91 8348240: Remove SystemDictionaryShared::lookup_super_for_unregistered_class() Reviewed-by: iklam Backport-of: 7f16a0875ced8669b9d2131c67496a66e74ea36f ! src/hotspot/share/cds/classListParser.cpp ! src/hotspot/share/cds/classListParser.hpp ! src/hotspot/share/cds/unregisteredClasses.cpp ! src/hotspot/share/cds/unregisteredClasses.hpp ! src/hotspot/share/classfile/systemDictionary.cpp ! src/hotspot/share/classfile/systemDictionaryShared.cpp ! src/hotspot/share/classfile/vmClassMacros.hpp ! src/hotspot/share/classfile/vmSymbols.hpp ! src/java.base/share/classes/jdk/internal/misc/CDS.java ! test/hotspot/jtreg/runtime/cds/appcds/customLoader/ClassListFormatE.java Changeset: 32d8d448 Branch: master Author: SendaoYan Date: 2025-09-05 07:46:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/32d8d448361cedf7d0825b870054d167cacbc6b7 8359207: Remove runtime/signal/TestSigusr2.java since it is always skipped Backport-of: 51877f568ba84a8ec7721656571c90c5eb952eb3 ! test/hotspot/jtreg/runtime/signal/SigTestDriver.java - test/hotspot/jtreg/runtime/signal/TestSigusr2.java Changeset: 8169077f Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-05 15:35:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/8169077ff46e6ef2d404efbb1c3d36c76d57058a 8353013: java.net.URI.create(String) may have low performance to scan the host/domain name from URI string when the hostname starts with number Backport-of: 84458ec18ce33295636f7b26b8e3ff25ecb349f2 ! src/java.base/share/classes/java/net/URI.java ! test/jdk/java/net/URI/Test.java + test/micro/org/openjdk/bench/java/net/URIAuthorityParsingBenchmark.java Changeset: 413fa295 Branch: master Author: Suchismith Roy Committer: Martin Doerr Date: 2025-09-08 08:42:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/413fa295f35884aec0bc053f5401ffa4cbb5933d 8216437: PPC64: Add intrinsic for GHASH algorithm Reviewed-by: mdoerr Backport-of: cdad6d788de4785c8dbf2710a86fdacb8d070565 ! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp ! src/hotspot/cpu/ppc/vm_version_ppc.cpp Changeset: 83f9c250 Branch: master Author: Severin Gehwolf Date: 2025-09-08 09:45:23 +0000 URL: https://git.openjdk.org/jdk21u/commit/83f9c250221f707be484e0163fe9040f99474412 8358764: (sc) SocketChannel.close when thread blocked in read causes connection to be reset (win) Reviewed-by: stuefe Backport-of: e5196fc24d2ec9e581af7803ac47036111fee029 ! src/java.base/share/classes/sun/nio/ch/Net.java ! src/java.base/share/classes/sun/nio/ch/SocketChannelImpl.java ! src/java.base/unix/native/libnio/ch/Net.c ! src/java.base/windows/native/libnio/ch/Net.c + test/jdk/java/nio/channels/SocketChannel/PeerReadsAfterAsyncClose.java Changeset: cdeacd54 Branch: master Author: Goetz Lindenmaier Date: 2025-09-08 10:42:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/cdeacd54b30c05b1dfb6be7ee149307338afde49 8140527: JInternalFrame has incorrect title button width 8139392: JInternalFrame has incorrect padding Backport-of: acf591e856ce4b43303b1578bd64a8c9ab0063ea ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java + test/jdk/javax/swing/JInternalFrame/InternalFrameTitleButtonTest.java Changeset: 9a001c42 Branch: master Author: Goetz Lindenmaier Date: 2025-09-08 10:43:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/9a001c42d757de45660897d6e236f761ec78aaaa 8348402: PerfDataManager stalls shutdown for 1ms Reviewed-by: shade Backport-of: 305bbdae7fe40e33cf2baa100c134bd85ecaa553 ! src/hotspot/share/runtime/objectMonitor.cpp ! src/hotspot/share/runtime/objectMonitor.hpp ! src/hotspot/share/runtime/perfData.cpp ! src/hotspot/share/runtime/perfData.hpp ! src/hotspot/share/runtime/synchronizer.cpp Changeset: d4b91ad7 Branch: master Author: Goetz Lindenmaier Date: 2025-09-08 10:44:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/d4b91ad7b82bb66e58c00b6169b0effeb7862c21 8355773: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee Backport-of: 50145bb74ad87f5b3f80ed910f6ebb95e406b802 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Debugee.java Changeset: 361f1797 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-08 15:25:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/361f17979bb18ddca1df3b234e522d9d40d0f6a4 8352533: Report useful IOExceptions when jspawnhelper fails Backport-of: 5c73dfc28cbd6801ac85c6685fb8c77aad3ab0b7 ! src/java.base/unix/native/libjava/ProcessImpl_md.c ! test/jdk/java/lang/ProcessBuilder/Basic.java ! test/jdk/java/lang/ProcessBuilder/JspawnhelperProtocol.java Changeset: ad64fe1b Branch: master Author: Satyen Subramaniam Date: 2025-09-08 16:49:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/ad64fe1bed05dd8b775267da63294e04066764ab 8354653: Clean up and open source KeyEvent related tests (Part 4) Backport-of: a7128d86eac2c40dbfa79811234ab6226fb4d080 + test/jdk/java/awt/event/KeyEvent/AltGrTest.java + test/jdk/java/awt/event/KeyEvent/CRTest.java + test/jdk/java/awt/event/KeyEvent/NumpadTest2.java + test/jdk/java/awt/event/KeyEvent/TestDoubleKeyEvent.java Changeset: d1aa40f7 Branch: master Author: Satyen Subramaniam Date: 2025-09-08 16:50:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/d1aa40f774551cd778b0904b18d83a5f5392e251 8354214: Open source Swing tests Batch 2 Backport-of: 2be5bc847a444f08a4ebb41b58e8a2bf4553d621 + test/jdk/javax/swing/JList/bug4193267.java + test/jdk/javax/swing/JList/bug4249161.java + test/jdk/javax/swing/JList/bug4618767.java Changeset: ca49685f Branch: master Author: Satyen Subramaniam Date: 2025-09-09 16:26:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/ca49685ff8387b67867da555c1a944ef0d5dd183 8354418: Open source Swing tests Batch 4 Backport-of: dda4b5a4ade2e5d7225117e58fce4038bb0e0f1b + test/jdk/com/sun/java/swing/plaf/windows/MenuItem/AcceleratorDelimiter/WindowsLAFMenuAcceleratorDelimiter.java + test/jdk/com/sun/java/swing/plaf/windows/WindowsDesktopManager/4227768/bug4227768.java + test/jdk/com/sun/java/swing/plaf/windows/WindowsDesktopManager/4305725/bug4305725.java Changeset: 20d85d79 Branch: master Author: Satyen Subramaniam Date: 2025-09-09 16:26:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/20d85d796975e046d37cba84ee00780213d4d8bd 8353319: Open source Swing tests - Set 3 Backport-of: bf63f9ffa5e107ecb01e67dbef785a7bf4c89f16 ! test/jdk/javax/swing/JFrame/bug4419914.java + test/jdk/javax/swing/JRootPane/bug4614623.java + test/jdk/javax/swing/JTabbedPane/bug4613811.java + test/jdk/javax/swing/JWindow/bug4251781.java Changeset: a6014d03 Branch: master Author: Goetz Lindenmaier Date: 2025-09-10 07:36:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/a6014d03692ee258525adff6f2e9684f3e3eb8f9 Merge ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java Changeset: 62aa773a Branch: master Author: Rui Li Committer: Victor Rudometov Date: 2025-09-10 16:13:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/62aa773aa54c38b7d9e5b28f7a7277aedb1259d4 8320836: jtreg gtest runs should limit heap size Backport-of: ac9e51023fc34a82b795950a109af2397826adaa ! test/hotspot/jtreg/gtest/GTestWrapper.java Changeset: 0d53971c Branch: master Author: Satyen Subramaniam Date: 2025-09-10 16:44:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/0d53971cdc34f5d77976589db2ad9be77d670705 8353486: Open source Swing Tests - Set 4 Backport-of: 486a66469bc0c814d07e03ce0e7231b408a4d579 + test/jdk/javax/swing/JFileChooser/bug4464774.java + test/jdk/javax/swing/JFileChooser/bug4522756.java + test/jdk/javax/swing/JFileChooser/bug4759934.java + test/jdk/javax/swing/JFileChooser/bug4943900.java + test/jdk/javax/swing/JOptionPane/bug4194862.java Changeset: 3a6b4ef9 Branch: master Author: Satyen Subramaniam Date: 2025-09-10 16:45:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/3a6b4ef9433ef5f89583924d4e16daecea6b1f03 8354340: Open source Swing Tests - Set 6 Backport-of: 76dec47f00230214e9ba58714be5a3ad26f8308d + test/jdk/javax/swing/JViewport/ScrollRectToVisibleTest3.java + test/jdk/javax/swing/JViewport/SetViewRepaint.java Changeset: 93109186 Branch: master Author: Satyen Subramaniam Date: 2025-09-11 16:36:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/931091865519fa46cfcaadf21e328e88ccd4538e 8354532: Open source JFileChooser Tests - Set 7 Backport-of: bd73127d7495244f93f941530db32b4559d45689 + test/jdk/javax/swing/JFileChooser/bug4357012.java + test/jdk/javax/swing/JFileChooser/bug4926884.java + test/jdk/javax/swing/JFileChooser/bug5045464.java + test/jdk/javax/swing/JFileChooser/bug6515169.java Changeset: eacf4ed2 Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:06:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/eacf4ed2f6f2d00a581ce2fd71640ec0d84958a0 8201183: sjavac build failures: "Connection attempt failed: Connection refused" Backport-of: ecc603ca9b441cbb7ad27fbc2529fcb0b1da1992 ! make/langtools/tools/javacserver/shared/PortFile.java Changeset: ea6b681c Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:11:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/ea6b681cbe0e7c0cc7d1b5fb4dcc2f82e40acf60 8334217: [AIX] Misleading error messages after JDK-8320005 Backport-of: 871362870ea8dc5f4ac186876e91023116891a5b ! src/hotspot/os/aix/os_aix.cpp ! src/hotspot/os/aix/porting_aix.cpp ! src/hotspot/os/aix/porting_aix.hpp Changeset: 97084b10 Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:14:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/97084b10039b54e521f9d5ee3d8f469a53d54196 8245545: Disable TLS_RSA cipher suites Backport-of: 882d6358074135b2c4fe21b32bd73f40022980bc ! src/java.base/share/conf/security/java.security ! test/jdk/javax/net/ssl/DTLS/CipherSuite.java ! test/jdk/javax/net/ssl/SSLEngine/Basics.java ! test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java ! test/jdk/javax/net/ssl/TLSv11/GenericBlockCipher.java ! test/jdk/javax/net/ssl/TLSv12/ProtocolFilter.java ! test/jdk/javax/net/ssl/ciphersuites/DisabledAlgorithms.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/TLSCipherSuitesOrder.java ! test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java ! test/jdk/sun/security/ssl/ClientHandshaker/LengthCheckTest.java ! test/jdk/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.java Changeset: 87d5a64c Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:24:34 +0000 URL: https://git.openjdk.org/jdk21u/commit/87d5a64ce25468721fdd6b146c016f07fcf04db2 8290043: serviceability/attach/ConcAttachTest.java failed "guarantee(!CheckJNICalls) failed: Attached JNI thread exited without being detached" Backport-of: 9b1bed0aa416c615a81d429e2f1f33bc4f679109 ! src/hotspot/share/prims/jni.cpp ! src/hotspot/share/runtime/javaThread.cpp ! src/hotspot/share/runtime/thread.cpp ! test/hotspot/jtreg/ProblemList.txt ! test/hotspot/jtreg/runtime/jni/terminatedThread/TestTerminatedThread.java Changeset: 48277018 Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:27:08 +0000 URL: https://git.openjdk.org/jdk21u/commit/48277018a5a3fe861ebe9bf0860a2809611fb66f 8338428: Add logging of final VM flags while setting properties Backport-of: bbd880775f73ac11dc2c86ec5b598bdb4305e699 ! test/hotspot/jtreg/TEST.ROOT ! test/jdk/TEST.ROOT Changeset: b50cfa64 Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:29:54 +0000 URL: https://git.openjdk.org/jdk21u/commit/b50cfa64296c8f85aa5ef277922bcc103229166f 8350813: Rendering of bulky sound bank from MIDI sequence can cause OutOfMemoryError Backport-of: fcc2a24291d499f7149debad1250903ddc369d91 ! src/java.desktop/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java + test/jdk/javax/sound/midi/BulkSoundBank/BulkSoundBank.java Changeset: a9e29683 Branch: master Author: Sergey Bylokhov Date: 2025-09-11 22:28:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/a9e2968300ae82d51ab489c3d088175ade78126e 8354873: javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI Backport-of: d80db00f8221b95ab767bb84d06b83a83ba4cd4c ! test/jdk/javax/swing/plaf/metal/MetalIconFactory/bug4952462.java Changeset: ae4ee164 Branch: master Author: John Jiang Date: 2025-09-12 01:49:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/ae4ee1644f7aefddc5fc883ba4df27f599a0cc0d 8364597: Replace THL A29 Limited with Tencent Reviewed-by: andrew Backport-of: 4c9eaddaef83c6ba30e27ae3e0d16caeeec206cb ! src/hotspot/cpu/x86/macroAssembler_x86_32_exp.cpp ! src/hotspot/cpu/x86/macroAssembler_x86_32_log.cpp ! src/hotspot/cpu/x86/macroAssembler_x86_32_pow.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_64_exp.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_64_log.cpp ! src/hotspot/cpu/x86/stubGenerator_x86_64_pow.cpp ! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp ! src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp ! test/hotspot/jtreg/compiler/arraycopy/TestIllegalArrayCopyBeforeInfiniteLoop.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex1.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex2.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegativeArrayCopyAfterLoop.java ! test/hotspot/jtreg/compiler/c1/TestRangeCheckEliminated.java ! test/hotspot/jtreg/compiler/c2/TestDuplicateSimpleLoopBackedge.java ! test/hotspot/jtreg/compiler/c2/cr6865031/Test.java ! test/hotspot/jtreg/compiler/c2/irTests/TestAutoVectorization2DArray.java ! test/hotspot/jtreg/compiler/compilercontrol/TestConflictInlineCommands.java ! test/hotspot/jtreg/compiler/debug/TraceIterativeGVN.java ! test/hotspot/jtreg/compiler/intrinsics/math/TestPow0Dot5Opt.java ! test/hotspot/jtreg/compiler/intrinsics/math/TestPow2Opt.java ! test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java ! test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnUnsupportedCPU.java ! test/hotspot/jtreg/compiler/jvmci/errors/TestInvalidTieredStopAtLevel.java ! test/hotspot/jtreg/compiler/loopopts/TestLoopEndNodeEliminate.java ! test/hotspot/jtreg/compiler/loopopts/TestLoopPredicateDep.java ! test/hotspot/jtreg/compiler/loopopts/TestSkeletonPredicateNegation.java ! test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java ! test/hotspot/jtreg/compiler/print/TestTraceOptoParse.java ! test/hotspot/jtreg/compiler/regalloc/TestGCMRecalcPressureNodes.java ! test/hotspot/jtreg/compiler/unsafe/TestMisalignedUnsafeAccess.java ! test/hotspot/jtreg/compiler/vectorapi/TestIntrinsicBailOut.java ! test/hotspot/jtreg/compiler/vectorapi/TestVectorErgonomics.java ! test/hotspot/jtreg/compiler/vectorapi/VectorReinterpretTest.java ! test/hotspot/jtreg/containers/docker/TestMemoryWithCgroupV1.java ! test/hotspot/jtreg/gtest/MetaspaceUtilsGtests.java ! test/hotspot/jtreg/runtime/cds/appcds/FillerObjectLoadTest.java ! test/jdk/java/lang/Thread/virtual/ParkWithFixedThreadPool.java ! test/jdk/javax/net/ssl/DTLS/DTLSNamedGroups.java ! test/jdk/javax/net/ssl/DTLS/DTLSSignatureSchemes.java ! test/jdk/javax/net/ssl/SSLException/CheckSSLHandshakeException.java ! test/jdk/javax/net/ssl/SSLException/CheckSSLKeyException.java ! test/jdk/javax/net/ssl/SSLException/CheckSSLPeerUnverifiedException.java ! test/jdk/javax/net/ssl/SSLException/CheckSSLProtocolException.java ! test/jdk/javax/net/ssl/SSLParameters/NamedGroups.java ! test/jdk/javax/net/ssl/SSLParameters/NamedGroupsSpec.java ! test/jdk/javax/net/ssl/SSLParameters/SignatureSchemes.java ! test/jdk/javax/net/ssl/ServerName/EndingDotHostname.java ! test/jdk/javax/net/ssl/templates/SSLExampleCert.java ! test/jdk/javax/security/auth/callback/PasswordCallback/CheckCleanerBound.java ! test/jdk/javax/security/auth/callback/PasswordCallback/PasswordCleanup.java ! test/jdk/jdk/internal/platform/docker/GetFreeSwapSpaceSize.java ! test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java ! test/jdk/sun/security/jgss/GssContextCleanup.java ! test/jdk/sun/security/jgss/GssNameCleanup.java ! test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS12.java ! test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS13.java ! test/micro/org/openjdk/bench/java/security/Signatures.java ! test/micro/org/openjdk/bench/vm/compiler/AutoVectorization2DArray.java ! test/micro/org/openjdk/bench/vm/compiler/LoopUnroll.java Changeset: 5776ee2a Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 08:58:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/5776ee2a54d8d19123c416ddd50997b5aa9fd648 8341138: Rename jtreg property docker.support as container.support Backport-of: 41ee582df8c65f2f26b21e46784cf0bc4ece0585 ! test/hotspot/jtreg/TEST.ROOT ! test/hotspot/jtreg/containers/docker/DockerBasicTest.java ! test/hotspot/jtreg/containers/docker/ShareTmpDir.java ! test/hotspot/jtreg/containers/docker/TestCPUAwareness.java ! test/hotspot/jtreg/containers/docker/TestCPUSets.java ! test/hotspot/jtreg/containers/docker/TestContainerInfo.java ! test/hotspot/jtreg/containers/docker/TestJFREvents.java ! test/hotspot/jtreg/containers/docker/TestJFRNetworkEvents.java ! test/hotspot/jtreg/containers/docker/TestJFRWithJMX.java ! test/hotspot/jtreg/containers/docker/TestJcmd.java ! test/hotspot/jtreg/containers/docker/TestJcmdWithSideCar.java ! test/hotspot/jtreg/containers/docker/TestLimitsUpdating.java ! test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java ! test/hotspot/jtreg/containers/docker/TestMisc.java ! test/hotspot/jtreg/containers/docker/TestPids.java ! test/jdk/TEST.ROOT ! test/jdk/jdk/internal/platform/docker/TestDockerBasic.java ! test/jdk/jdk/internal/platform/docker/TestDockerCpuMetrics.java ! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetrics.java ! test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java ! test/jdk/jdk/internal/platform/docker/TestLimitsUpdating.java ! test/jdk/jdk/internal/platform/docker/TestPidsLimit.java ! test/jdk/jdk/internal/platform/docker/TestSystemMetrics.java ! test/jdk/jdk/internal/platform/docker/TestUseContainerSupport.java ! test/jtreg-ext/requires/VMProps.java ! test/lib/jdk/test/lib/Container.java Changeset: 8e7ffeda Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:02:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/8e7ffeda908792ce5f4697af0897ec3848bf8d73 8337723: Remove redundant tests from com/sun/security/sasl/gsskerb Backport-of: f979f727b6137be9a3f85baed4fbfdd785970044 ! test/jdk/ProblemList.txt ! test/jdk/TEST.groups - test/jdk/com/sun/security/sasl/gsskerb/AuthOnly.java - test/jdk/com/sun/security/sasl/gsskerb/ConfSecurityLayer.java - test/jdk/com/sun/security/sasl/gsskerb/NoSecurityLayer.java - test/jdk/com/sun/security/sasl/gsskerb/PropertiesFileCallbackHandler.java - test/jdk/com/sun/security/sasl/gsskerb/gsseg_jaas.conf - test/jdk/com/sun/security/sasl/gsskerb/log.properties - test/jdk/com/sun/security/sasl/gsskerb/run-conf-wjaas.csh - test/jdk/com/sun/security/sasl/gsskerb/run-nosec-wjaas.csh - test/jdk/com/sun/security/sasl/gsskerb/runwjaas.csh ! test/jdk/sun/security/krb5/auto/SaslBasic.java Changeset: acd8209f Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:04:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/acd8209f1cff8b764c06c244d7252a2c7ad5a138 8204868: java/util/zip/ZipFile/TestCleaner.java still fails with "cleaner failed to clean zipfile." Backport-of: 3626ac35b34650dc64938af63ea21f9f4e011fe4 ! test/jdk/java/util/zip/ZipFile/TestCleaner.java Changeset: 2d25d872 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:06:47 +0000 URL: https://git.openjdk.org/jdk21u/commit/2d25d8728397593107d635d1879d25e25a9d714a 8219408: Tests should handle ${} in the view of jtreg "smart action" Backport-of: 353e1738f6eb9965571e1de881d209b698492e6e - test/jdk/com/sun/security/auth/login/ConfigFile/TEST.properties - test/jdk/java/security/Security/SecurityPropFile/TEST.properties - test/jdk/javax/security/auth/login/TEST.properties - test/jdk/sun/security/util/Resources/TEST.properties Changeset: 11c14cda Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:07:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/11c14cda2ace5165fcc036038f7a0f0ef00e256d 8351567: Jar Manifest test ValueUtf8Coding produces misleading diagnostic output Backport-of: ffa63409884e9a2d41f5223ab5962980edbb008c ! test/jdk/java/util/jar/Manifest/ValueUtf8Coding.java Changeset: ca1d7056 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:09:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/ca1d7056108653ecdf4a8019dd91554e37aa173b 8353585: Provide ChoiceFormat#parse(String, ParsePosition) tests Backport-of: fd2734e97d3ef505473938109746ae59d5fefca6 + test/jdk/java/text/Format/ChoiceFormat/ParseTest.java Changeset: 4f9c6fbb Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:15:02 +0000 URL: https://git.openjdk.org/jdk21u/commit/4f9c6fbb53736b0f3547d8bec510f19b94729ab3 8355558: SJIS.java test is always ignored Backport-of: c0dc31422d6e7435ad7abdb547dedcc50b7fc0c3 ! test/jdk/java/io/pathNames/win32/SJIS.java Changeset: 3641b5bf Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:17:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/3641b5bf001117866c7d6921ffcede44fd2d1bb5 8318730: MonitorVmStartTerminate.java still times out after JDK-8209595 Backport-of: 841989b2701b4ee0ec9be03d8007e6788edf56b4 ! test/jdk/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java Changeset: ad539eca Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:20:42 +0000 URL: https://git.openjdk.org/jdk21u/commit/ad539eca54c5bc9902db4ce8f48dcde3ee0a3afd 8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value Backport-of: 5faa55902211e5ad8edc51282022ed9db3684b25 ! test/jdk/java/io/File/MacPathTest.java ! test/jdk/java/io/File/MaxPath.java ! test/jdk/java/io/File/WinDeviceName.java ! test/jdk/java/io/File/WinMaxPath.java ! test/jdk/java/io/File/WinSpecialFiles.java ! test/jdk/java/io/FileOutputStream/ManyFiles.java Changeset: 7a2b349a Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:23:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/7a2b349a6428e2c8345f47c9dd6bb878af8002d4 8360478: libjsig related tier3 jtreg tests fail when asan is configured Backport-of: a23de2ec090628b52532ee5d9bd4364a97499f5b ! make/data/asan/asan_default_options.c Changeset: 0ec47087 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:26:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/0ec4708743cca64c4f51a8aa88956064e3ccee10 8361748: Enforce limits on the size of an XBM image Backport-of: c71be802b530034169d17325478dba6e2f1c3238 ! src/java.desktop/share/classes/sun/awt/image/XbmImageDecoder.java + test/jdk/java/awt/image/XBMDecoder/XBMDecoderTest.java + test/jdk/java/awt/image/XBMDecoder/invalid.xbm + test/jdk/java/awt/image/XBMDecoder/invalid_hex.xbm + test/jdk/java/awt/image/XBMDecoder/invalid_ht.xbm + test/jdk/java/awt/image/XBMDecoder/valid.xbm + test/jdk/java/awt/image/XBMDecoder/valid_hex.xbm Changeset: 6f11d32a Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-12 15:48:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/6f11d32a0cefb59e3890e2627f473db1cc804133 8346142: [perf] scalability issue for the specjvm2008::xml.validation workload Backport-of: 10d08dbc81aa14499410f0a7a64d0b3243b660f1 ! src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java Changeset: 52cd4fee Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-12 15:49:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/52cd4fee204c654fdb674af00c01b7bba39f8221 8311076: RedefineClasses doesn't check for ConstantPool overflow Backport-of: e33d8a219811930492e684e19a73dadb09590052 ! src/hotspot/share/prims/jvmtiRedefineClasses.cpp Changeset: a0b7f831 Branch: master Author: Satyen Subramaniam Date: 2025-09-12 16:28:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/a0b7f83197f357c39c660d876d98c7f2ea98d371 8354552: Open source a few Swing tests Backport-of: 31e293b0821b754f0fd0dd3a9d9143a0fd43a256 + test/jdk/javax/swing/JEditorPane/ScrollToReferenceTest/ScrollToReferenceTest.java + test/jdk/javax/swing/JEditorPane/ScrollToReferenceTest/test.html + test/jdk/javax/swing/JLabel/bug4106007.java + test/jdk/javax/swing/JLabel/bug4945795.java Changeset: 23836d5f Branch: master Author: Xiaolong Peng Committer: Victor Rudometov Date: 2025-09-12 16:54:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/23836d5f418c8e6cb8efb5b30995b5e648bc952d 8349705: java.net.URI.scanIPv4Address throws unnecessary URISyntaxException Backport-of: a90f323d05f1c90767823b8729b124de0bead265 ! src/java.base/share/classes/java/net/URI.java Changeset: 0f817dd0 Branch: master Author: Goetz Lindenmaier Date: 2025-09-13 06:09:07 +0000 URL: https://git.openjdk.org/jdk21u/commit/0f817dd01d62b73ac049d0496184a5628d116803 8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main Backport-of: 7cc1965a252347f37dca69859d5ecaf2b55020c6 - test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.html ! test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.java Changeset: 192abe9c Branch: master Author: Goetz Lindenmaier Date: 2025-09-13 06:13:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/192abe9c409c50053da94c955b6f27ffa0cf24b3 8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main Backport-of: fb8f2a0a929ebe7f65c69741712b89bbb403ade9 - test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.html ! test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java Changeset: fe640d89 Branch: master Author: SendaoYan Date: 2025-09-14 08:19:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/fe640d89459ef054b6a42ed565c3dcf1563bfcb4 8366558: Gtests leave /tmp/cgroups-test* files Backport-of: 49fd6a0cb4ddabaa865155bbfd4290077b7d13ea ! test/hotspot/gtest/runtime/test_cgroupSubsystem_linux.cpp Changeset: 74af8f5d Branch: master Author: SendaoYan Date: 2025-09-14 08:19:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/74af8f5d8a2dc9daf98c1f9ad8ff7b3033a48f12 8364786: Test java/net/vthread/HttpALot.java intermittently fails - 24999 handled, expected 25000 Backport-of: f83454cd61538b653656ccf81759b3cc7286ed67 ! test/jdk/java/net/vthread/HttpALot.java Changeset: 93e6b603 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:17:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/93e6b603ee3da52e058ef10f2fedb5f56461fd17 8331231: containers/docker/TestContainerInfo.java fails Backport-of: 0bf728212fb4bce067076780aaa5b9341d7cdb6b ! test/hotspot/jtreg/containers/docker/TestContainerInfo.java Changeset: 27475594 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:20:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/27475594ac4d5811658a5a8d8c9c59d7a2404c41 8324491: Keyboard layout didn't keep its state if it was changed when dialog was active Backport-of: 2be07b5f9d2f3f0b885feb08ff10a57824ea5748 ! src/java.desktop/windows/classes/sun/awt/windows/WInputMethod.java Changeset: 7fad4f86 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:23:37 +0000 URL: https://git.openjdk.org/jdk21u/commit/7fad4f864d68252ac6c4b1c1f8a630a0c15028c4 8340321: Disable SHA-1 in TLS/DTLS 1.2 handshake signatures Backport-of: dfa79c373097d17a347b7c17103c57e12f59dc67 ! src/java.base/share/classes/sun/security/ssl/SignatureScheme.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureDTLS12.java + test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureTLS12.java + test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureTLS13.java Changeset: b45e1a7d Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:26:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/b45e1a7db74dfad58c7d9922d998594f5df347db 8356040: java/util/PluggableLocale/LocaleNameProviderTest.java timed out Reviewed-by: mdoerr Backport-of: 32f67a3e38be807164435ea0841c01d2b7c73652 ! test/jdk/java/util/PluggableLocale/LocaleNameProviderTest.java Changeset: 1afb29ad Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:29:23 +0000 URL: https://git.openjdk.org/jdk21u/commit/1afb29ad5747baac9f165a8056d393df8de97c4a 8361447: [REDO] Checked version of JNI ReleaseArrayElements needs to filter out known wrapped arrays Reviewed-by: mdoerr Backport-of: f67e4354316dcec185eac66adec2395e20b62579 ! src/hotspot/share/memory/guardedMemory.cpp ! src/hotspot/share/memory/guardedMemory.hpp ! src/hotspot/share/prims/jniCheck.cpp ! test/hotspot/gtest/memory/test_guardedMemory.cpp + test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java + test/hotspot/jtreg/runtime/jni/checked/libCharArrayReleasing.c Changeset: 742e7e90 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:29:47 +0000 URL: https://git.openjdk.org/jdk21u/commit/742e7e90bb66c87b7570450e4a998d6fd7825e29 8325647: [IR framework] Only prints stdout if exitCode is 134 Backport-of: 3b271981662df2a7fdf04ffd75d017964425607c ! test/hotspot/jtreg/compiler/lib/ir_framework/driver/TestVMProcess.java Changeset: 1ae053ff Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:35:15 +0000 URL: https://git.openjdk.org/jdk21u/commit/1ae053ff4cb423dfd0e983386b9fb795a43a7bbb 8364235: Fix for JDK-8361447 breaks the alignment requirements for GuardedMemory Backport-of: 078d0d4968e26bb7a15417f1c4e891869c69dc6c ! src/hotspot/share/memory/guardedMemory.hpp Changeset: 4fdcf0e2 Branch: master Author: Satyen Subramaniam Date: 2025-09-15 16:31:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/4fdcf0e272c9d7cee304c1f17e65bf6b109de7ec 8367372: Test `test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java` fails on 32 bit systems Backport-of: 0f535aeb0ae2f7015300889a0ee9efbf10a15896 ! test/hotspot/jtreg/gc/TestObjectAlignmentCardSize.java Changeset: 9a8a68de Branch: master Author: Sergey Bylokhov Date: 2025-09-15 18:43:42 +0000 URL: https://git.openjdk.org/jdk21u/commit/9a8a68de31633f3885358198a22899e913926f65 8318850: Duplicate code in the LCMSImageLayout Backport-of: d2260146c9930002e430a874f2585d699dedc155 ! src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMSImageLayout.java + test/jdk/java/awt/image/BufferedImage/VerifyNumBands.java Changeset: b7e5f71a Branch: master Author: Rui Li Committer: Victor Rudometov Date: 2025-09-15 23:10:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/b7e5f71a8e79c28f23e9241e6643dad30b1daa5f 8347434: Richer VM operations events logging Backport-of: 85fdd2cc12660bef0d4334ef96afe1865ddd0c38 ! src/hotspot/share/runtime/vmThread.cpp Changeset: adbacf1e Branch: master Author: Rui Li Committer: Victor Rudometov Date: 2025-09-15 23:10:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/adbacf1e5c1c7b7c964479872d0472fcb0e3de29 8364198: NMT should have a better corruption message Reviewed-by: phh Backport-of: 2202156acc78d7d9ec128f8df5c09fcdff83697c ! src/hotspot/share/services/mallocHeader.inline.hpp ! test/hotspot/gtest/nmt/test_nmt_buffer_overflow_detection.cpp Changeset: 40d98b85 Branch: master Author: Jan Kratochvil Committer: Severin Gehwolf Date: 2025-09-16 09:11:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/40d98b8583b03c25621962abfbaaab48f6d98d46 8347377: Add validation checks for ICC_Profile header fields Co-authored-by: Anton Voznia Backport-of: ed8945a68a67dd51a7cfa332905941afccc12b36 ! src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java ! src/java.desktop/share/classes/java/awt/color/ICC_Profile.java + test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/ValidateICCHeaderData.java = test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/invalidSRGB.icc Changeset: 38c3f728 Branch: master Author: Goetz Lindenmaier Date: 2025-09-16 10:01:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/38c3f728c037d04380f2c388c9859fe031e0d4ea 8210807: Printing a JTable with a JScrollPane prints table without rows populated Backport-of: 95bd92a5601afdf02b9d62cab7dbae93f297df47 ! src/java.desktop/share/classes/javax/swing/JViewport.java ! src/java.desktop/share/classes/sun/swing/SwingUtilities2.java + test/jdk/javax/swing/JTable/JTableScrollPrintTest.java Changeset: e4bb47bc Branch: master Author: Goetz Lindenmaier Date: 2025-09-16 12:00:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/e4bb47bcbbfe55dee4825d00a5b5eb76125a6ef5 8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel Backport-of: 717a07b932e3dcabbad130d299b15cb963d50a67 ! src/java.desktop/share/classes/javax/swing/JViewport.java ! src/java.desktop/share/classes/sun/print/PathGraphics.java ! src/java.desktop/share/classes/sun/swing/SwingUtilities2.java ! test/jdk/javax/swing/JTable/JTableScrollPrintTest.java Changeset: 43c8c5cd Branch: master Author: Satyen Subramaniam Date: 2025-09-16 16:25:31 +0000 URL: https://git.openjdk.org/jdk21u/commit/43c8c5cd31c1a17d444d302a36983185099907e3 8354495: Open source several AWT DataTransfer tests Backport-of: 9c86ac27236a67ff7d84447821d89772b993f7e1 ! test/jdk/ProblemList.txt + test/jdk/java/awt/datatransfer/ClipboardPerformanceTest.java + test/jdk/java/awt/datatransfer/HTMLTransferConsoleOutputTest.java + test/jdk/java/awt/datatransfer/ImageTransferCrashTest.java Changeset: 83990968 Branch: master Author: Satyen Subramaniam Date: 2025-09-16 16:25:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/839909683ac4f3d93750e68818ba6d573be37b86 8353309: Open source several Swing text tests 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions Reviewed-by: serb Backport-of: 31a6de2e743923c92e976d5f5536120736d56029 + test/jdk/javax/swing/text/BoxView/BaselineTest.java + test/jdk/javax/swing/text/GlyphView/bug4188841.java + test/jdk/javax/swing/text/html/FormView/4473401/bug4473401.java = test/jdk/javax/swing/text/html/FormView/4473401/frame1.html = test/jdk/javax/swing/text/html/FormView/4473401/frame2.html + test/jdk/javax/swing/text/html/FormView/4473401/frameresult.html = test/jdk/javax/swing/text/html/FormView/4473401/frameset.html + test/jdk/javax/swing/text/html/FormView/bug4529702.java + test/jdk/javax/swing/text/html/FrameSetView/4890934/bug4890934.java + test/jdk/javax/swing/text/html/FrameSetView/4890934/frame1.html = test/jdk/javax/swing/text/html/FrameSetView/4890934/frame2.html = test/jdk/javax/swing/text/html/FrameSetView/4890934/frameresult.html = test/jdk/javax/swing/text/html/FrameSetView/4890934/frameset.html Changeset: f38f6109 Branch: master Author: Johannes Bechberger Committer: Aleksey Shipilev Date: 2025-09-17 08:00:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/f38f61099655f6b45ea5829b6c6e0f05f89c6a05 8325731: Installation instructions for Debian/Ubuntu don't mention autoconf Backport-of: c3c1cdd1b017654469f214c62457cde248474f2f ! doc/building.html ! doc/building.md Changeset: fdc30ac1 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:45:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/fdc30ac1b12301b1c90764a92702edc07e727272 8322135: Printing JTable in Windows L&F throws InternalError: HTHEME is null Backport-of: 21480a7ae8dce67cf3a844d8caafb0b96c37ac0e ! src/java.desktop/windows/classes/sun/awt/windows/ThemeReader.java ! test/jdk/javax/swing/JTable/JTableScrollPrintTest.java ! test/jdk/javax/swing/JTable/PrintAllPagesTest.java Changeset: 43c14277 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:48:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/43c14277bbfd4d8ff83d46f06620cb5548af2543 8338740: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes Backport-of: 4ca2c208ea2b308093b4a25b04a274f9b1ec6a1d ! test/jdk/java/net/httpclient/ProxyServer.java Changeset: 091aef46 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:51:36 +0000 URL: https://git.openjdk.org/jdk21u/commit/091aef468b21a97369d46cb91c9ea9322c9e57fb 8347143: [aix] Fix strdup use in os::dll_load Reviewed-by: jkern, mdoerr Backport-of: d5320197995bbd4423e660c61a4677428e70819c ! src/hotspot/os/aix/os_aix.cpp Changeset: a76241eb Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:54:09 +0000 URL: https://git.openjdk.org/jdk21u/commit/a76241eb88a4ccb29892f1352474876947180658 8277424: javax/net/ssl/TLSCommon/TLSTest.java fails with connection refused Backport-of: 6b553acbaace0a61203305f36f70bb74d14a234f ! test/jdk/javax/net/ssl/TLSCommon/TLSTest.java Changeset: 934544c1 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:56:57 +0000 URL: https://git.openjdk.org/jdk21u/commit/934544c18a9abb1a01aaa89a08d8090762a832c7 8356187: TestJcmd.java may incorrectly parse podman version Backport-of: 328715d84c0eafb4fe58d28b301138374ddac168 ! test/hotspot/jtreg/containers/docker/TestJcmd.java Changeset: 177c04a2 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:00:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/177c04a236168a6d06d19c5c426e8e088f407583 8230016: re-visit test sun/security/pkcs11/Serialize/SerializeProvider.java Backport-of: 470ffeedda45b6f75ce0c794a965428b7859be6f ! test/jdk/sun/security/pkcs11/Serialize/SerializeProvider.java Changeset: 8806409e Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:00:37 +0000 URL: https://git.openjdk.org/jdk21u/commit/8806409ea84e34e65120277e5af313d37d29b39c 8359182: Use @requires instead of SkippedException for MaxPath.java Backport-of: 5886ef728fc1efe43e90e056c03725c3ee982ad6 ! test/jdk/java/io/File/MaxPath.java Changeset: f95d26c8 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:03:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/f95d26c884bddbe5d4f02eb847303d112c5f28b1 8359449: [TEST] open/test/jdk/java/io/File/SymLinks.java Refactor extract method for Windows specific test Backport-of: 49a82d880636a632f4a3471b14b1b1b29ce1d5e6 ! test/jdk/java/io/File/SymLinks.java Changeset: cbed5544 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:06:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/cbed554416bdcb03c23e0e975ce66f50f3d0a343 8359428: Test 'javax/swing/JTabbedPane/bug4499556.java' failed because after selecting one of L&F items, the test case automatically failed when clicking on L&F Menu button again Backport-of: 2b94b70ef50675f7853c0cb6a61e60e6eb7d92ed ! test/jdk/javax/swing/JTabbedPane/bug4499556.java Changeset: d10148e2 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:08:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/d10148e2153744a9204100bb37d0315b8f65f236 8359687: Use PassFailJFrame for java/awt/print/Dialog/DialogType.java Backport-of: de34bb8e66253cef90ba79831dadec0252595b35 ! test/jdk/java/awt/print/Dialog/DialogType.java Changeset: 961e4b82 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:11:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/961e4b82eb95d96017e6f6af6c68a81dca043f40 8361754: New test runtime/jni/checked/TestCharArrayReleasing.java can cause disk full errors Backport-of: 2a53f5a5c2544d4f7a77186d99addae110b06bab ! test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java Changeset: 3c3ef7a7 Branch: master Author: Satyen Subramaniam Date: 2025-09-17 16:28:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/3c3ef7a7826f046e159a206cf1f7672279fef0f3 8353201: Open source Swing Tooltip tests - Set 2 Backport-of: e17c3994b8392357b0aacea0bae6b354a2cc90a5 + test/jdk/javax/swing/ToolTipManager/bug4250178.java + test/jdk/javax/swing/ToolTipManager/bug4294808.java + test/jdk/javax/swing/ToolTipManager/bug6178004.java Changeset: 3cb62b3f Branch: master Author: Satyen Subramaniam Date: 2025-09-17 16:28:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/3cb62b3f81ca38bfc156d970ad965f69b6c20f3e 8353011: Open source Swing JButton tests - Set 1 Backport-of: f7155183d7f7c6fcea2090f906de69e02973a6d9 + test/jdk/javax/swing/JButton/bug4151763.java + test/jdk/javax/swing/JButton/bug4415505.java + test/jdk/javax/swing/JButton/bug4978274.java + test/jdk/javax/swing/JRadioButton/bug4673850.java + test/jdk/javax/swing/JTable/bug4188504.java Changeset: 2c9bcd38 Branch: master Author: Sergey Bylokhov Date: 2025-09-18 07:09:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/2c9bcd38eb06768ff9cdf77b0c900b657f2e0f1d 8355561: [macos] Build failure with Xcode 16.3 Backport-of: 762423d64d10dcdb37800767d2b2f1b7757c804a ! src/java.desktop/macosx/native/libjsound/PLATFORM_API_MacOSX_Ports.cpp Changeset: 10df11a5 Branch: master Author: Goetz Lindenmaier Date: 2025-09-18 10:18:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/10df11a53aa01ac15386f072dd45fddc3bb03c17 8365913: Support latest MSC_VER in abstract_vm_version.cpp Backport-of: af532cc1b227c56cd03caca7d7558d58687d8584 ! src/hotspot/share/runtime/abstract_vm_version.cpp Changeset: 676b527d Branch: master Author: Satyen Subramaniam Date: 2025-09-18 16:28:31 +0000 URL: https://git.openjdk.org/jdk21u/commit/676b527d7a4e6e5044a2d0f85a377348cce68c1c 8352865: Open source several AWT TextComponent tests - Batch 2 Backport-of: 3d0feba00a1c1ef7627880859a093bb00eb8fc4c ! test/jdk/ProblemList.txt + test/jdk/java/awt/TextComponent/AltPlusNumberKeyCombinationsTest.java + test/jdk/java/awt/TextComponent/CorrectTextComponentSelectionTest.java + test/jdk/java/awt/TextComponent/SelectionAndCaretColor.java + test/jdk/java/awt/TextComponent/SelectionTest.java Changeset: ace635d9 Branch: master Author: Satyen Subramaniam Date: 2025-09-18 16:28:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/ace635d94578d575dd4cfe753cf89c28799e1d1e 8354451: Open source some more Swing popup menu tests Backport-of: 3e3dff6767f467b53c739c34b4350dd6840534a3 + test/jdk/javax/swing/JPopupMenu/bug4188832.java + test/jdk/javax/swing/JPopupMenu/bug4212464.java + test/jdk/javax/swing/JPopupMenu/bug4234793.java Changeset: ab5cf6f4 Branch: master Author: Aleksey Shipilev Date: 2025-09-19 07:34:07 +0000 URL: https://git.openjdk.org/jdk21u/commit/ab5cf6f46553c67020133fcd6c5307a8b7841436 8363966: GHA: Switch cross-compiling sysroots to Debian trixie Backport-of: 2a5f149bb8e26277778465fff670591c929842de ! .github/workflows/build-cross-compile.yml Changeset: 869ea416 Branch: master Author: Satyen Subramaniam Date: 2025-09-19 16:26:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/869ea416164b4515f69fe9d3c71a2b07a7e502fd 8353957: Open source several AWT ScrollPane tests - Batch 1 Backport-of: d1d7d2569c1745aef778c9b5a62c1bd50735e8a7 ! test/jdk/ProblemList.txt + test/jdk/java/awt/ScrollPane/ScrollPaneFlicker.java + test/jdk/java/awt/ScrollPane/ScrollPanePaint.java + test/jdk/java/awt/ScrollPane/ScrollPositionTest.java + test/jdk/java/awt/ScrollPane/ScrollbarsAsNeededTest.java Changeset: dfc02762 Branch: master Author: Satyen Subramaniam Date: 2025-09-19 16:29:36 +0000 URL: https://git.openjdk.org/jdk21u/commit/dfc02762c9f301ec0b67bfe330618f9ed81acee6 8352793: Open source several AWT TextComponent tests - Batch 1 Backport-of: f880fa91dce7b8844cfa4e95caa3a982e280165a + test/jdk/java/awt/TextComponent/BackgroundTest.java + test/jdk/java/awt/TextComponent/DisableTest.java + test/jdk/java/awt/TextComponent/ModifiersTest.java + test/jdk/java/awt/TextComponent/TextFieldMargin.java Changeset: b1d5f11f Branch: master Author: SendaoYan Date: 2025-09-22 03:22:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/b1d5f11fd189e4c742ee141d4bc764201b8895ea 8365834: Mark java/net/httpclient/ManyRequests.java as intermittent Backport-of: 09aad0aea8b9f9fda14c5b18ae67b30ffce817d9 ! test/jdk/java/net/httpclient/ManyRequests.java Changeset: b683857e Branch: master Author: Roman Marchenko Committer: Aleksey Shipilev Date: 2025-09-22 07:27:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/b683857ee35fc97f5b42661a1ea9967d9145e720 8365098: make/RunTests.gmk generates a wrong path to test artifacts on Alpine Backport-of: 41520998aa8808452ee384b213b2a77c7bad668d ! make/RunTests.gmk Changeset: 638f8617 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 10:16:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/638f8617e8f71efa5e23cd7f3a109128d9567a20 8356897: Update NSS library to 3.111 Backport-of: cabd7c1f7a8c471d5461e3557fb589fdfe4d88be ! test/jdk/sun/security/pkcs11/PKCS11Test.java Changeset: ae32eb57 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 10:32:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/ae32eb5789a30a3d5fdccc8fc7b19aef87159abb 8335986: Test javax/swing/JCheckBox/4449413/bug4449413.java fails on Windows 11 x64 because RBMenuItem's and CBMenuItem's checkmark on the left side are not visible Backport-of: c51bed739d97167ae768e204dd8666d078d2e607 ! test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java Changeset: 980b2e8a Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 10:34:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/980b2e8a6844817143020ebf088a87476d498511 8355478: DoubleActionESC.java fails intermittently Backport-of: d1052c70cbddb025e7f5b71bd61176e63277bba0 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/FileDialog/DoubleActionESC.java Changeset: db2a8bcd Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 10:36:15 +0000 URL: https://git.openjdk.org/jdk21u/commit/db2a8bcdd7cf3287a8765abdca5256dc7bfe7cd2 8360022: ClassRefDupInConstantPoolTest.java fails when running in repeat Backport-of: 566279af49a7cf47e6030222e989417855caf1a9 ! test/langtools/tools/javac/jvm/ClassRefDupInConstantPoolTest.java Changeset: f1a6543b Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 10:38:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/f1a6543bb6cfad5da4759210c198f43767884b1e 8305567: serviceability/tmtools/jstat/GcTest01.java failed utils.JstatGcResults.assertConsistency Backport-of: 310ef85667bdba3f984cb6327aee71cfaf91458b ! test/hotspot/jtreg/serviceability/tmtools/jstat/GarbageProducerTest.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/GcNewTest.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest01.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest02.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcCapacityTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcCauseTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcNewTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatResults.java + test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatTool.java Changeset: 2b9676a7 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:05:02 +0000 URL: https://git.openjdk.org/jdk21u/commit/2b9676a74934c9888eafd5349ff0e58e906ad04b 8362532: Test gc/g1/plab/* duplicate command-line options Backport-of: 13bab09bffc411dde324599c2e15852ef4b53d55 ! test/hotspot/jtreg/gc/g1/plab/TestPLABEvacuationFailure.java ! test/hotspot/jtreg/gc/g1/plab/lib/PLABUtils.java Changeset: 09f76d11 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:07:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/09f76d11e230387949acaa17177dd078373a6775 8362602: Add test.timeout.factor to CompileFactory to avoid test timeouts Backport-of: f8c8bcf4fd31509fdb40d32e8e16ba4fba1f987d ! test/hotspot/jtreg/compiler/lib/compile_framework/Compile.java Changeset: 512060c7 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:09:34 +0000 URL: https://git.openjdk.org/jdk21u/commit/512060c79d9a421d3e04a50ec83bbbb99aef1548 8358048: java/net/httpclient/HttpsTunnelAuthTest.java incorrectly calls Thread::stop Backport-of: d288ca28be7bfba3abe9f54cefbe53e73c25707e ! test/jdk/java/net/httpclient/HttpsTunnelAuthTest.java Changeset: 3b1087d7 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:12:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/3b1087d74541c58b10afc25ebf628e5104816e31 8360408: [TEST] Use @requires tag instead of exiting based on "os.name" property value for sun/net/www/protocol/file/FileURLTest.java Backport-of: d4705947d89509b235cf48328014331c9c6cee80 ! test/jdk/sun/net/www/protocol/file/FileURLTest.java Changeset: b7bb6fab Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:15:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/b7bb6fab6b8e5ed3b42507ce7d805303cdf4675f 8361298: SwingUtilities/bug4967768.java fails where character P is not underline Backport-of: 57553ca1dbc63e329116bc11764816a4c5ccb297 ! test/jdk/javax/swing/SwingUtilities/bug4967768.java Changeset: b33371b4 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:18:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/b33371b4631b22402aeba2f9d6853f697e6bf9b2 8365168: Use 64-bit aligned addresses for CK_ULONG access in PKCS11 native key code Backport-of: 640b71da48c41e1f216f6bee1e7871961322cf53 ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_keymgmt.c Changeset: 516688cf Branch: master Author: Satyen Subramaniam Date: 2025-09-22 16:30:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/516688cf3bcfc9345ba0aee964eb4ee812718af5 8353445: Open source several AWT Menu tests - Batch 1 Backport-of: 367bcc5df83722231106b635068a17f92404477b ! test/jdk/ProblemList.txt + test/jdk/java/awt/Menu/MenuActionEventTest.java + test/jdk/java/awt/Menu/MenuVisibilityTest.java + test/jdk/java/awt/Menu/RmInHideTest.java + test/jdk/java/awt/Menu/SetShortCutTest.java Changeset: 5a464d85 Branch: master Author: Sergey Bylokhov Date: 2025-09-22 19:42:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/5a464d856bea02898655b538b5fd1928e1ba69cd 8367131: Test com/sun/jdi/ThreadMemoryLeakTest.java fails on 32 bits Backport-of: fdc11a1569248c9b671b66d547b4616aeb953ecf ! test/jdk/com/sun/jdi/ThreadMemoryLeakTest.java Changeset: 64cc452e Branch: master Author: Satyen Subramaniam Date: 2025-09-23 01:38:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/64cc452e8a7c342044246ac1065b256ab03c50ef 8334756: javac crashed on call to non-existent generic method with explicit annotated type arg Backport-of: abcd23f4d65698f47fd79a95aed197a12edf2784 ! src/jdk.compiler/share/classes/com/sun/tools/javac/code/TypeAnnotations.java + test/langtools/tools/javac/annotations/typeAnnotations/CrashOnNonExistingMethodTest.java + test/langtools/tools/javac/annotations/typeAnnotations/CrashOnNonExistingMethodTest.out Changeset: 792970f5 Branch: master Author: Matthias Baesken Date: 2025-09-23 07:29:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/792970f50ade98f0f89c48d02963f1314362755f 8364199: Enhance list of environment variables printed in hserr/hsinfo file Backport-of: 812bd8e94d22f9751651e28a2ef8affdf6a33220 ! src/hotspot/share/utilities/vmError.cpp Changeset: 129eb4e3 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 07:44:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/129eb4e30f25b2be10b4d030beb4cd59c00b4a7f 8139228: JFileChooser renders file names as HTML document Backport-of: 917c1546f353c2814de8465d1dfad66b01561f12 ! src/java.desktop/macosx/classes/com/apple/laf/AquaFileChooserUI.java ! src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java ! src/java.desktop/share/classes/javax/swing/JFileChooser.java ! src/java.desktop/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java ! src/java.desktop/share/classes/sun/swing/FilePane.java ! src/java.desktop/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsFileChooserUI.java + test/jdk/javax/swing/JFileChooser/HTMLFileName.java Changeset: 771f277d Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 07:46:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/771f277da2259a745662c4bbec26400879226300 8354646: java.awt.TextField allows to identify the spaces in a password when double clicked at the starting and end of the text Backport-of: 8d33ea7395e5dd504b899d8972617f6696546d84 ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicPasswordFieldUI.java ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextUI.java ! src/java.desktop/share/classes/javax/swing/plaf/synth/SynthPasswordFieldUI.java ! test/jdk/java/awt/TextField/SetEchoCharWordOpsTest.java + test/jdk/javax/swing/plaf/basic/BasicTextUI/PasswordSelectionWordTest.java Changeset: 4cd7221f Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 07:50:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/4cd7221fa9c3ae7097cd95c5e462b8e1a9c65e51 8361314: Test serviceability/jvmti/VMEvent/MyPackage/VMEventRecursionTest.java FATAL ERROR in native method: Failed during the GetClassSignature call Backport-of: 8c00c374ec3e5ae2db3c35a970f6c7a691ae274e ! test/hotspot/jtreg/serviceability/jvmti/VMEvent/libVMEventTest.c Changeset: 7645c1cd Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 07:55:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/7645c1cd29a729da302a321a970fc139eee8d98b 8358532: JFileChooser in GTK L&F still displays HTML filename Backport-of: 6fe9143bbbe269af62d2084834fc0c9afc51b5f3 ! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java ! test/jdk/javax/swing/JFileChooser/HTMLFileName.java Changeset: ce9e6fed Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 07:57:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/ce9e6fedf38249563f0341704fff61079740c566 8361751: Test sun/tools/jcmd/TestJcmdSanity.java timed out on Windows Backport-of: a3843e8e6e189447e554759c3ba672530f8c7329 ! test/jdk/sun/tools/jcmd/JcmdBase.java Changeset: dbb43271 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 08:00:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/dbb432712be58fa3ea735fbbda132687311281bb 8360411: [TEST] open/test/jdk/java/io/File/MaxPathLength.java Refactor extract method to encapsulate Windows specific test logic Backport-of: 016694bf74f6920f850330e353df9fd03458cca1 ! test/jdk/java/io/File/MaxPathLength.java Changeset: 43c84df4 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 08:02:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/43c84df4a3d73ca3b0aeddc738d2e2f0e9f5145a 8364484: misc tests fail with Received fatal alert: handshake_failure Backport-of: 724e8c076e1aed05de893ef9366af0e62cc2ac2b ! test/jdk/javax/management/security/SecurityTest.java Changeset: 1bfd0492 Branch: master Author: Matthias Baesken Date: 2025-09-23 09:17:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/1bfd0492b618fff510576a5360398a25ddfdab07 8364996: java/awt/font/FontNames/LocaleFamilyNames.java times out on Windows Backport-of: 15e8609a2c3d246e89cfb349cbd21777bc471bae ! test/jdk/java/awt/font/FontNames/LocaleFamilyNames.java Changeset: 3e41a78d Branch: master Author: Francisco Ferrari Bihurriet Committer: Severin Gehwolf Date: 2025-09-23 14:23:29 +0000 URL: https://git.openjdk.org/jdk21u/commit/3e41a78da726325cfac10a22ab10195aa7b6ba03 8339280: jarsigner -verify performs cross-checking between CEN and LOC 8353299: VerifyJarEntryName.java test fails 8367782: VerifyJarEntryName.java: Fix modifyJarEntryName to operate on bytes and re-introduce verifySignatureEntryName Reviewed-by: sgehwolf, abakhtin Backport-of: bbd5b174c50346152a624317b6bd76ec48f7e551 ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java ! src/jdk.jartool/share/man/jarsigner.1 + test/jdk/sun/security/tools/jarsigner/VerifyJarEntryName.java Changeset: 49f10813 Branch: master Author: Sergey Bylokhov Date: 2025-09-23 17:21:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/49f108130b3f64a491bf364324936876afaf4b39 8366208: Unexpected exception in sun.java2d.cmm.lcms.LCMSImageLayout Backport-of: 12e6a0b6d0086caf156cf5513a604320c619b856 ! src/java.desktop/share/classes/sun/java2d/cmm/lcms/LCMSImageLayout.java + test/jdk/sun/java2d/cmm/ColorConvertOp/FilterSemiCustomImages.java Changeset: 89bd3fc6 Branch: master Author: Goetz Lindenmaier Date: 2025-09-24 07:58:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/89bd3fc6a160f395c262cf6dbcc66b3f0cdd6014 Merge Changeset: a908bb4d Branch: master Author: Daniel Hu <92710734+cost0much at users.noreply.github.com> Committer: Aleksey Shipilev Date: 2025-09-25 11:50:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/a908bb4d0da3f924ffc78a65257da68f027f8e88 8320577: Improve MessageHeader's toString() function to make HttpURLConnection's debug log readable Backport-of: aac43184319d852eb792c83dfb52d74a3126108d ! src/java.base/share/classes/sun/net/www/MessageHeader.java Changeset: 42cccb1e Branch: master Author: Goetz Lindenmaier Date: 2025-09-26 08:02:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/42cccb1e7294b54ac837b240a0ed9e629faa5ed3 8319570: Change to GCC 13.2.0 for building on Linux at Oracle Reviewed-by: mdoerr, phh Backport-of: 1802cb566e956febebc181da26a666bea4942e87 ! doc/building.html ! doc/building.md ! make/conf/jib-profiles.js ! make/devkit/Tools.gmk Changeset: 7b94338f Branch: master Author: Goetz Lindenmaier Date: 2025-09-26 08:04:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/7b94338f7b8c23265a916adf989e1e2c64ae2769 8357561: BootstrapLoggerTest does not work on Ubuntu 24 with LANG de_DE.UTF-8 Reviewed-by: rrich Backport-of: 670ef8cc52e6eb068ca6968142629abc1c424571 ! test/jdk/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerTest.java ! test/jdk/java/util/logging/LocalizedLevelName.java ! test/jdk/java/util/logging/SimpleFormatterFormat.java ! test/jdk/sun/util/logging/SourceClassName.java Changeset: 8462e57f Branch: master Author: Goetz Lindenmaier Date: 2025-09-26 08:08:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/8462e57fad85466bbe3e5d82b4e77bfdb76700e7 8362207: Add more test cases for possible double-rounding in fma Reviewed-by: rrich Backport-of: 6e368e0c696bc9b2118014937aa2e091ea662985 ! test/jdk/java/lang/Math/FusedMultiplyAddTests.java Changeset: 5827684a Branch: master Author: Satyen Subramaniam Date: 2025-09-26 16:41:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/5827684a07201a132d6c6f46fffe8e321a187244 8354248: Open source several AWT GridBagLayout and List tests Backport-of: 6a310613392b9d619ae1bbe3e663cb4a022165d9 ! test/jdk/ProblemList.txt + test/jdk/java/awt/GridBagLayout/ComponentShortage.java + test/jdk/java/awt/List/ListScrollbarCursorTest.java + test/jdk/java/awt/List/ListScrollbarTest.java Changeset: ddda5e12 Branch: master Author: Daniel Hu <92710734+cost0much at users.noreply.github.com> Committer: Paul Hohensee Date: 2025-09-26 22:07:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/ddda5e121b3cebe569b8a0b98e755c85076e1a90 8321183: Incorrect warning from cds about the modules file Backport-of: fd31f6a1663de0e06accdf015a71086346aa0d98 ! src/hotspot/share/cds/filemap.cpp ! test/hotspot/jtreg/runtime/cds/appcds/WrongClasspath.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/MainModuleOnly.java ! test/hotspot/jtreg/runtime/cds/appcds/dynamicArchive/WrongTopClasspath.java ! test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/MainModuleOnly.java Changeset: 574990fe Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-29 17:25:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/574990fe5298749832e116c9b5dbf9ba8ad149ad 8320049: PKCS10 would not discard the cause when throw SignatureException on invalid key Backport-of: 2c4c6c9ba3f4682e3696ecdd9aea1905443785fa ! src/java.base/share/classes/sun/security/pkcs10/PKCS10.java Changeset: f47a3506 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-29 17:25:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/f47a3506b908c926353c42e02b1c86d00ce8520c 8347277: java/awt/Focus/ComponentLostFocusTest.java fails intermittently Backport-of: e2a503e26ee2a3c428c5db0cd4cbe71cdc7d837f ! test/jdk/java/awt/Focus/ComponentLostFocusTest.java Changeset: 20d362c5 Branch: master Author: Matthias Baesken Date: 2025-10-01 14:05:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/20d362c578d91231d7ae11eb6097684463682420 8361871: [GCC static analyzer] complains about use of uninitialized value ckpObject in p11_util.c Backport-of: 518d5f4bbb78ae35db793d7fd15b3cd35c881664 ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c Changeset: 3c13123c Branch: master Author: Satyen Subramaniam Date: 2025-10-01 16:31:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/3c13123c3c1cfa47534b4b8c32067a5559ad31ce 8353958: Open source several AWT ScrollPane tests - Batch 2 Backport-of: e00355a036936c5290cf8d85fd3c4f743b0ad23a ! test/jdk/ProblemList.txt + test/jdk/java/awt/ScrollPane/ScrollPaneAsNeededTest.java + test/jdk/java/awt/ScrollPane/ScrollPaneComponentTest.java + test/jdk/java/awt/ScrollPane/ScrollPaneEventType.java + test/jdk/java/awt/ScrollPane/ScrollPaneSize.java + test/jdk/java/awt/ScrollPane/ScrollPanechildViewportTest.java Changeset: 04046b18 Branch: master Author: Satyen Subramaniam Date: 2025-10-01 16:31:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/04046b185003a99e93905d54964b7018ae892147 8328247: Remove redundant dir for tests converted from applet to main Backport-of: ece4124f25f676da9bf2d1b7fd8e4394dd7d31af = test/jdk/javax/swing/JFileChooser/FileFilterDescription.java = test/jdk/javax/swing/JFileChooser/bug6798062.java = test/jdk/javax/swing/JInternalFrame/bug6726866.java Changeset: 48509ab3 Branch: master Author: Goetz Lindenmaier Date: 2025-10-01 21:48:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/48509ab37ebd08890f1c5ed98c5a2d8a86dd319b Merge Changeset: e2a9bb18 Branch: master Author: Christoph Langer Date: 2025-10-02 12:57:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/e2a9bb18c9724b6ca31239ef6899bd925760e585 8346875: Test jdk/jdk/jfr/event/os/TestCPULoad.java fails on macOS Backport-of: a3eef6c2416eb0e02fbd154d84c98b12bcb66e97 ! test/jdk/jdk/jfr/event/os/TestCPULoad.java Changeset: 2d017610 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-02 16:55:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/2d017610815b25878943393e1157e89becf7681f 8360178: TestArguments.atojulong gtest has incorrect format string Backport-of: 878497fb85b9f7d066829b745324028f9f8cdc60 ! test/hotspot/gtest/runtime/test_arguments.cpp Changeset: ca626569 Branch: master Author: Satyen Subramaniam Date: 2025-10-02 18:05:07 +0000 URL: https://git.openjdk.org/jdk21u/commit/ca626569b1b3bfae9513b1d31e72fd13ff6fa84e 8354701: Open source few JToolTip tests Backport-of: f98af0ad617a445362859e58af48258bfd5bed03 + test/jdk/javax/swing/JToolTip/TooltipTest.java + test/jdk/javax/swing/JToolTip/bug4225314.java + test/jdk/javax/swing/JToolTip/bug4255441.java Changeset: 867b4179 Branch: master Author: Satyen Subramaniam Date: 2025-10-02 18:05:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/867b4179409feb8e5acc4ba3c4ba1ea66768edfd 8355333: Some Problem list entries point to non-existent / wrong files Backport-of: 32a597b36f994d6e720e0576ad110dac4a5304fe ! test/jdk/ProblemList.txt Changeset: 98eb9baf Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-02 21:09:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/98eb9bafa5f8336349994329f3076cd7e79d70f8 8365919: Replace currentTimeMillis with nanoTime in Stresser.java Backport-of: 0ca38bdc4d503158fda57bbc8bc9adc420628079 ! test/hotspot/jtreg/vmTestbase/nsk/share/test/Stresser.java Changeset: a4ae3e9d Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-02 21:10:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/a4ae3e9d95af01e01fef6f04b252cddd8b613173 8363720: Follow up to JDK-8360411 with post review comments Backport-of: a5e0c9d0c52e028321bb38e471ce98e389e67fe1 ! test/jdk/java/io/File/MaxPathLength.java Changeset: a8ea7e79 Branch: master Author: SendaoYan Date: 2025-10-04 13:31:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/a8ea7e79cd7ae5fff3e228d0371a6ef16abe82e7 8333200: Test containers/docker/TestPids.java fails Limit value -1 is not accepted as unlimited Backport-of: 7ab74c5f268dac82bbd36355acf8e4f3d357134c ! test/hotspot/jtreg/containers/docker/TestPids.java Changeset: 888901f9 Branch: master Author: Sergey Bylokhov Date: 2025-10-04 20:56:40 +0000 URL: https://git.openjdk.org/jdk21u/commit/888901f9307259534bdbe4dbd8a3c184ca56b5c4 8362204: test/jdk/sun/awt/font/TestDevTransform.java fails on Ubuntu 24.04 Backport-of: 89af6e13f2354d6e32872791d157144cd478a88f ! test/jdk/sun/awt/font/TestDevTransform.java Changeset: a773fb61 Branch: master Author: Sergey Bylokhov Date: 2025-10-05 21:05:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/a773fb6167835c876acbd1e46e29cb8bd04f9e64 8367017: Remove legacy checks from WrappedToolkitTest and convert from bash Backport-of: e1071797a4f0ab1a6af29824a777a7800d729b0e ! test/jdk/java/awt/Toolkit/Headless/WrappedToolkitTest/TestWrapped.java - test/jdk/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Changeset: ee59cd68 Branch: master Author: Satyen Subramaniam Date: 2025-10-06 16:10:37 +0000 URL: https://git.openjdk.org/jdk21u/commit/ee59cd680d2f6db25bd24b398832415a2d5ca484 8353586: Open source several toolkit tests Backport-of: 2ba80d2403f749a7d8d4e64139b796737bbb62bf + test/jdk/java/awt/Toolkit/DesktopProperties/DesktopPropertyTest.java + test/jdk/java/awt/Toolkit/TimeUnsignedConversionTest.java Changeset: 8a60781e Branch: master Author: Matthias Baesken Date: 2025-10-07 12:06:03 +0000 URL: https://git.openjdk.org/jdk21u/commit/8a60781e73c9398923ce5b33c244fdcdfa1d1704 8361868: [GCC static analyzer] complains about missing calloc - NULL checks in p11_util.c Backport-of: 1cde536b98f2ebde0c18c65dcbf26254ed402776 ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c Changeset: 46de7afe Branch: master Author: Matthias Baesken Date: 2025-10-07 12:10:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/46de7afe1eade10f4acad08c98904d746547c314 8363676: [GCC static analyzer] missing return value check of malloc in OGLContext_SetTransform Backport-of: d25ad881ebfec40ca6b0a73f78d1f9d2cb722e01 ! src/java.desktop/share/native/common/java2d/opengl/OGLContext.c Changeset: 36d5f7e0 Branch: master Author: Matthias Baesken Date: 2025-10-07 12:17:36 +0000 URL: https://git.openjdk.org/jdk21u/commit/36d5f7e0ef33f5fbc627773a4694e7656e73d54c 8365240: [asan] exclude some tests when using asan enabled binaries Backport-of: d78fa5a9f6254e2e93e75c693efba75e09736749 ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.java ! test/jdk/tools/launcher/TooSmallStackSize.java Changeset: f2474dfd Branch: master Author: Matthias Baesken Date: 2025-10-07 12:44:09 +0000 URL: https://git.openjdk.org/jdk21u/commit/f2474dfd045952e34153bead436def7c82608429 8366092: [GCC static analyzer] UnixOperatingSystem.c warning: use of uninitialized value 'systemTicks' Backport-of: a6e2a329a07c71582ac696809fb5349c6a0b681c ! src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c Changeset: ccfe9c58 Branch: master Author: Satyen Subramaniam Date: 2025-10-08 01:49:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/ccfe9c5873143dda0e1d30739310f40daf3c4deb 8353483: Open source some JProgressBar tests Backport-of: 46a6fc84ef17f38eedd49f59a3c05f7c95fe23bc + test/jdk/javax/swing/JProgressBar/RightLeftOrientation.java + test/jdk/javax/swing/JProgressBar/bug4230391.java + test/jdk/javax/swing/JProgressBar/bug4393042.java + test/jdk/javax/swing/JProgressBar/bug5003022.java Changeset: 4d0efce6 Branch: master Author: Satyen Subramaniam Date: 2025-10-08 01:49:31 +0000 URL: https://git.openjdk.org/jdk21u/commit/4d0efce60d06fca011bf42781cbfe5652e17a6ed 8353592: Open source several scrollbar tests Backport-of: 5280b7b031bb3dc44fb923c3be7ae04ec22fd364 + test/jdk/java/awt/Scrollbar/ListScrollbarTest.java + test/jdk/java/awt/Scrollbar/ScrollbarCtrlClickTest.java + test/jdk/java/awt/Scrollbar/UnitIncrementTest.java Changeset: 9a19496b Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 06:46:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/9a19496bd62b9db75dd498f205a1b4a067e3be3f 8310049: Refactor Charset tests to use JUnit Backport-of: 09174e0c994dfb19fd09f551720c13c6479812d4 ! test/jdk/java/nio/charset/Charset/AvailableCharsetNames.java ! test/jdk/java/nio/charset/Charset/CharsetContainmentTest.java ! test/jdk/java/nio/charset/Charset/Contains.java - test/jdk/java/nio/charset/Charset/EmptyCharsetName.java ! test/jdk/java/nio/charset/Charset/EncDec.java ! test/jdk/java/nio/charset/Charset/IllegalCharsetName.java ! test/jdk/java/nio/charset/Charset/NullCharsetName.java ! test/jdk/java/nio/charset/Charset/RegisteredCharsets.java Changeset: 9cf9fca2 Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 06:50:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/9cf9fca2f01b48c48aaa8e6eaa7e1d940727e58b 8349188: LineBorder does not scale correctly Backport-of: 24117c6e9aa862bad839e93eff70810a75605ac5 ! src/java.desktop/share/classes/javax/swing/border/LineBorder.java ! test/jdk/javax/swing/border/LineBorder/ScaledLineBorderTest.java ! test/jdk/javax/swing/border/LineBorder/ScaledTextFieldBorderTest.java Changeset: 353cba9f Branch: master Author: Matthias Baesken Date: 2025-10-08 08:15:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/353cba9f4d498fdee43c10ae85077ef38c056646 8364514: [asan] runtime/jni/checked/TestCharArrayReleasing.java heap-buffer-overflow Backport-of: 67ba8b45dd632c40d5e6872d2a6ce24f86c22152 ! test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java Changeset: 6c3d3ba6 Branch: master Author: Matthias Baesken Date: 2025-10-08 08:22:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/6c3d3ba6e27f1cf3e143663688c11367724fdea5 8365487: [asan] some oops (mode) related tests fail Backport-of: 98f54d90ea56f63c2fc5137af98b57dbc90fe150 ! test/hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java ! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWith32BitOops.java ! test/jdk/jdk/jfr/event/gc/configuration/TestGCHeapConfigurationEventWithZeroBasedOops.java Changeset: ec152d94 Branch: master Author: William Kemper Committer: Aleksey Shipilev Date: 2025-10-08 09:20:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/ec152d943634f3394708c2f287f30d60b4f152db 8360288: Shenandoah crash at size_given_klass in op_degenerated Reviewed-by: phh Backport-of: 3b44d7bfa4d78e3ec715fce1863e052852f33180 ! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp Changeset: 859fcefd Branch: master Author: Sergey Chernyshev Committer: Aleksey Shipilev Date: 2025-10-08 09:22:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/859fcefd77df95402bb22975c258eaea450d13c7 8343191: Cgroup v1 subsystem fails to set subsystem path Backport-of: de29ef3bf3a029f99f340de9f093cd20544217fd ! src/hotspot/os/linux/cgroupUtil_linux.cpp ! src/hotspot/os/linux/cgroupV1Subsystem_linux.cpp ! src/hotspot/os/linux/cgroupV2Subsystem_linux.cpp ! src/java.base/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1SubsystemController.java ! test/hotspot/gtest/runtime/test_cgroupSubsystem_linux.cpp + test/hotspot/jtreg/containers/docker/TestMemoryWithSubgroups.java ! test/jdk/jdk/internal/platform/cgroup/CgroupV1SubsystemControllerTest.java ! test/jdk/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java + test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetricsSubgroup.java Changeset: d2976226 Branch: master Author: Timofei Pushkin Committer: Paul Hohensee Date: 2025-10-08 15:41:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/d29762266330884a9e037b5744751690d773ab37 8315130: java.lang.IllegalAccessError when processing classlist to create CDS archive Reviewed-by: iklam Backport-of: 46a12e781edcbe9da7bd39eb9e101fc680053cef ! src/hotspot/share/cds/classListParser.cpp ! src/hotspot/share/cds/classListParser.hpp ! src/hotspot/share/cds/unregisteredClasses.cpp ! src/hotspot/share/cds/unregisteredClasses.hpp ! src/hotspot/share/classfile/systemDictionaryShared.cpp ! src/hotspot/share/classfile/systemDictionaryShared.hpp ! src/java.base/share/classes/jdk/internal/misc/CDS.java + test/hotspot/jtreg/runtime/cds/appcds/customLoader/DifferentSourcesTest.java + test/hotspot/jtreg/runtime/cds/appcds/customLoader/RegUnregSuperTest.java + test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/CustomLoadee5.java + test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/CustomLoadee5Child.java + test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/DifferentSourcesApp.java + test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/RegUnregSuperApp.java Changeset: 77a30729 Branch: master Author: Sergey Chernyshev Committer: Severin Gehwolf Date: 2025-10-09 08:16:16 +0000 URL: https://git.openjdk.org/jdk21u/commit/77a30729797f8f8afb1068f1573b6c6c18cd9dfc 8351382: New test containers/docker/TestMemoryWithSubgroups.java is failing Backport-of: 46b3d1d8cfd03e01d993be19d725cdbcafef7865 ! test/hotspot/jtreg/containers/docker/TestMemoryWithSubgroups.java Changeset: 89253576 Branch: master Author: Sergey Chernyshev Committer: Severin Gehwolf Date: 2025-10-10 08:17:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/89253576cac59d485fa1d73f68148ee29bf9305e 8352926: New test TestDockerMemoryMetricsSubgroup.java fails 8360533: ContainerRuntimeVersionTestUtils fromVersionString fails with some docker versions Reviewed-by: shade Backport-of: 9ca1004e76a614328cd2eb7546143839c4d2f810 ! test/hotspot/jtreg/containers/docker/TestMemoryWithSubgroups.java ! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetricsSubgroup.java + test/lib/jdk/test/lib/containers/docker/ContainerRuntimeVersionTestUtils.java Changeset: be1156da Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:13:23 +0000 URL: https://git.openjdk.org/jdk21u/commit/be1156dae1f413af607b0396a05b9f85e725faea 8346234: javax/swing/text/DefaultEditorKit/4278839/bug4278839.java still fails in CI Backport-of: 466c00ac88569d145a47845b2c9a2522a1649889 ! test/jdk/javax/swing/text/DefaultEditorKit/4278839/bug4278839.java Changeset: 830a186e Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:16:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/830a186e1ccf04174437d9338588535212c77e08 8350102: Decouple jpackage test-lib Executor.Result and Executor classes Backport-of: 3487f8cbd55b06d332d897a010ae8eb371dd4956 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Executor.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java Changeset: 07afa848 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:18:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/07afa84876bf3f22bad5730be5abd3ba05857495 8297531: sun/security/krb5/MicroTime.java fails with "Exception: What? only 100 musec precision?" Backport-of: 0753376b0c3d0d98e3db14d26020b23822176557 ! test/jdk/sun/security/krb5/MicroTime.java Changeset: e9eeb971 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:21:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/e9eeb971b9f66ca2c3bc9654b2cbc5fae0ed5ed6 8349534: Refactor jdk/sun/security/krb5/runNameEquals.sh to java test Backport-of: 0e223f1456c14efdb423595bee3444d5e26db7c6 ! test/jdk/sun/security/krb5/Krb5NameEquals.java - test/jdk/sun/security/krb5/runNameEquals.sh Changeset: 51462e52 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:23:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/51462e52167f9aedaf4752130487305aee196c7a 8354235: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: 7b317623756d3e21d029bcded8a5e15de070a0c9 ! test/jdk/javax/net/ssl/templates/SSLSocketTemplate.java Changeset: 05733eee Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:25:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/05733eee1ecc7bdfbdfee5be324974defbcdd8b4 8356752: Log mouse enter and exit events for debugging Backport-of: ab8c808ed8ebec4f70141ee31fbaf312fccf7fa4 ! test/jdk/java/awt/List/ListEnterExitTest.java Changeset: 7f776604 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:28:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/7f7766046f6f4cc600b39435aff0928a5828eaea 8357799: Improve instructions for JFileChooser/HTMLFileName.java Backport-of: 53a83d15a1b5686ed0f2aeb3d30cd46b73f80733 ! test/jdk/javax/swing/JFileChooser/HTMLFileName.java Changeset: d21d952f Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:43:18 +0000 URL: https://git.openjdk.org/jdk21u/commit/d21d952f74c237d387c413dd55d3333cf25c1e2c 8361253: CommandLineOptionTest library should report observed values on failure Backport-of: f153e415d740f4ede272929171e9bb3e73ddbe1c ! test/lib/jdk/test/lib/cli/CommandLineOptionTest.java Changeset: 7a85f612 Branch: master Author: Liam Miller-Cushon Committer: Aleksey Shipilev Date: 2025-10-10 10:21:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/7a85f61204067e9b6d5a3fe6fc7ee549fc8928fe 8342934: TYPE_USE annotations printed with error causing "," in toString output Backport-of: ff165f9f0cf519144d7361b766bcce53d04c518e ! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Type.java ! test/langtools/tools/javac/processing/model/type/AnnotatedTypeToString/AnnotatedTypeToString.java ! test/langtools/tools/javac/processing/model/type/AnnotatedTypeToString/Test.java Changeset: 0e679882 Branch: master Author: Satyen Subramaniam Date: 2025-10-10 16:38:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/0e6798820241306bcb4efe7d2241ea3c999d96b6 8354561: Open source several swing tests batch0 Backport-of: a4c5ed8144376f7ba0d2cb992da63b3e53d51f8b + test/jdk/javax/swing/JComboBox/bug4139900.java + test/jdk/javax/swing/JComboBox/bug4174876.java + test/jdk/javax/swing/JComboBox/bug4474400.java + test/jdk/javax/swing/border/TransparentTitleTest.java Changeset: f84d7696 Branch: master Author: Satyen Subramaniam Date: 2025-10-10 16:39:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/f84d76961ca3d1676263246494cfd0704406abb9 8354928: Clean up and open source some miscellaneous AWT tests Backport-of: 1b8f760d1b60e63c1391dcad42753a7ebb3f80ec + test/jdk/java/awt/event/InputEvent/InputEventTimeTest.java + test/jdk/java/awt/event/MouseWheelEvent/HWWheelScroll.java + test/jdk/java/awt/event/MouseWheelEvent/WheelEventCoord.java + test/jdk/java/awt/event/MouseWheelEvent/WheelScrollEnabled.java Changeset: d3facda8 Branch: master Author: SendaoYan Date: 2025-10-13 09:34:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/d3facda853ef22472f8be396c66c69c287a76adf 8366359: Test should throw SkippedException when there is no lpstat Backport-of: f23c150709fbd6d9b84261a7c99b67d7d08334b9 ! test/jdk/javax/print/PrintServiceLookup/CountPrintServices.java Changeset: 222ada98 Branch: master Author: Christoph Langer Date: 2025-10-13 12:02:30 +0000 URL: https://git.openjdk.org/jdk21u/commit/222ada98eef5ff04b5b6915af0d717bed18f657b 8344577: Virtual thread tests are timing out on some macOS systems 8344143: Test jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java timed out on macosx-x64 Reviewed-by: mbaesken Backport-of: a032de2904baf83143415858ed7191549c659035 ! test/jdk/java/lang/Thread/virtual/stress/GetStackTraceALotWhenPinned.java ! test/jdk/java/lang/Thread/virtual/stress/ParkALot.java ! test/jdk/java/lang/Thread/virtual/stress/SleepALot.java Changeset: 86ca7e9d Branch: master Author: Goetz Lindenmaier Date: 2025-10-13 15:12:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/86ca7e9d9bde64f690fe743fdc814069200aa9a3 8369078: Fix faulty test conversion in IllegalCharsetName.java Reviewed-by: jlu Backport-of: 0f406c420e35f7a4358dc99711fd23d162f21777 ! test/jdk/java/nio/charset/Charset/IllegalCharsetName.java Changeset: 865205a6 Branch: master Author: Rui Li Committer: Aleksey Shipilev Date: 2025-10-13 16:12:11 +0000 URL: https://git.openjdk.org/jdk21u/commit/865205a61265741c3cdbc86376ba4271a35e1889 8362533: Tests sun/management/jmxremote/bootstrap/* duplicate VM flags Backport-of: 458f033d4dd3c646028b2f9bab88f9a308cad4af ! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java ! test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java ! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java Changeset: 6509ec0a Branch: master Author: Matthias Baesken Date: 2025-10-13 17:33:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/6509ec0a026baf58029a505ddc21bd4d3635628c 8365442: [asan] runtime/ErrorHandling/CreateCoredumpOnCrash.java fails Backport-of: e5ec464120bec50ab111ee32dfb930f26150b109 ! test/hotspot/jtreg/runtime/ErrorHandling/CreateCoredumpOnCrash.java Changeset: 2cf20dbb Branch: master Author: Sergey Chernyshev Committer: Paul Hohensee Date: 2025-10-13 17:38:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/2cf20dbbad55c3c12ed447e03a3bd74228846526 8354475: TestDockerMemoryMetricsSubgroup.java fails with exitValue = 1 Backport-of: e579cca619147aa51563dc00f374e02db49e1238 ! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetricsSubgroup.java Changeset: 62c5a168 Branch: master Author: Sergey Bylokhov Date: 2025-10-13 19:05:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/62c5a1684126c813db2a57301c2b7741dbb98b98 8367384: The ICC_Profile class may throw exceptions during serialization Backport-of: 0e98ec36623d5d83172209058574a97bab1d6038 ! src/java.desktop/share/classes/java/awt/color/ICC_Profile.java + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/SerializationSpecTest.java + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/empty.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/invalid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/invalid_invalid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/invalid_null.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/invalid_valid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/invalid_wrongType.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/null.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/null_invalid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/null_null.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/null_valid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/null_wrongType.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/valid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/valid_invalid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/valid_null.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/valid_valid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/valid_wrongType.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/wrongType.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/wrongType_invalid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/wrongType_null.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/wrongType_valid.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/SerializationSpecTest/wrongType_wrongType.ser + test/jdk/java/awt/color/ICC_Profile/Serialization/StandardProfilesRoundTrip.java ! test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/ValidateICCHeaderData.java Changeset: aea5c11a Branch: master Author: Goetz Lindenmaier Date: 2025-10-14 14:13:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/aea5c11ace542c8472313aafd00dd1a99280e70b 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out Reviewed-by: mbaesken Backport-of: 1bd4abf98e26d04076f330c0b2e44f666f8c27a1 ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java Changeset: 2cdc9ed6 Branch: master Author: Goetz Lindenmaier Date: 2025-10-14 14:15:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/2cdc9ed6d687cee343a5792a066a24839c6baccf 8343875: Minor improvements of jpackage test library Reviewed-by: mbaesken Backport-of: 95a00f8a188048952871a10dc428566b18b91cb8 + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/JavaAppDescTest.java + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/TKitTest.java + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/TestSuite.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Functional.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JavaAppDesc.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageTest.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/share/AddLShortcutTest.java ! test/jdk/tools/jpackage/share/AddLauncherTest.java Changeset: 4dfd7426 Branch: master Author: Satyen Subramaniam Date: 2025-10-14 17:29:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/4dfd7426b0426626c1464b0fa0357988177de4f6 8354553: Open source several clipboard tests batch0 Backport-of: b10a304b2bdec5fdd3d689ae8fcd341e68e80b72 ! test/jdk/ProblemList.txt + test/jdk/java/awt/Clipboard/ClipboardSecurity.java + test/jdk/java/awt/Clipboard/GetAltContentsTest/SystemClipboardTest.java + test/jdk/java/awt/Clipboard/ImageTransferTest.java + test/jdk/java/awt/Clipboard/NoDataConversionFailureTest.java Changeset: ce34e080 Branch: master Author: Satyen Subramaniam Date: 2025-10-14 17:29:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/ce34e08023fa0b42eeebe9f777a9467e3cfdb777 8352997: Open source several Swing JTabbedPane tests Backport-of: 9fcb06f9340f4f8f5bf2b74d0c4007f237625a72 + test/jdk/javax/swing/JTabbedPane/4287208/bug4287208.java = test/jdk/javax/swing/JTabbedPane/4287208/duke.gif + test/jdk/javax/swing/JTabbedPane/bug4273320.java + test/jdk/javax/swing/JTabbedPane/bug4287268.java + test/jdk/javax/swing/JTabbedPane/bug4362226.java + test/jdk/javax/swing/JTabbedPane/bug4668865.java Changeset: 6b04f80d Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:42:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/6b04f80d15f995d9ddaa1e5f333dc6a7edc98a57 8343876: Enhancements to jpackage test lib Reviewed-by: mbaesken Backport-of: 41a627b7890ab7fefef49e3bac3aad8403d0e82e + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/AnnotationsTest.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Annotations.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LinuxHelper.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Main.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/MethodCall.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TestBuilder.java + test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TestBuilderConfig.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TestInstance.java + test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TestMethodSupplier.java ! test/jdk/tools/jpackage/share/InstallDirTest.java Changeset: 245ba287 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:44:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/245ba2873bbcc4a38bbff96cfb0370111d5eaadc 8345213: JVM Prefers /etc/timezone Over /etc/localtime on Debian 12 Backport-of: c8a521fddac9d42fe93ea9b3ab89e804bc48bf4e ! src/java.base/unix/native/libjava/TimeZone_md.c Changeset: 8cbf878e Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:46:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/8cbf878e46544c110c4d1e868f6c0dfecf46e199 8359061: Update and ProblemList manual test java/awt/Cursor/CursorDragTest/ListDragCursor.java Backport-of: 7576064a10c0f7a1fbfe88fc39254f32005d88f8 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Cursor/CursorDragTest/ListDragCursor.java Changeset: 983dea44 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:48:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/983dea44649846f90a2ec8cb7f827b66c73d041c 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java Backport-of: 2f1aed2a165259a873636792cff7c9de4e1f334e ! test/jdk/java/net/NetworkInterface/IPv4Only.java Changeset: d0bdbdc4 Branch: master Author: Satyen Subramaniam Date: 2025-10-15 17:07:47 +0000 URL: https://git.openjdk.org/jdk21u/commit/d0bdbdc4adeab9097aeef845aa268e3b074d6384 8353470: Clean up and open source couple AWT Graphics related tests (Part 2) Backport-of: 8270cd0ad2e0df72f063f36853328a935595f71f ! test/jdk/ProblemList.txt + test/jdk/java/awt/Graphics/GDIResourceExhaustionTest.java + test/jdk/java/awt/Graphics/RepeatedRepaintTest.java + test/jdk/java/awt/Graphics/SmallPrimitives.java + test/jdk/java/awt/Graphics/TextAfterXor.java Changeset: 4f9f708a Branch: master Author: Satyen Subramaniam Date: 2025-10-15 17:09:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/4f9f708a59c7ad2ba089c58565e6c37bccff7c7e 8340354: Open source AWT desktop properties and print related tests Backport-of: 988f13a3875a6d29d7de07c5e97fcd6e7f9a31ff + test/jdk/java/awt/DesktopProperties/FontSmoothing.java + test/jdk/java/awt/DesktopProperties/ThreeDBackgroundColor.java + test/jdk/java/awt/PrintJob/PrintCompatibilityTest.java + test/jdk/java/awt/PrintJob/PrintComponentTest.java + test/jdk/java/awt/PrintJob/ScaledImagePrintingTest.java Changeset: 71f3b399 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-15 20:39:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/71f3b3998e1e9ad8d7a8ee3be99b1b11a9aa5fdd 8364257: JFR: User-defined events and settings with a one-letter name cannot be configured Backport-of: ea7e943874288e1cbea10a6bd82d6c7f2a1c9ae0 ! src/jdk.jfr/share/classes/jdk/jfr/internal/SettingsManager.java ! test/jdk/jdk/jfr/api/flightrecorder/TestSettingsControl.java Changeset: 32fb490f Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-15 20:39:25 +0000 URL: https://git.openjdk.org/jdk21u/commit/32fb490fcd88886a4b43227754bf6286acba7307 8368192: Test java/lang/ProcessBuilder/Basic.java#id0 fails with Exception: Stack trace Reviewed-by: rriggs Backport-of: 218e82c875237f82a649a214c72d925a5ebf188c ! test/jdk/java/lang/ProcessBuilder/Basic.java Changeset: 53ff4d55 Branch: master Author: Daniel Hu Committer: Aleksey Shipilev Date: 2025-10-16 15:13:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/53ff4d55852947efd57b2fc434b8a5d334b47ad7 8313231: Redundant if statement in ZoneInfoFile Backport-of: f8c2b7fee101d66107704b3ee464737c5ccdc13a ! src/java.base/share/classes/sun/util/calendar/ZoneInfoFile.java Changeset: 74acd388 Branch: master Author: Daniel Hu Committer: Aleksey Shipilev Date: 2025-10-16 15:19:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/74acd38886c59060c0263380bfa48eb60772f594 8342582: user.region for formatting number no longer works for 21.0.5 Backport-of: e64f0798be64d334b3ec2a918687aafc2031a8b7 ! src/java.base/share/classes/java/util/Locale.java ! src/java.base/share/classes/jdk/internal/util/StaticProperty.java + test/jdk/java/util/Locale/UserRegionTest.java Changeset: 501e5831 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:29:46 +0000 URL: https://git.openjdk.org/jdk21u/commit/501e58319943464e261cedf355435aad8bfba1dd 8356145: ListEnterExitTest.java fails on macos Backport-of: 99e01301cd7f063f167db107d31468b1d3f901aa ! test/jdk/java/awt/List/ListEnterExitTest.java Changeset: bdd77102 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:32:12 +0000 URL: https://git.openjdk.org/jdk21u/commit/bdd7710216dae40f8108e2095a20531d57ae53d5 8359477: com/sun/net/httpserver/Test12.java appears to have a temp file race Backport-of: e1681c48287bcce6c8f617d9c0c25354dd62870a ! test/jdk/com/sun/net/httpserver/FileServerHandler.java ! test/jdk/com/sun/net/httpserver/Test12.java Changeset: 92d02c18 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:34:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/92d02c1839ac0d3b4be25b6ae83c08b438738763 8364993: JFR: Disable jdk.ModuleExport in default.jfc Backport-of: a382996bb496d50b4eb5a6be9f61e5c2f8aaae2d ! src/jdk.jfr/share/conf/jfr/default.jfc Changeset: a05de7d9 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:36:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/a05de7d986f096e1522c1c1464b81b69850659b8 8364556: JFR: Disable SymbolTableStatistics and StringTableStatistics in default.jfc Backport-of: 7698c373a684235812c9dc11edd751059f9e8e81 ! src/jdk.jfr/share/conf/jfr/default.jfc Changeset: e7cf1821 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:38:28 +0000 URL: https://git.openjdk.org/jdk21u/commit/e7cf18212b2dd75b9e068e5bb02e6372e8893954 8364263: HttpClient: Improve encapsulation of ProxyServer Backport-of: 190e113031bc6ece781fdf0d9f3c853ce324f170 ! test/jdk/java/net/httpclient/ProxyServer.java Changeset: d50f483e Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:46:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/d50f483e594a58c9dd92ec34b24e1df55ed799e0 8366750: Remove test 'java/awt/Choice/ChoiceMouseWheelTest/ChoiceMouseWheelTest.java' from problemlist Backport-of: b674a425531974bb78c4622e0f1d9b46a117f575 ! test/jdk/ProblemList.txt Changeset: f94493cc Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:47:01 +0000 URL: https://git.openjdk.org/jdk21u/commit/f94493cc51ed9a4bbad426ab987837097541a73e 8365615: Improve JMenuBar/RightLeftOrientation.java Backport-of: afa8e79ba1a76066cf969cb3b5f76ea804780872 ! test/jdk/javax/swing/JMenuBar/RightLeftOrientation.java Changeset: 8d8c0173 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-17 15:51:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/8d8c01735b47a4d4f386d18e94ee4daf047b3092 8333783: java/nio/channels/FileChannel/directio/DirectIOTest.java is unstable with AV software Backport-of: 8c6d12250b524c0f4ee25dbbc6fe959581b7617b ! test/jdk/java/nio/channels/FileChannel/directio/DirectIOTest.java ! test/jdk/java/nio/channels/FileChannel/directio/libDirectIO.c Changeset: 6bbe3e9f Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-17 15:52:11 +0000 URL: https://git.openjdk.org/jdk21u/commit/6bbe3e9f01e763fdd87b55166dabab8e64d122c5 8201778: Speed up test javax/net/ssl/DTLS/PacketLossRetransmission.java Backport-of: fc3e3e26c515ae0f9ae32aec504974fba393928d ! test/jdk/javax/net/ssl/DTLS/DTLSOverDatagram.java ! test/jdk/javax/net/ssl/DTLS/PacketLossRetransmission.java Changeset: da233775 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-17 15:52:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/da233775049cf47130646bcd24ca0e0d3ded5790 8353953: com/sun/jdi tests should be fixed to not always require includevirtualthreads=y Backport-of: d1d81dd01ca6f3fc1e4710e6055c5a3185f43d9a ! test/jdk/com/sun/jdi/EventQueueDisconnectTest.java ! test/jdk/com/sun/jdi/RedefineNestmateAttr/TestNestmateAttr.java ! test/jdk/com/sun/jdi/TestScaffold.java ! test/jdk/com/sun/jdi/VMConnection.java Changeset: 38baaa91 Branch: master Author: Satyen Subramaniam Date: 2025-10-17 17:58:09 +0000 URL: https://git.openjdk.org/jdk21u/commit/38baaa916c65fcebeb28b9555b98e4daf3ea85ae 8339366: [jittester] Make it possible to generate tests without execution Backport-of: 559fc711e03cf0086bea399ffb40cf294cbbb6e1 ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/Automatic.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ByteCodeGenerator.java + test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/IRTreeGenerator.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ProductionParams.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/utils/OptionResolver.java Changeset: a2eb5a87 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 05:26:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/a2eb5a872beb0c4b37bb65ecb6f586aee9155f27 8308780: Fix the Java Integer types on Windows Backport-of: c92b049db7853a061ce05cebdc1fd73205ed0c83 ! src/hotspot/share/c1/c1_Canonicalizer.hpp ! src/java.base/windows/native/include/jni_md.h ! src/java.desktop/windows/native/libawt/java2d/windows/GDIRenderer.cpp ! src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp ! src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Menu.h ! src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp ! src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h ! src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp ! src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp Changeset: 98281d1b Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 05:27:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/98281d1b2725f3f0ca32b2483909bd394e0f7738 8324065: Daylight saving information for `Africa/Casablanca` are incorrect Backport-of: 0d8543d6773a516dad54038070dce507179d0709 ! src/java.base/share/classes/sun/util/calendar/ZoneInfo.java ! src/java.base/share/classes/sun/util/calendar/ZoneInfoFile.java ! test/jdk/java/util/TimeZone/NegativeDSTTest.java ! test/jdk/sun/util/calendar/zi/TestZoneInfo310.java ! test/jdk/sun/util/calendar/zi/ZoneInfoOld.java ! test/jdk/sun/util/calendar/zi/Zoneinfo.java Changeset: f072be94 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 05:29:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/f072be943742a09badfb23ad2945a1c68ed36011 8367237: Thread-Safety Usage Warning for java.text.Collator Classes Backport-of: 64155dfac068cf01bcab6adb401b360499f33a5f ! src/java.base/share/classes/java/text/Collator.java ! src/java.base/share/classes/java/text/RuleBasedCollator.java Changeset: 2f8cf5d5 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 05:33:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/2f8cf5d554a119c138877f0a16c14dd03afb563f 8367133: DTLS: fragmentation of Finished message results in handshake failure Backport-of: 80cb0ead502ae439660f2a3bbab42df4da39d9d6 ! src/java.base/share/classes/sun/security/ssl/DTLSInputRecord.java + test/jdk/javax/net/ssl/DTLS/FragmentedFinished.java Changeset: 199a2d9d Branch: master Author: Matthias Baesken Date: 2025-10-20 10:49:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/199a2d9d7b697a0c0269f42c868b4ab8594fa738 8362516: Support of GCC static analyzer (-fanalyzer) Reviewed-by: lucy Backport-of: ba90ccc6a8ca7b0b728568ea614470c85a5f7f8a ! make/autoconf/configure.ac ! make/autoconf/jdk-options.m4 Changeset: 50537aef Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 12:20:00 +0000 URL: https://git.openjdk.org/jdk21u/commit/50537aefc736db43e4b08133dcd181ba69f10e8d 8347841: Test fixes that use deprecated time zone IDs Reviewed-by: rrich Backport-of: 81912e958ba77c1c9371305ecfedad13aaa3fa6a ! test/jdk/java/io/File/TimeZoneLastModified.java ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java ! test/jdk/java/text/Format/DateFormat/DateFormatTest.java ! test/jdk/java/text/Format/DateFormat/SDFTCKZoneNamesTest.java ! test/jdk/java/text/Format/DateFormat/bug4358730.java ! test/jdk/java/util/Calendar/CalendarRegression.java ! test/jdk/java/util/Calendar/JavatimeTest.java ! test/jdk/java/util/Calendar/bug4316678.java ! test/jdk/java/util/Calendar/bug4372743.java ! test/jdk/java/util/Date/Bug4955000.java ! test/jdk/java/util/Date/DateRegression.java ! test/jdk/java/util/Date/DateTest.java ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java ! test/jdk/java/util/Properties/StoreDeadlock.java ! test/jdk/java/util/TimeZone/Bug5097350.java ! test/jdk/java/util/TimeZone/Bug6329116.java ! test/jdk/java/util/TimeZone/Bug6772689.java ! test/jdk/java/util/TimeZone/DaylightTimeTest.java ! test/jdk/java/util/TimeZone/IDTest.java ! test/jdk/java/util/TimeZone/ListTimeZones.java ! test/jdk/java/util/TimeZone/TimeZoneBoundaryTest.java ! test/jdk/java/util/TimeZone/TimeZoneRegression.java ! test/jdk/java/util/TimeZone/bug4096952.java ! test/jdk/sun/security/x509/X509CertImpl/V3Certificate.java ! test/jdk/sun/util/resources/TimeZone/Bug4640234.java ! test/jdk/sun/util/resources/cldr/Bug8134384.java ! test/jdk/sun/util/resources/cldr/Bug8202764.java Changeset: 2f321a51 Branch: master Author: Goetz Lindenmaier Date: 2025-10-22 08:10:45 +0000 URL: https://git.openjdk.org/jdk21u/commit/2f321a515a0e5c8927caade6b5e3743ac82c1005 Merge Changeset: 886d96ef Branch: master Author: Daniel Hu Committer: Aleksey Shipilev Date: 2025-10-22 10:26:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/886d96ef3080c8ec5208b4dd2c94b5fa93f3361d 8323803: ConstantOopReadValue::print_on should print 'null' instead of 'nullptr' Backport-of: 7620b129888d57514d9ef588e0681f1d43377236 ! src/hotspot/share/code/debugInfo.cpp Changeset: 13f88dce Branch: master Author: Satyen Subramaniam Date: 2025-10-22 16:28:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/13f88dceb199f0ecc299e6de8a8a5f93996213be 8355387: [jittester] Disable downcasts by default Backport-of: b41e0b17490b203b19787a0d0742318fc0d03b33 ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ProductionParams.java Changeset: d4d10c87 Branch: master Author: Feilong Jiang Committer: Fei Yang Date: 2025-10-23 03:26:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/d4d10c87dd8591c36778f6b12f9e285c1c904f23 8369616: JavaFrameAnchor on RISC-V has unnecessary barriers and wrong store order in MacroAssembler Backport-of: 72663695da9a51c8eefbd496f14a6d1625ad7b42 ! src/hotspot/cpu/riscv/javaFrameAnchor_riscv.hpp ! src/hotspot/cpu/riscv/macroAssembler_riscv.cpp Changeset: 985c61e6 Branch: master Author: SendaoYan Date: 2025-10-23 03:55:54 +0000 URL: https://git.openjdk.org/jdk21u/commit/985c61e68e81de01dabe87b5f52e3673e5734a89 8367904: Test java/net/InetAddress/ptr/Lookup.java should throw SkippedException Backport-of: c0815e40b6f5feeb4bfa791ccd91d662c205068d ! test/jdk/java/net/InetAddress/ptr/Lookup.java Changeset: 2a7c7bfd Branch: master Author: Chris Dennis Committer: Aleksey Shipilev Date: 2025-10-23 11:43:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/2a7c7bfd667a2697477bf8855a3ce565793a493e 8362123: ClassLoader Leak via Executors.newSingleThreadExecutor(...) Backport-of: d5a207994b9c374e6638e57826326f8f4593b96b ! src/java.base/share/classes/java/util/concurrent/Executors.java ! test/jdk/java/util/concurrent/Executors/AutoShutdown.java Changeset: 255a49ce Branch: master Author: SendaoYan Date: 2025-10-24 02:49:39 +0000 URL: https://git.openjdk.org/jdk21u/commit/255a49cef0bb799547cae7a7d9f5a8fa9b1730ff 8334771: [TESTBUG] Run TestDockerMemoryMetrics.java with -Xcomp fails exitValue = 137 Backport-of: fa5ad700bb6a92aef7577969e09b4fbd93feb388 ! test/jdk/jdk/internal/platform/docker/MetricsMemoryTester.java ! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetrics.java Changeset: 6bf719d9 Branch: master Author: SendaoYan Date: 2025-10-24 06:35:34 +0000 URL: https://git.openjdk.org/jdk21u/commit/6bf719d97284486af64625efa826537e01c238c6 8305186: Reference.waitForReferenceProcessing should be more accessible to tests Backport-of: d8f012ea2a0514020434d5db6047e36941e9349b ! test/lib/jdk/test/whitebox/WhiteBox.java Changeset: 460dfef8 Branch: master Author: Aleksey Shipilev Date: 2025-10-24 11:36:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/460dfef88adb4ab8dafd0c79fef1b5251dc1a163 8341097: GHA: Demote Mac x86 jobs to build only Backport-of: d66737ea1cfd92bcb208ded4e64822d12760205d ! .github/workflows/main.yml Changeset: 545ab3fd Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 12:48:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/545ab3fdf6582c6237b173d158d229825f2b68c9 8317132: Prepare HotSpot for permissive- Reviewed-by: rschmelter Backport-of: 4a85f6ae9f0381f0e29160fb1d304d7bde5840ba ! make/autoconf/flags-cflags.m4 ! src/hotspot/os/windows/os_windows.cpp ! src/hotspot/os/windows/symbolengine.cpp ! src/hotspot/share/memory/allocation.cpp Changeset: daa8b72a Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 12:48:47 +0000 URL: https://git.openjdk.org/jdk21u/commit/daa8b72a1089cde51bc9e8039b048a8e3a60e4d6 8370214: [21u] Remove -Xdebug and -Xnoagent from tests: backport parts of 8227229 and 8312072 Reviewed-by: mbaesken ! make/ide/netbeans/langtools/build.xml ! src/jdk.jdi/share/classes/com/sun/tools/jdi/SunCommandLineLauncher.java ! test/hotspot/jtreg/runtime/6294277/SourceDebugExtension.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/listennosuspend/listennosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM005.java ! test/jdk/com/sun/jdi/connect/spi/SimpleLaunchingConnector.java ! test/jdk/java/awt/Clipboard/HTMLTransferTest/HTMLTransferTest.java ! test/jdk/java/awt/datatransfer/DragUnicodeBetweenJVMTest/DragUnicodeBetweenJVMTest.java Changeset: 5e3dd694 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 12:50:38 +0000 URL: https://git.openjdk.org/jdk21u/commit/5e3dd694324568f52e53ea5cbd98f4aa1747a151 8317332: Prepare security for permissive- Backport-of: 64f8253b7d9d382b18003c647a3941733f191329 ! src/java.security.jgss/windows/native/libsspi_bridge/sspi.cpp ! src/java.security.jgss/windows/native/libw2k_lsa_auth/NativeCreds.c Changeset: 9de631df Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 12:56:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/9de631df1923d56c24587931615a108cf05e4371 8327704: Update nsk/jdi tests to use driver instead of othervm Backport-of: 771f6a2f8e236e224b0e33b89f664c4bfc49e595 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AccessWatchpointEvent/_itself_/awevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isPrivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPrivate/isprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isProtected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isProtected/isprotected002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/isPublic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPublic/ispublic003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/modifiers/modifiers002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/isValid/isvalid005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/label/label001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/mustSpecify/mustspecify001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/getValues_ii/getvaluesii005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/length/length001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_ilii/setvaluesilii005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayReference/setValues_l/setvaluesl003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentSignature/componentsignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentType/componenttype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/componentTypeName/componenttypename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ArrayType/newInstance/newinstance004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/TestDriver.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach004/attach004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc01x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc02x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc04x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc05x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc06x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc07x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc08x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc09x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc01x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc02x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc03x003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc04x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/singlethrd/tc05x001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/booleanValue/booleanvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanArgument/stringValueOf/stringvalueof002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/reflectedType/reflectype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassObjectReference/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/referenceType/refType001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter001/addSourceNameFilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addSourceNameFilter/addSourceNameFilter002/addSourceNameFilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/allInterfaces/allinterfaces002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/concreteMethodByName/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/interfaces/interfaces002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/isEnum/isenum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/setValue/setvalue008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/subclasses/subclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/superclass/superclass002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/className/classname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadEvent/classSignature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassExclusionFilter/exclfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassUnloadRequest/addClassFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/defaultArguments/defaultArguments003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Connector/transport/transport001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ConstantField/values001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/_itself_/event002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/_bounds_/eventrequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy018/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/virtualMachine/virtualmachine001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/_itself_/exevent008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/equals/equals005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isEnumConstant/isenumconstant001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isTransient/istrans001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/isVolatile/isvol001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/type/type004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Field/typeName/typename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/HiddenClass/events/events001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/intValue/intvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/max/max001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/min/min001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerArgument/stringValueOf/stringvalueof001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/implementors/implementors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/subinterfaces/subinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/InterfaceType/superinterfaces/superinterfaces001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launch/launch004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LaunchingConnector/launchnosuspend/launchnosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/accept/accept002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/listennosuspend/listennosuspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/startListening/startlis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/stopListening/stoplis002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ListeningConnector/supportsMultipleConnections/supportsmultipleconnections001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/genericSignature/gensignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isArgument/isargument001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/signature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/type/type002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/typeName/typename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/codeIndex/codeindex001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/declaringType/declaringtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber/linenumber001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/lineNumber_s002/lineNumber_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/lineNumber_s/linenumber_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName/sourcename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourceName_s002/sourceName_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourceName_s/sourcename_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath/sourcepath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcePath_s002/sourcePath_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Location/sourcePath_s/sourcepath_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations/alllinelocations002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss002/allLineLocations_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/allLineLocations_ss/alllinelocations_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypeNames/argumenttypenames003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/argumentTypes/argumenttypes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/arguments/arguments003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/bytecodes/bytecodes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isAbstract/isabstract001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isBridge/isbridge001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isConstructor/isconstructor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isNative/isnative001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isStaticInitializer/isstinitializer001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isSynchronized/issynchronized001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isVarArgs/isvarargs001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationOfCodeIndex/locationofcodeindex001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine/locationsofline001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi002/locationsOfLine_ssi002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnType/returntype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/returnTypeNames/returntypenames003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variables/variables002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/variablesByName/variablesbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/_itself_/methodexit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue001/returnValue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue002/returnValue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue003/returnValue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/returnValue/returnValue004/returnValue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Mirror/virtualMachine/virtualmachine001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/valueToBe/valuetobe002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/MonitorWaitRequest002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassExclusionFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ClassName/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addClassFilter_ReferenceType/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addInstanceFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitRequest/addThreadFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/MonitorWaitedRequest002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassExclusionFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ClassName/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addClassFilter_ReferenceType/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addInstanceFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MonitorWaitedRequest/addThreadFilter/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/_bounds_/bounds003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/isCollected/iscollected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects001/referringObjects001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects003/referringObjects003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects004/referringObjects004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/uniqueID/uniqueid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/waitingThreads/waitingthreads004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/baseDirectory/directory001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/bootClassPath/bootpath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/booleanValue/booleanvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/byteValue/bytevalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/charValue/charvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/doubleValue/doublevalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/floatValue/floatvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/intValue/intvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/longValue/longvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveValue/shortValue/shortvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allFields/allfields006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations/alllinelocations002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss003/allLineLocations_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/allLineLocations_ss004/allLineLocations_ss004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allLineLocations_ss/alllinelocations_ss002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/allMethods/allmethods006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availableStrata002/availableStrata002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/availableStrata/availablestrata001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classObject/classobj003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum002/defaultStratum002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum003/defaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum004/defaultStratum004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedToInitialize001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/failedToInitialize/failedtoinit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fieldByName/fieldbyname003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/fields/fields006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/genericSignature/genericSignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/hashCode/hashcode002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances001/instances001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances002/instances002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances003/instances003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/instances/instances005/instances005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isAbstract001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isAbstract/isabstract003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isInitialized/isinit003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isPrepared/isprepared002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isVerified001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isVerified/isverified003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_i/locationsofline_i002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi003/locationsOfLine_ssi003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsOfLine_ssi004/locationsOfLine_ssi004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/locationsOfLine_ssi/locationsofline_ssi002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methods/methods006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_s/methbyname_s004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/methodsByName_ss/methbyname_ss003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceDebugExtension/srcdebugx002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourceNames003/sourceNames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcePaths003/sourcePaths003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourcePaths/sourcepaths002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleFields/visibfield006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/visibleMethods/visibmethod007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/popframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Scenarios/invokeMethod/redefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/choices/choices001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/SelectedArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/compareTo/compareto001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortValue/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues001/getArgumentValues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues002/getArgumentValues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getArgumentValues/getArgumentValues003/getArgumentValues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue002/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue003/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue004/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue006/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent003/stepEvent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent004/stepEvent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringArgument/isValid/isvalid003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StringReference/value/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/parent/parent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/suspend/suspend001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threadGroups/threadgroups001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/threads/threads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn003/forceEarlyReturn003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn004/forceEarlyReturn004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn005/forceEarlyReturn005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn008/forceEarlyReturn008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn009/forceEarlyReturn009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn013/forceEarlyReturn013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn014/forceEarlyReturn014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn015/forceEarlyReturn015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames001/ownedMonitorsAndFrames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames002/ownedMonitorsAndFrames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames003/ownedMonitorsAndFrames003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames004/ownedMonitorsAndFrames004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames005/ownedMonitorsAndFrames005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames006/ownedMonitorsAndFrames006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames007/ownedMonitorsAndFrames007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitorsAndFrames/ownedMonitorsAndFrames009/ownedMonitorsAndFrames009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status003/status003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status004/status004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status005/status005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status006/status006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status007/status007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/status/status008/status008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Transport/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/hashCode/hashcode001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/name/name003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Type/signature/signature003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/decltype009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/genericSignature/genericSignature002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isFinal/isfinal004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPackagePrivate/ispackageprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPrivate/isprivate002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isProtected/isprotected002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isPublic/ispublic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isStatic/isstatic004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/name/name003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/signature/sign003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMCannotBeModifiedEx/_itself_/canntbemod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDisconnectEvent/_itself_/disconnect003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMStartEvent/thread/thread001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type002/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canBeModified/canbemodified001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetBytecodes/cangetbytecodes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSourceDebugExtension/cangetsde001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetSyntheticAttribute/cangetattr001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/classesByName/classesbyname001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/description/description001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventQueue/eventqueue001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/eventRequestManager/eventrmanager001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/exit/exit002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/getDefaultStratum/getdefaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts001/instancecounts001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts003/instancecounts003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/instanceCounts/instancecounts004/instancecounts004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_bool/mirrorof_bool001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_byte/mirrorof_byte001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_char/mirrorof_char001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_double/mirrorof_double001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_float/mirrorof_float001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_int/mirrorof_int001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_long/mirrorof_long001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_short/mirrorof_short001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/mirrorOf_string/mirrorof_string001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/name/name001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/process/process001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses029/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses034/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses035/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/resume/resume001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum002/setDefaultStratum002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum003/setDefaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setdefaultstratum001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/topLevelThreadGroups/toplevelgroups001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/version/version001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/allConnectors/allconnectors001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/attachingConnectors/attaching001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/connectedVirtualMachines/convm003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/createVirtualMachine/createVM005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/defaultConnector/default001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/launchingConnectors/launching001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/listeningConnectors/listening001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/majorInterfaceVersion/major001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachineManager/minorInterfaceVersion/minor001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals001/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/hashCode/hashcode001/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/toString/tostring001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/_itself_/wevent001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/field/field001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/valueCurrent/valuecur001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/_bounds_/filters001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter007/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter008/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Binder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassExclusionFilterTest.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ClassName.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ClassFilterTest_ReferenceType.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/InstanceFilterTest.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/OwnedMonitorsDebugger.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/SerialExecutionDebugger.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/StressTestTemplate.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/TestDebuggerType1.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ThreadFilterTest.java Changeset: 7a90068f Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:30:06 +0000 URL: https://git.openjdk.org/jdk21u/commit/7a90068f654314981bfe2193a65f5e973395791c 8304065: HttpServer.stop should terminate immediately if no exchanges are in progress Backport-of: 627ef34498c31b5d16f9da423cfe0a5fe46a3562 ! src/jdk.httpserver/share/classes/sun/net/httpserver/ChunkedOutputStream.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/Event.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/FixedLengthOutputStream.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/ServerImpl.java ! src/jdk.httpserver/share/classes/sun/net/httpserver/UndefLengthOutputStream.java - src/jdk.httpserver/share/classes/sun/net/httpserver/WriteFinishedEvent.java + test/jdk/com/sun/net/httpserver/ServerStopTerminationTest.java Changeset: 136a9635 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:32:09 +0000 URL: https://git.openjdk.org/jdk21u/commit/136a963557c1e79b772e9985897d3bf5fbaa018b 8357822: C2: Multiple string optimization tests are no longer testing string concatenation optimizations Backport-of: 6c616c71ec9a8ee6e0203921deef20d09db39698 ! test/hotspot/jtreg/compiler/c2/Test7046096.java ! test/hotspot/jtreg/compiler/c2/Test7179138_2.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/cs_disabled/TestDescription.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/cs_enabled/TestDescription.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/cs_disabled/TestDescription.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/cs_enabled/TestDescription.java Changeset: b99af47e Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:34:37 +0000 URL: https://git.openjdk.org/jdk21u/commit/b99af47e3b2883ccd7202413c434b33b6161e781 8358577: Test serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon01/contmon01.java failed: unexpexcted monitor object Backport-of: 8f487d26c0f219d4df32be48ff1790e6f98d74a0 ! test/hotspot/jtreg/serviceability/jvmti/thread/GetCurrentContendedMonitor/contmon01/contmon01.java Changeset: bb6d8fb4 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:46:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/bb6d8fb47a8e54b448b1753c52be32866390421d 8352016: Improve java/lang/RuntimeTests/RuntimeExitLogTest.java Reviewed-by: mdoerr Backport-of: 1926aeb1a3b39cf2e4ea48f4c489cd023b5aa77d + test/jdk/java/lang/RuntimeTests/ExitLogging-ALL.properties ! test/jdk/java/lang/RuntimeTests/ExitLogging-FINE.properties + test/jdk/java/lang/RuntimeTests/ExitLogging-FINER.properties ! test/jdk/java/lang/RuntimeTests/ExitLogging-INFO.properties + test/jdk/java/lang/RuntimeTests/ExitLogging-OFF.properties + test/jdk/java/lang/RuntimeTests/ExitLogging-SEVERE.properties + test/jdk/java/lang/RuntimeTests/ExitLogging-WARNING.properties ! test/jdk/java/lang/RuntimeTests/RuntimeExitLogTest.java Changeset: 018c7df0 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:48:33 +0000 URL: https://git.openjdk.org/jdk21u/commit/018c7df0a175d653e08cc521a1853337f3092921 8360981: Remove use of Thread.stop in test/jdk/java/net/Socket/DeadlockTest.java Backport-of: 3263361a28c7e8c02734cb94bc9576e9f3ba5b50 ! test/jdk/java/net/Socket/DeadlockTest.java Changeset: 07063060 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:50:52 +0000 URL: https://git.openjdk.org/jdk21u/commit/07063060be84bb8c06dea5b0d90c51cb8df8880c 8365086: CookieStore.getURIs() and get(URI) should return an immutable List Backport-of: 022e29a77533aacabd56820d00ecffa9646a8362 ! src/java.base/share/classes/java/net/InMemoryCookieStore.java + test/jdk/java/net/CookieStoreTest.java Changeset: d14dec07 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:54:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/d14dec077a3107c3462774275877f0e1904c80df 8365660: test/jdk/sun/security/pkcs11/KeyAgreement/ tests skipped without SkipExceprion Backport-of: ec7361e082eff3859d9f0dd732f39ae9abd5089a ! test/jdk/sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java ! test/jdk/sun/security/pkcs11/KeyAgreement/TestDH.java ! test/jdk/sun/security/pkcs11/KeyAgreement/TestInterop.java ! test/jdk/sun/security/pkcs11/KeyAgreement/TestShort.java ! test/jdk/sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java Changeset: 7e962966 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:57:15 +0000 URL: https://git.openjdk.org/jdk21u/commit/7e962966bcdd8eb4252b27e9bbbf259fa1dad09d 8365425: [macos26] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java fails on macOS 26 Backport-of: bdf9834b81f0565e3572de42ebd42981d1d05a5c ! test/jdk/javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java Changeset: 9d2c0c30 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:59:41 +0000 URL: https://git.openjdk.org/jdk21u/commit/9d2c0c30369d83d07bdb56ee434385532bb085e3 8366764: Deproblemlist java/awt/ScrollPane/ScrollPositionTest.java Backport-of: 2705e880b64825044e67487f01263121780d8f7a ! test/jdk/ProblemList.txt Changeset: c320194d Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:02:02 +0000 URL: https://git.openjdk.org/jdk21u/commit/c320194dcbc4af7c42912d45e39a87ed6e3e8cb8 8346839: [TESTBUG] "java/awt/textfield/setechochartest4/setechochartest4.java" failed because the test frame disappears on clicking "Click Several Times" button Backport-of: 58270b757c0bdf82bf753fa304b829e3b64196e4 ! test/jdk/java/awt/TextField/SetEchoCharTest4/SetEchoCharTest4.java Changeset: 0a689515 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:04:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/0a68951551021f6da954e5c9d7a1664967f0b2d3 8369184: SimpleTimeZone equals() Returns True for Unequal Instances with Different hashCode Values Backport-of: 37b725d9c12834358a562e6c03fb7f566d639ca5 ! src/java.base/share/classes/java/util/SimpleTimeZone.java + test/jdk/java/util/TimeZone/SimpleTimeZoneEqualsHashCodeTest.java Changeset: 38fd5695 Branch: master Author: Satyen Subramaniam Date: 2025-10-24 16:25:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/38fd5695623f4a8e75e97137ff3adb064d200dcd 8354365: Opensource few Modal and Full Screen related tests Backport-of: e21387e0454e821e5720e781138dcc4c24a14ec7 ! test/jdk/ProblemList.txt + test/jdk/java/awt/FullScreen/NonfocusableFrameFullScreenTest.java + test/jdk/java/awt/Modal/AddRemoveTransientForsTest.java + test/jdk/java/awt/Modal/DialogLosesFocusTest.java + test/jdk/java/awt/Modal/NativeDialogToFrontBackTest.java Changeset: f0a16d49 Branch: master Author: SendaoYan Date: 2025-10-25 02:46:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/f0a16d490a3804cb62817e561e1e88eb04bd5879 8367869: Test java/io/FileDescriptor/Sync.java timed out Backport-of: 61c5245bf7d6626b0c816612adcb0d94d6863644 ! test/jdk/java/io/FileDescriptor/Sync.java Changeset: cc434af6 Branch: master Author: Aleksey Shipilev Date: 2025-10-27 08:08:10 +0000 URL: https://git.openjdk.org/jdk21u/commit/cc434af66db9c9d787992569fe1b26074dd495dd 8369226: GHA: Switch to MacOS 15 Reviewed-by: simonis Backport-of: 1ea8cfa6dc8e6f96fd87553331abaae17ec173ea ! .github/workflows/main.yml Changeset: f5b155bd Branch: master Author: Martin Doerr Date: 2025-10-27 11:47:14 +0000 URL: https://git.openjdk.org/jdk21u/commit/f5b155bda2088c269bef221cbf4a7d1909d1b2ef 8369946: Bytecode rewriting causes Java heap corruption on PPC Reviewed-by: rrich Backport-of: 6bf3581bbacc2ed8f6411d23a5ab332376c53c87 ! src/hotspot/cpu/ppc/interp_masm_ppc.hpp ! src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp ! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp Changeset: fe2125c7 Branch: master Author: Satyen Subramaniam Date: 2025-10-27 16:27:15 +0000 URL: https://git.openjdk.org/jdk21u/commit/fe2125c7ddb8b98de7a18b80497aa469b9598f4b 8354493: Opensource Several MultiScreen and Insets related tests Backport-of: e9c8986a65df534ee2a396cb3b49fe3dbcaf6a44 + test/jdk/java/awt/Multiscreen/DialogTest.java + test/jdk/java/awt/Multiscreen/FillThisScreen.java + test/jdk/java/awt/Multiscreen/IMCandidateWindowTest.java Changeset: 088f46dc Branch: master Author: Satyen Subramaniam Date: 2025-10-27 16:27:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/088f46dccbcd71c179adf9d6bf6dc0745fa9d2ca 8352678: Opensource few JMenuItem tests 8357305: Compilation failure in javax/swing/JMenuItem/bug6197830.java Reviewed-by: shade Backport-of: 8a40498d79a18dcf91cf4979d34c3583a6c39322 + test/jdk/javax/swing/JMenuItem/MenuItemTest/MenuItemTestHelper.java + test/jdk/javax/swing/JMenuItem/MenuItemTest/bug4729669.java + test/jdk/javax/swing/JMenuItem/MenuItemTest/bug6197830.java + test/jdk/javax/swing/JMenuItem/bug4207339.java + test/jdk/javax/swing/JMenuItem/bug4327146.java + test/jdk/javax/swing/JMenuItem/bug4402082.java - test/jdk/javax/swing/JMenuItem/bug4729669.java Changeset: 3d90a9b3 Branch: master Author: Daniel Hu Committer: Paul Hohensee Date: 2025-10-27 16:42:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/3d90a9b340e7a478204eb31c4be689099dbec4ff 8309511: Regression test ExtraImportSemicolon.java refers to the wrong bug Backport-of: bcc4d36857b0907e865d0afc4447f9b0780f8101 ! test/langtools/tools/javac/parser/ExtraImportSemicolon.java Changeset: ff996985 Branch: master Author: Daniel Hu Committer: Paul Hohensee Date: 2025-10-27 16:43:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/ff99698505f48023b4a2645c7a7cc9ea06026233 8300708: Some nsk jvmti tests fail with virtual thread wrapper due to jvmti missing some virtual thread support Backport-of: fb0f2d25d218e64a86995478fd3ea10d619834d5 ! test/hotspot/jtreg/ProblemList-Virtual.txt ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal001/setlocal001.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal003/setlocal003.cpp ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetLocalVariable/setlocal004/setlocal004.cpp Changeset: 21fcec03 Branch: master Author: Daniel Hu Committer: Paul Hohensee Date: 2025-10-27 16:43:56 +0000 URL: https://git.openjdk.org/jdk21u/commit/21fcec033c6e47947b4230e339bc59f49ed53602 8325530: Vague error message when com.sun.tools.attach.VirtualMachine fails to load agent library Backport-of: fc67c2b4f17216d4adcc0825d0f378ae4f150025 ! src/hotspot/share/prims/jvmtiAgentList.cpp ! src/hotspot/share/prims/jvmtiAgentList.hpp ! src/hotspot/share/services/attachListener.cpp ! src/hotspot/share/services/diagnosticCommand.cpp ! src/jdk.attach/share/classes/sun/tools/attach/HotSpotVirtualMachine.java + test/jdk/com/sun/tools/attach/FailedLoadAgentTest.java Changeset: de9aefef Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:05:54 +0000 URL: https://git.openjdk.org/jdk21u/commit/de9aefefac993a4cb7c7853339d0f523cb0b04fc 8072701: resume001 failed due to ERROR: timeout for waiting for a BreakpintEvent Backport-of: c8a95a763c169b94c5ba07d2c6fbdf99ba3b9e3b ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001a.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Debugee.java Changeset: 35fd6c71 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:07:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/35fd6c7122fdf18a60090cc6e7cd219a9ecb8963 8350623: Fix -Wzero-as-null-pointer-constant warnings in nsk native test utilities Backport-of: 67dfdfa6ea829fcd1ecac0df8211b591ad15f859 ! test/hotspot/jtreg/vmTestbase/nsk/share/native/native_thread.cpp ! test/hotspot/jtreg/vmTestbase/nsk/share/native/nsk_list.cpp Changeset: 81356485 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:09:55 +0000 URL: https://git.openjdk.org/jdk21u/commit/813564856c72160d55a98f4e5636e014b19c88d8 8355071: Fix nsk/jdi test to not require lookup of main thread in order to set the breakpoint used for communication Backport-of: b7e8952ad6def4ebae8c8c3c04cf6793f472b029 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BooleanType/_itself_/booleantype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointRequest/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ByteType/_itself_/bytetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/CharType/_itself_/chartype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/definedClasses/definedclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassLoaderReference/visibleClasses/visibleclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassPrepareRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/DoubleType/_itself_/doubletype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/request/request001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventIterator/nextEvent/nextevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove/remove004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/addCountFilter/addcountfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/disable/disable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/enable/enable002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/getProperty/getproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/isEnabled/isenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/putProperty/putproperty001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setSuspendPolicy/setsuspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/accessWatchpointRequests/accwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/breakpointRequests/breakpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classPrepareRequests/clsprepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/classUnloadRequests/clsunlreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createAccessWatchpointRequest/craccwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createBreakpointRequest/crbreakpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassPrepareRequest/cpreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createClassUnloadRequest/cureg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createExceptionRequest/crexreq010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodEntryRequest/menreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createMethodExitRequest/mexreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createModificationWatchpointRequest/crmodwtchpreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadDeathRequest/tdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createThreadStartRequest/tsreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createVMDeathRequest/vmdreg001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequests/delevtreqs002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/exceptionRequests/excreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodEntryRequests/methentreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/methodExitRequests/methexitreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/modificationWatchpointRequests/modwtchpreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/stepRequests/stepreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/threadStartRequests/thrstartreq002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/vmDeathRequests/vmdeathreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/eventIterator/eventiterator004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/resume/resume013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy017.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyCaught/notifycaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionRequest/notifyUncaught/notifyuncaught001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/FloatType/_itself_/floattype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/IntegerType/_itself_/integertype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocatableEvent/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LongType/_itself_/longtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitRequest/addThreadFilter/threadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ModificationWatchpointEvent/_itself_/mwevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/disableCollection/disablecollection002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PathSearchingVirtualMachine/classPath/classpath001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/PrimitiveType/_itself_/primitivetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/classLoader/classloader001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isFinal/isfinal001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/isStatic/isstatic002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/nestedTypes/nestedtypes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ShortType/_itself_/shorttype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/depth/depth003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/size/size002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadDeathRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VMDeathEvent/_itself_/vmdeath003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/allClasses/allclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canAddMethod/canaddmethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canPopFrames/canpopframes001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRedefineClasses/canredefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canRequestVMDeathEvent/canreqvmdev001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUnrestrictedlyRedefineClasses/curc001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canUseInstanceFilters/canusefilters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldAccess/canwatchaccess001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canWatchFieldModification/canwatchmod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidType/_itself_/voidtype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassExclusionFilter/filter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_rt/filter_rt004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addClassFilter_s/filter_s004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addInstanceFilter/instancefilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/addThreadFilter/addthreadfilter006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointRequest/field/field002.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/JDIBase.java Changeset: 799b63a8 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:18:23 +0000 URL: https://git.openjdk.org/jdk21u/commit/799b63a87ce0722050a90b6df5ef2df7c9ad3e73 8355569: Some nsk/jdi tests can glean the "main" thread by using the ClassPrepareEvent for the debuggee main class Backport-of: e2ae50d877b13b121912e2496af4b5209b315a05 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Accessible/isPackagePrivate/accipp001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/_bounds_/requests001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Method/isObsolete/isobsolete003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodExitEvent/method/method002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/entryCount/entrycount002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/_bounds_/filters001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/_bounds_/bounds001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses011.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses012.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses013.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses015.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses016.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses020.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses022.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses024.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses025.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses026.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses027.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses028.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses030.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses031.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses032.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Debugee.java Changeset: 5076a6d5 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:23:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/5076a6d5301b935eb2a8aeb25a0aca5475c11e78 8356023: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 2 Backport-of: 927309453822183bbfa9af278043fe0dca17031c ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/getValue/getvalue002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/referenceType/referencetype001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/location/location001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue001/setvalue001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue002/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue002/setvalue002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue003/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue003/setvalue003a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue004/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue004/setvalue004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thisObject/thisobject002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/thread/thread001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariableByName/visiblevarbyname002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/visibleVariables/visiblevariables002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/forceEarlyReturn/forceEarlyReturn002/forceEarlyReturn002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frame/frame001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames/frames001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frames_ii/frames_ii002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isAtBreakpoint/isatbreakpoint001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended003a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/name/name001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspend/suspend001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/suspendCount/suspendcount001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetCurrentContendedMonitor/cangccm001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetMonitorInfo/cangetmonitorinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/canGetOwnedMonitorInfo/cangetinfo001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/suspend/suspend001a.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Debugee.java Changeset: 3fc1a70c Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:25:17 +0000 URL: https://git.openjdk.org/jdk21u/commit/3fc1a70ca6b98494bce8e5b740fba52cf3a9ea4e 8359167: Remove unused test/hotspot/jtreg/vmTestbase/nsk/share/jpda/BindServer.java Reviewed-by: phh Backport-of: 982064e50ca6bbcfb7d1d619307921adc6f4fdcd ! test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Launcher.java - test/hotspot/jtreg/vmTestbase/nsk/share/jpda/BindServer.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeArgumentHandler.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeBinder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeProcess.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/IOPipe.java Changeset: e5ba1805 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:27:21 +0000 URL: https://git.openjdk.org/jdk21u/commit/e5ba18059c246cce239d5779a4d7028c95ba6261 7191877: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently Backport-of: 5a442197d21e1dfb89cdbf5f0ad5596869ab333a ! test/jdk/ProblemList.txt ! test/jdk/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java ! test/jdk/java/rmi/transport/checkLeaseInfoLeak/LeaseLeakClient.java Changeset: 870438ed Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:30:58 +0000 URL: https://git.openjdk.org/jdk21u/commit/870438ed6453b19817c18d48feae01cddea44d50 8358748: Large page size initialization fails with assert "page_size must be a power of 2" Reviewed-by: mdoerr Backport-of: 40bc083267c0bac64b1092c63325b8d245937b0e ! src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.cpp ! src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.hpp ! src/hotspot/share/runtime/globals.hpp ! test/lib-test/jdk/test/whitebox/vm_flags/SizeTTest.java Changeset: 8cec5dea Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:33:32 +0000 URL: https://git.openjdk.org/jdk21u/commit/8cec5deadbf78f5e9b778e6eb34d89993b1f0d5e 8162380: [TEST_BUG] MouseEvent/.../AltGraphModifierTest.java has only "Fail" button Backport-of: 34c3ac0316dbd29ae670db51bd9230a1e77382d9 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/event/MouseEvent/AltGraphModifierTest/AltGraphModifierTest.java Changeset: 8117654b Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:36:19 +0000 URL: https://git.openjdk.org/jdk21u/commit/8117654b2034cdf31dff1144745c583672ba6e84 8367348: Enhance PassFailJFrame to support links in HTML Backport-of: 7a3025e3d7d33ed02db34c1485aa3c7b44b2d8ee ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 2c9d55f0 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:41:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/2c9d55f00648cc239e05c16400a781f90f25f921 8304811: vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java fails with JVMTI_ERROR_TYPE_MISMATCH Backport-of: 854b384b120fa2af41adca3048070866fe3cafd4 ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp Changeset: 6a9bd778 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:43:24 +0000 URL: https://git.openjdk.org/jdk21u/commit/6a9bd7781ce1ddbc90712b00fd940c4ce697a1fe 8364660: ClassVerifier::ends_in_athrow() should be removed Reviewed-by: mdoerr Backport-of: 1bd814c3b24eb7ef5633ee34bb418e0981ca1708 ! src/hotspot/share/classfile/verifier.cpp ! src/hotspot/share/classfile/verifier.hpp ! src/java.base/share/classes/jdk/internal/classfile/impl/verifier/VerifierImpl.java Changeset: 32bb1bfa Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 13:56:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/32bb1bfa9550c4351b84c76f24c823140d3f58d6 8307160: Fix AWT/2D/A11Y to support the permissive- flag on the Microsoft Visual C compiler Reviewed-by: rschmelter Backport-of: 8bc1867da78ea0b7664892ee277af413ef503b61 ! make/autoconf/flags-cflags.m4 ! src/java.desktop/windows/native/libawt/java2d/d3d/D3DGlyphCache.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Canvas.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Component.cpp ! src/java.desktop/windows/native/libawt/windows/awt_DnDDS.cpp ! src/java.desktop/windows/native/libawt/windows/awt_DnDDT.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Frame.cpp ! src/java.desktop/windows/native/libawt/windows/awt_PrintDialog.h ! src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp ! src/java.desktop/windows/native/libawt/windows/awt_TextComponent.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Window.cpp ! src/jdk.accessibility/windows/native/libjavaaccessbridge/AccessBridgeJavaEntryPoints.cpp Changeset: 34a5b877 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 16:05:04 +0000 URL: https://git.openjdk.org/jdk21u/commit/34a5b8773c0f0f3baeccca5b1f4fb4342204c086 8306579: Consider building with /Zc:throwingNew Reviewed-by: rschmelter Backport-of: a289bcfe7e2786d05c338712b818fc4ef12cb4ac ! make/autoconf/flags-cflags.m4 ! src/java.desktop/windows/native/libawt/windows/awt_new.cpp Changeset: aa0e9e72 Branch: master Author: Satyen Subramaniam Date: 2025-10-28 17:27:02 +0000 URL: https://git.openjdk.org/jdk21u/commit/aa0e9e722330e375a6edf3b5691b3b0616181ebd 8354466: Open some misc Swing bugs 9 Backport-of: da16c839735bbf79ece4967f95a98208f74b7f73 + test/jdk/javax/swing/JPasswordField/bug4382819.java + test/jdk/javax/swing/JSplitPane/bug4820080.java Changeset: d29794f9 Branch: master Author: SendaoYan Date: 2025-10-29 01:44:27 +0000 URL: https://git.openjdk.org/jdk21u/commit/d29794f9974632fd7bb24a09c2cbd2916f2ed65c 8325277: [21u] Backout test change of JDK-8291809 Reviewed-by: phh + test/hotspot/jtreg/compiler/c2/cr7200264/TestDriver.java ! test/hotspot/jtreg/compiler/c2/cr7200264/TestIntVect.java + test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE2IntVect.java + test/hotspot/jtreg/compiler/c2/cr7200264/TestSSE4IntVect.java Changeset: 18f461b5 Branch: master Author: Satyen Subramaniam Date: 2025-10-29 16:45:20 +0000 URL: https://git.openjdk.org/jdk21u/commit/18f461b502e8411f2b87657f3f0b9801f636b9fb 8354465: Open some JTable bugs 8 Backport-of: 7a72f0fac9a0704c4a0ada781f1cadd7c4903b3e + test/jdk/javax/swing/JTable/CheckBoxFirstClick.java + test/jdk/javax/swing/JTable/IllegalStateException.java + test/jdk/javax/swing/JTable/bug4139910.java + test/jdk/javax/swing/JTable/bug4226181.java + test/jdk/javax/swing/JTable/bug4239157.java Changeset: baf007dd Branch: master Author: Satyen Subramaniam Date: 2025-10-29 16:45:42 +0000 URL: https://git.openjdk.org/jdk21u/commit/baf007dd31976cb7dedde9e8a74e807d66a59918 8354341: Open some JTable bugs 7 Backport-of: 9eeb86d972ac4cc38d923b2b868b426bbd27a4e8 = test/jdk/javax/swing/JTable/ShiftClick.java + test/jdk/javax/swing/JTable/bug4128506.java + test/jdk/javax/swing/JTable/bug4190222.java + test/jdk/javax/swing/JTable/bug4224179.java Changeset: 46fc5236 Branch: master Author: SendaoYan Date: 2025-10-30 07:25:53 +0000 URL: https://git.openjdk.org/jdk21u/commit/46fc52365820f61a175f593ff780116db2be62cf 8365983: Tests should throw SkippedException when SCTP not supported Backport-of: a029245a4e1f04052fa0f0a5af16ae0e770bd822 ! test/jdk/com/sun/nio/sctp/SctpChannel/Bind.java ! test/jdk/com/sun/nio/sctp/SctpChannel/CloseDescriptors.java ! test/jdk/com/sun/nio/sctp/SctpChannel/CommUp.java ! test/jdk/com/sun/nio/sctp/SctpChannel/Connect.java ! test/jdk/com/sun/nio/sctp/SctpChannel/Receive.java ! test/jdk/com/sun/nio/sctp/SctpChannel/ReceiveIntoDirect.java ! test/jdk/com/sun/nio/sctp/SctpChannel/Send.java ! test/jdk/com/sun/nio/sctp/SctpChannel/Shutdown.java ! test/jdk/com/sun/nio/sctp/SctpChannel/SocketOptionTests.java ! test/jdk/com/sun/nio/sctp/SctpMultiChannel/Branch.java ! test/jdk/com/sun/nio/sctp/SctpMultiChannel/CloseDescriptors.java ! test/jdk/com/sun/nio/sctp/SctpMultiChannel/Send.java ! test/jdk/com/sun/nio/sctp/SctpMultiChannel/SendFailed.java ! test/jdk/com/sun/nio/sctp/SctpMultiChannel/SocketOptionTests.java ! test/jdk/com/sun/nio/sctp/SctpServerChannel/Accept.java ! test/jdk/com/sun/nio/sctp/SctpServerChannel/NonBlockingAccept.java Changeset: 73043845 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:49:07 +0000 URL: https://git.openjdk.org/jdk21u/commit/7304384580073b21d44ed07f0e42c13d1045f0d9 8356588: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 3 Backport-of: 75504a35ee663625982f8aed508e5ff562643334 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/BreakpointEvent/_itself_/breakpoint001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/catchLocation/location001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ExceptionEvent/exception/exception001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/LocalVariable/isVisible/isvisible001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location004a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Locatable/location/location005a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/MethodEntryEvent/method/method001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/owningThread/owningthread001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepevent001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/currentContendedMonitor/currentcm001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/threadGroup/threadgroup001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/_itself_/value001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type002/type002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Value/type/type002/type002a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals001/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/equals/equals001/equals001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/hashCode/hashcode001/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VoidValue/hashCode/hashcode001/hashcode001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/WatchpointEvent/object/object001a.java Changeset: 8cb2d62a Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:51:34 +0000 URL: https://git.openjdk.org/jdk21u/commit/8cb2d62a7d38cedf32c89b08b7726b5f818168f0 8356811: Some nsk/jdi tests can fetch ThreadReference from static field in the debuggee: part 4 Backport-of: 10258dc56eb7d5d99ca8ed2579e871de91c74769 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod007a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance007a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/equals/equals001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/Event/hashCode/hashcode001a.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum003/defaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/defaultStratum/defaultStratum004/defaultStratum004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceName/sourcename004t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ReferenceType/sourceNames/sourcenames002t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValue/getvalue003t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/getValues/getvalues003t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue006/setvalue006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue006/setvalue006t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent003/stepEvent003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepEvent/_itself_/stepEvent004/stepEvent004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassExclusionFilter/filter001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_rt/filter_rt003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StepRequest/addClassFilter_s/filter_s001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/interrupt/interrupt001.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002t.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/setDefaultStratum/setDefaultStratum003/setDefaultStratum003.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/Debugee.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/sde/SDEDebuggee.java Changeset: 6d97a5e3 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:54:09 +0000 URL: https://git.openjdk.org/jdk21u/commit/6d97a5e3de413bf4b08b98a6ba6576dbc0025c54 8366159: SkippedException is treated as a pass for pkcs11/KeyStore, pkcs11/SecretKeyFactory and pkcs11/SecureRandom Backport-of: 166ef5e7b1c6d6a9f0f1f29fedb7f65b94f53119 ! test/jdk/sun/security/pkcs11/KeyStore/CertChainRemoval.java ! test/jdk/sun/security/pkcs11/KeyStore/ClientAuth.java ! test/jdk/sun/security/pkcs11/SecretKeyFactory/TestGeneral.java ! test/jdk/sun/security/pkcs11/SecureRandom/Basic.java ! test/jdk/sun/security/pkcs11/SecureRandom/TestDeserialization.java Changeset: 9689017e Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:56:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/9689017ef1701d5b4a690623c9b0ab555ffaf741 8366342: Key generator and key pair generator tests skipping, but showing as passed Backport-of: 7690a45f77a2da47fa912fe7a2b2faa589f259f0 ! test/jdk/sun/security/pkcs11/KeyGenerator/DESParity.java ! test/jdk/sun/security/pkcs11/KeyGenerator/TestAES.java ! test/jdk/sun/security/pkcs11/KeyGenerator/TestChaCha20.java ! test/jdk/sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java ! test/jdk/sun/security/pkcs11/KeyPairGenerator/TestDH2048.java ! test/jdk/sun/security/pkcs11/KeyPairGenerator/TestDefaultDHPrivateExpSize.java Changeset: 382181a2 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:59:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/382181a28c787bd6c998f9e50565ce6cc00f33ea 8333526: Restructure java/nio/channels/DatagramChannel/StressNativeSignal.java to a fail fast exception handling policy Backport-of: 4f4030a423d04c8f488d143f0eda4a8de9dbd469 ! test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java Changeset: b17a2374 Branch: master Author: Roland Mesde Committer: Victor Rudometov Date: 2025-10-30 16:41:23 +0000 URL: https://git.openjdk.org/jdk21u/commit/b17a237408e7d83d856ab64b4872f498819ef44e 8318467: [jmh] tests concurrent.Queues and concurrent.ProducerConsumer hang with 101+ threads Backport-of: e05cafda78a37dbeb2df2edd791be19d22edaece ! test/micro/org/openjdk/bench/java/util/concurrent/ProducerConsumer.java ! test/micro/org/openjdk/bench/java/util/concurrent/Queues.java Changeset: 20e9f614 Branch: master Author: Satyen Subramaniam Date: 2025-10-30 22:17:13 +0000 URL: https://git.openjdk.org/jdk21u/commit/20e9f614dcd335d0b4154c8e6f9abaed4837c472 8354095: Open some JTable bugs 5 Backport-of: 7eab2d9f9140a27f7a5c5e0a57b9e6a256558690 + test/jdk/javax/swing/JTable/InternationalCharacters.java + test/jdk/javax/swing/JTable/NullTableHeader.java + test/jdk/javax/swing/JTable/bug4118307.java + test/jdk/javax/swing/JTable/bug4138158.java Changeset: 7ef2dfd6 Branch: master Author: Satyen Subramaniam Date: 2025-10-30 22:17:35 +0000 URL: https://git.openjdk.org/jdk21u/commit/7ef2dfd6772a5de7763fc408cc7b4b8a5d25121c 8354233: Open some JTable bugs 6 Backport-of: ade67df0f363cb95434832f750ac901c1c75c29c + test/jdk/javax/swing/JTable/bug4129401.java + test/jdk/javax/swing/JTable/bug4193727.java + test/jdk/javax/swing/JTable/bug4242631.java Changeset: dd842c44 Branch: master Author: Sergey Chernyshev Committer: Paul Hohensee Date: 2025-10-31 00:50:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/dd842c440e3f50028fc991b29ea096f0e64e967b 8349988: Change cgroup version detection logic to not depend on /proc/cgroups 8347811: Container detection code for cgroups v2 should use cgroup.controllers Reviewed-by: fitzsim Backport-of: 9c5ed23eac7470f56d498e9c4d3c51c2f80fd571 ! src/hotspot/os/linux/cgroupSubsystem_linux.cpp ! src/hotspot/os/linux/cgroupSubsystem_linux.hpp ! src/hotspot/share/prims/whitebox.cpp ! src/hotspot/share/prims/whitebox.hpp ! test/hotspot/jtreg/containers/cgroup/CgroupSubsystemFactory.java ! test/lib/jdk/test/whitebox/WhiteBox.java Changeset: 525ab397 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 09:58:43 +0000 URL: https://git.openjdk.org/jdk21u/commit/525ab397d57d03d8e9b8dcbad998b352ff794186 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main Backport-of: 1b68c731f2461a2f26e6d967dd3f94e217b4d1f4 + test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.html - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.java Changeset: fd2753ab Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:03:05 +0000 URL: https://git.openjdk.org/jdk21u/commit/fd2753ab411ac0dd75fe1fcca312199307facae3 8334509: Cancelling PageDialog does not return the same PageFormat object Backport-of: 689cee3d0950e15e88a1f6738bfded00655dca9c ! src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp + test/jdk/java/awt/print/PrinterJob/PageDialogCancelTest.java Changeset: 53853a1d Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:04:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/53853a1db242241c14a5b219f7d85312ddc04741 8355241: Move NativeDialogToFrontBackTest.java PL test to manual category Backport-of: 33bdc807b18914bb57ca7853ab45d4fa8fdefd47 ! test/jdk/ProblemList.txt Changeset: e3249542 Branch: master Author: Jan Kratochvil Committer: Goetz Lindenmaier Date: 2025-10-31 10:06:59 +0000 URL: https://git.openjdk.org/jdk21u/commit/e32495425ebe07d91128ca34af06457bb2e91d5d 8355077: Compiler error at splashscreen_gif.c due to unterminated string initialization Reviewed-by: lbourges Backport-of: 898d4798003d7b9cd54ef3a149eb037998a39887 ! src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c Changeset: 8070d98d Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:09:48 +0000 URL: https://git.openjdk.org/jdk21u/commit/8070d98d976684efd0167ba1b4f026252d76e6b6 8358813: JPasswordField identifies spaces in password via delete shortcuts Backport-of: 8d73fe91bccd1da53424b9f8a52d9efafabeb243 ! src/java.desktop/macosx/classes/com/apple/laf/AquaKeyBindings.java + test/jdk/javax/swing/JPasswordField/PasswordFieldInputMapWordTest.java Changeset: c5275d33 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:12:22 +0000 URL: https://git.openjdk.org/jdk21u/commit/c5275d331cb82fb1ab6373236890691c3748e891 8325766: Extend CertificateBuilder to create trust and end entity certificates programmatically Reviewed-by: rrich Backport-of: 31847149c1956b23c19a99309982660b4bbdd2d6 ! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java + test/jdk/sun/net/www/protocol/https/HttpsURLConnection/TEST.properties ! test/lib/jdk/test/lib/security/CertificateBuilder.java Changeset: e6ef74bd Branch: master Author: Justin King Committer: Martin Doerr Date: 2025-10-31 13:55:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/e6ef74bd722c69f8b0cf144e0b5eba95d30dcd39 8369506: Bytecode rewriting causes Java heap corruption on AArch64 Reviewed-by: mdoerr Backport-of: 18fd04770294e27011bd576b5ea5fe43fa03e5e3 ! src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp ! src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp ! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp Changeset: cf3b5eb8 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 15:18:26 +0000 URL: https://git.openjdk.org/jdk21u/commit/cf3b5eb8841e38b211c8d8feeb2a8cfc88eaf911 8346753: Test javax/swing/JMenuItem/RightLeftOrientation/RightLeftOrientation.java fails on Windows Server 2025 x64 because the icons of RBMenuItem and CBMenuItem are not visible in Nimbus LookAndFeel Backport-of: 5205eae6ff28c4587ec4cb659ddffce84f00441b ! test/jdk/javax/swing/JMenuItem/RightLeftOrientation.java Changeset: aeef439d Branch: master Author: Satyen Subramaniam Date: 2025-10-31 16:41:49 +0000 URL: https://git.openjdk.org/jdk21u/commit/aeef439dfc6121ee77346b88adc5ce674e786905 8353832: Opensource FontClass, Selection and Icon tests Backport-of: 8c6b611f35af22af5b6c3eb663b30985857c1da3 + test/jdk/java/awt/FontClass/FontTransformAttributeTest.java + test/jdk/java/awt/FontClass/FontUnderscoreTest.java + test/jdk/java/awt/Icon/ChildFrameIconTest.java + test/jdk/java/awt/Selection/TestClipboard.java Changeset: 485ced0d Branch: master Author: Feilong Jiang Committer: Fei Yang Date: 2025-11-01 12:34:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/485ced0d5b240d45640906a4a101ec94c18820ba 8369947: Bytecode rewriting causes Java heap corruption on RISC-V Reviewed-by: fyang Backport-of: 462519935827e25475f2fb35746ad81a14bc5da7 ! src/hotspot/cpu/riscv/interp_masm_riscv.cpp ! src/hotspot/cpu/riscv/interp_masm_riscv.hpp ! src/hotspot/cpu/riscv/templateTable_riscv.cpp From duke at openjdk.org Wed Nov 5 08:12:31 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Nov 2025 08:12:31 GMT Subject: git: openjdk/jdk21u-dev: Added tag jdk-21.0.10+1 for changeset 485ced0d Message-ID: <990dfb39-afef-46f3-b38f-398d39f83506@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-11-05 09:08:24 +0000 Added tag jdk-21.0.10+1 for changeset 485ced0d5b24 Changeset: 485ced0d Author: Feilong Jiang Committer: Fei Yang Date: 2025-11-01 12:34:50 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/485ced0d5b240d45640906a4a101ec94c18820ba From duke at openjdk.org Wed Nov 5 08:16:22 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Nov 2025 08:16:22 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.10+0 for changeset 48f48ec7 Message-ID: <4255c825-8147-4641-8c12-2d31bb19d037@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-09-03 09:05:06 +0000 Added tag jdk-21.0.10+0 for changeset 48f48ec7f250 Changeset: 48f48ec7 Author: Matthias Baesken Date: 2025-09-02 11:49:51 +0000 URL: https://git.openjdk.org/jdk21u/commit/48f48ec7f2507cb8335b190c9178446cfd55b027 From duke at openjdk.org Wed Nov 5 08:17:45 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Nov 2025 08:17:45 GMT Subject: git: openjdk/jdk21u: Added tag jdk-21.0.10+1 for changeset 485ced0d Message-ID: <25c5a02f-9d45-4427-a87a-de324c6c0a5b@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-11-05 09:08:24 +0000 Added tag jdk-21.0.10+1 for changeset 485ced0d5b24 Changeset: 485ced0d Author: Feilong Jiang Committer: Fei Yang Date: 2025-11-01 12:34:50 +0000 URL: https://git.openjdk.org/jdk21u/commit/485ced0d5b240d45640906a4a101ec94c18820ba From shade at openjdk.org Wed Nov 5 08:30:50 2025 From: shade at openjdk.org (Aleksey Shipilev) Date: Wed, 5 Nov 2025 08:30:50 GMT Subject: git: openjdk/jdk17u: 246 new changesets Message-ID: Changeset: aabe830e Branch: master Author: Satyen Subramaniam Date: 2025-09-02 17:18:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/aabe830e3ad26e53cf8af10acb7d8bb7baac66ea 8314319: LogCompilation doesn't reset lateInlining when it encounters a failure. Backport-of: e9e0c5699b8d0fbd1bd3a6caa3e0182a2e5bdda3 ! src/utils/LogCompilation/src/main/java/com/sun/hotspot/tools/compiler/LogParser.java + src/utils/LogCompilation/src/test/java/com/sun/hotspot/tools/compiler/TestPrebuiltLogs.java + src/utils/LogCompilation/src/test/resources/8314319.xml Changeset: 4771398a Branch: master Author: Satyen Subramaniam Date: 2025-09-02 17:19:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/4771398a49c1a93b453f510ca89fe22621b157b5 8354106: Clean up and open source KeyEvent related tests (Part 2) Backport-of: e163a76f2bacf06980026feb7e645e616ffe2ad4 + test/jdk/java/awt/event/KeyEvent/KeyPressedModifiers.java + test/jdk/java/awt/event/KeyEvent/KeyTest.java Changeset: 01e754ff Branch: master Author: Satyen Subramaniam Date: 2025-09-02 17:21:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/01e754ffdc5275ade83c84ec259258ec3845c0b6 8340015: Open source several AWT focus tests - series 7 Reviewed-by: shade Backport-of: 147e30070d8adbe65453a3a9316b9324890ea25f ! test/jdk/ProblemList.txt + test/jdk/java/awt/Focus/MinimizeNonfocusableWindowTest.java + test/jdk/java/awt/Focus/WindowDisposeFocusTest.java + test/jdk/java/awt/Focus/bug6435715.java Changeset: 0e0c83b5 Branch: master Author: Goetz Lindenmaier Date: 2025-09-03 07:27:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/0e0c83b50cd1b1e5c6260257f08b242dc060a38b 8366233: Bump update version for OpenJDK: jdk-17.0.18 Reviewed-by: mbaesken ! .jcheck/conf ! make/conf/version-numbers.conf Changeset: c0dcb081 Branch: master Author: Satyen Subramaniam Date: 2025-09-03 16:49:42 +0000 URL: https://git.openjdk.org/jdk17u/commit/c0dcb0813e2e6d61b70abaa489a1cc4e00579d5c 8353589: Open source a few Swing menu-related tests Backport-of: 98dac46aac2cea9790c1275208cc4c92e8e9a98a + test/jdk/javax/swing/JPopupMenu/bug4119993.java + test/jdk/javax/swing/JPopupMenu/bug4187004.java + test/jdk/javax/swing/JPopupMenu/bug4530303.java Changeset: 3625d2ce Branch: master Author: Satyen Subramaniam Date: 2025-09-03 16:50:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/3625d2ce6a4a56920a256390292a1aa450a4e070 8354472: Clean up and open source KeyEvent related tests (Part 3) Backport-of: cd2d49f7119459f07844ce8201ca2320850cd51f + test/jdk/java/awt/event/KeyEvent/CharUndefinedTest.java + test/jdk/java/awt/event/KeyEvent/ExtendedKeysTest.java + test/jdk/java/awt/event/KeyEvent/KeyDownCaptureTest.java + test/jdk/java/awt/event/KeyEvent/KeyEventToLightweight.java + test/jdk/java/awt/event/KeyEvent/KeyModifiers.java Changeset: 7842c7d7 Branch: master Author: Roman Marchenko Committer: Paul Hohensee Date: 2025-09-03 20:17:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/7842c7d7b2c20f68138042c29c4eebe91c716060 8347826: Introspector shows wrong method list after 8071693 Backport-of: c5f235c000db6654493ea109008dbccf97f01678 ! src/java.desktop/share/classes/com/sun/beans/introspect/MethodInfo.java ! src/java.desktop/share/classes/com/sun/beans/introspect/PropertyInfo.java ! src/java.desktop/share/classes/java/beans/Introspector.java ! test/jdk/java/beans/Introspector/DefaultMethodBeanPropertyTest.java Changeset: 5d55655f Branch: master Author: SendaoYan Date: 2025-09-05 07:45:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/5d55655f6a3f3ebf076bdd3174362f4d6de6b9fe 8359207: Remove runtime/signal/TestSigusr2.java since it is always skipped Backport-of: 51877f568ba84a8ec7721656571c90c5eb952eb3 ! test/hotspot/jtreg/runtime/signal/SigTestDriver.java - test/hotspot/jtreg/runtime/signal/TestSigusr2.java Changeset: a9cadcdb Branch: master Author: SendaoYan Date: 2025-09-05 07:47:34 +0000 URL: https://git.openjdk.org/jdk17u/commit/a9cadcdb345c28a028dd28ba5275063b78cdc192 8362855: Test java/net/ipv6tests/TcpTest.java should report SkippedException when there no ia4addr or ia6addr Backport-of: 0f49f65af3ac85b93ccf140dcfad823fb03b5ce1 ! test/jdk/java/net/ipv6tests/TcpTest.java Changeset: d69cde4e Branch: master Author: Goetz Lindenmaier Date: 2025-09-08 11:24:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/d69cde4e84408796c7b3beac667c71137df0e33c 8140527: JInternalFrame has incorrect title button width 8139392: JInternalFrame has incorrect padding Backport-of: acf591e856ce4b43303b1578bd64a8c9ab0063ea ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsInternalFrameTitlePane.java + test/jdk/javax/swing/JInternalFrame/InternalFrameTitleButtonTest.java Changeset: d2241bc6 Branch: master Author: Satyen Subramaniam Date: 2025-09-08 16:48:34 +0000 URL: https://git.openjdk.org/jdk17u/commit/d2241bc6373944d8bd2ab0137f65a51fe9b14bdb 8354214: Open source Swing tests Batch 2 Backport-of: 2be5bc847a444f08a4ebb41b58e8a2bf4553d621 + test/jdk/javax/swing/JList/bug4193267.java + test/jdk/javax/swing/JList/bug4249161.java + test/jdk/javax/swing/JList/bug4618767.java Changeset: d9d075b0 Branch: master Author: Satyen Subramaniam Date: 2025-09-08 16:49:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/d9d075b03b559a290e9c5ce8d8f92b1bc72e825b 8354653: Clean up and open source KeyEvent related tests (Part 4) Backport-of: a7128d86eac2c40dbfa79811234ab6226fb4d080 + test/jdk/java/awt/event/KeyEvent/AltGrTest.java + test/jdk/java/awt/event/KeyEvent/CRTest.java + test/jdk/java/awt/event/KeyEvent/NumpadTest2.java + test/jdk/java/awt/event/KeyEvent/TestDoubleKeyEvent.java Changeset: a38f312f Branch: master Author: Goetz Lindenmaier Date: 2025-09-09 07:27:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/a38f312fb2284296cfd9ec9d8c63679dcd6f2d8a 8286447: [Linux] AWT should start in Headless mode if headful AWT library not installed Backport-of: aa5062584c5a17d1ad21e31ce3f4768f6a5edbc8 ! src/java.desktop/unix/classes/sun/awt/PlatformGraphicsInfo.java Changeset: d97dda5e Branch: master Author: Roland Westrelin Date: 2025-09-09 08:11:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/d97dda5e80b70dafb9ebf13b8a9525b93c57cefa 8358334: C2/Shenandoah: incorrect execution with Unsafe Reviewed-by: phh, shade Backport-of: 23069e9163c4d416aa9861bc0c7beb37a71dbfa7 ! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.cpp ! src/hotspot/share/gc/shenandoah/c2/shenandoahSupport.hpp + test/hotspot/jtreg/gc/shenandoah/compiler/TestLostAntiDependencyAtExpansion.java Changeset: 375263f5 Branch: master Author: Satyen Subramaniam Date: 2025-09-09 16:28:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/375263f5097342e7f4181671d1347ff105714cef 8353319: Open source Swing tests - Set 3 Backport-of: bf63f9ffa5e107ecb01e67dbef785a7bf4c89f16 ! test/jdk/javax/swing/JFrame/bug4419914.java + test/jdk/javax/swing/JRootPane/bug4614623.java + test/jdk/javax/swing/JTabbedPane/bug4613811.java + test/jdk/javax/swing/JWindow/bug4251781.java Changeset: 86b167cd Branch: master Author: Satyen Subramaniam Date: 2025-09-09 16:29:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/86b167cd35cc666a6d5e28ac90d1b3558133b78d 8354418: Open source Swing tests Batch 4 Backport-of: dda4b5a4ade2e5d7225117e58fce4038bb0e0f1b + test/jdk/com/sun/java/swing/plaf/windows/MenuItem/AcceleratorDelimiter/WindowsLAFMenuAcceleratorDelimiter.java + test/jdk/com/sun/java/swing/plaf/windows/WindowsDesktopManager/4227768/bug4227768.java + test/jdk/com/sun/java/swing/plaf/windows/WindowsDesktopManager/4305725/bug4305725.java Changeset: 74c02969 Branch: master Author: Goetz Lindenmaier Date: 2025-09-10 07:54:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/74c029695019fcfc4a0aa3160e5f0aa311c5998c Merge ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsIconFactory.java Changeset: 47c39928 Branch: master Author: Satyen Subramaniam Date: 2025-09-10 16:44:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/47c3992807b688d6353c85a1b255fc68a314e7b2 8354340: Open source Swing Tests - Set 6 Backport-of: 76dec47f00230214e9ba58714be5a3ad26f8308d + test/jdk/javax/swing/JViewport/ScrollRectToVisibleTest3.java + test/jdk/javax/swing/JViewport/SetViewRepaint.java Changeset: ca3ad0ef Branch: master Author: Satyen Subramaniam Date: 2025-09-10 16:44:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/ca3ad0ef1ecf4ba87ad4758c6a24c2b51a341547 8353486: Open source Swing Tests - Set 4 Backport-of: 486a66469bc0c814d07e03ce0e7231b408a4d579 + test/jdk/javax/swing/JFileChooser/bug4464774.java + test/jdk/javax/swing/JFileChooser/bug4522756.java + test/jdk/javax/swing/JFileChooser/bug4759934.java + test/jdk/javax/swing/JFileChooser/bug4943900.java + test/jdk/javax/swing/JOptionPane/bug4194862.java Changeset: bd11dddc Branch: master Author: Satyen Subramaniam Date: 2025-09-11 16:38:01 +0000 URL: https://git.openjdk.org/jdk17u/commit/bd11dddc50bfe8b739ddff1b6bcf07f3b7d4fc7e 8339962: Open source AWT TextField tests - Set1 Backport-of: 31849127a06e448c705a61c536f51fc037bc4979 + test/jdk/java/awt/Label/ContainerValidateTest.java + test/jdk/java/awt/TextField/SetEchoCharTest.java + test/jdk/java/awt/TextField/SetEchoCharWordOpsTest.java Changeset: bdf320a9 Branch: master Author: Satyen Subramaniam Date: 2025-09-11 16:38:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/bdf320a9a3a141075e8c99324b7ffd48cdb7f381 8354532: Open source JFileChooser Tests - Set 7 Backport-of: bd73127d7495244f93f941530db32b4559d45689 + test/jdk/javax/swing/JFileChooser/bug4357012.java + test/jdk/javax/swing/JFileChooser/bug4926884.java + test/jdk/javax/swing/JFileChooser/bug5045464.java + test/jdk/javax/swing/JFileChooser/bug6515169.java Changeset: b838ae0a Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:23:44 +0000 URL: https://git.openjdk.org/jdk17u/commit/b838ae0a7bbe34f345a4d56af21df4badce0caf2 8245545: Disable TLS_RSA cipher suites Reviewed-by: mbaesken Backport-of: 882d6358074135b2c4fe21b32bd73f40022980bc ! src/java.base/share/conf/security/java.security ! test/jdk/javax/net/ssl/DTLS/CipherSuite.java ! test/jdk/javax/net/ssl/SSLEngine/Basics.java ! test/jdk/javax/net/ssl/SSLEngine/EngineCloseOnAlert.java ! test/jdk/javax/net/ssl/TLSv11/GenericBlockCipher.java ! test/jdk/javax/net/ssl/TLSv12/ProtocolFilter.java ! test/jdk/javax/net/ssl/ciphersuites/DisabledAlgorithms.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/SystemPropCipherSuitesOrder.java ! test/jdk/javax/net/ssl/sanity/ciphersuites/TLSCipherSuitesOrder.java ! test/jdk/sun/security/pkcs11/tls/tls12/FipsModeTLS12.java ! test/jdk/sun/security/ssl/ClientHandshaker/LengthCheckTest.java ! test/jdk/sun/security/ssl/EngineArgs/DebugReportsOneExtraByte.java Changeset: 83d30259 Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:31:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/83d30259541f01eab7e9e40b60952b44ca7cb30d 8350813: Rendering of bulky sound bank from MIDI sequence can cause OutOfMemoryError Backport-of: fcc2a24291d499f7149debad1250903ddc369d91 ! src/java.desktop/share/classes/com/sun/media/sound/AudioFileSoundbankReader.java + test/jdk/javax/sound/midi/BulkSoundBank/BulkSoundBank.java Changeset: 50441c94 Branch: master Author: Goetz Lindenmaier Date: 2025-09-11 17:33:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/50441c9473e7957caa14de666bec62e1c2446e38 8357675: Amend headless message Backport-of: 12ee80cac754c1a6dd37191a9f80c01de8b659ad ! src/java.desktop/unix/classes/sun/awt/PlatformGraphicsInfo.java Changeset: 640f822a Branch: master Author: John Jiang Date: 2025-09-12 01:47:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/640f822adae61ec221f232f33a9915ee809c57cf 8364597: Replace THL A29 Limited with Tencent Reviewed-by: andrew Backport-of: 4c9eaddaef83c6ba30e27ae3e0d16caeeec206cb ! src/hotspot/cpu/x86/macroAssembler_x86_exp.cpp ! src/hotspot/cpu/x86/macroAssembler_x86_log.cpp ! src/hotspot/cpu/x86/macroAssembler_x86_pow.cpp ! test/hotspot/jtreg/compiler/arraycopy/TestIllegalArrayCopyBeforeInfiniteLoop.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex1.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegArrayLengthAsIndex2.java ! test/hotspot/jtreg/compiler/arraycopy/TestNegativeArrayCopyAfterLoop.java ! test/hotspot/jtreg/compiler/c1/TestRangeCheckEliminated.java ! test/hotspot/jtreg/compiler/c2/cr6865031/Test.java ! test/hotspot/jtreg/compiler/debug/TraceIterativeGVN.java ! test/hotspot/jtreg/compiler/intrinsics/math/TestPow0Dot5Opt.java ! test/hotspot/jtreg/compiler/intrinsics/math/TestPow2Opt.java ! test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnSupportedCPU.java ! test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHA3IntrinsicsOptionOnUnsupportedCPU.java ! test/hotspot/jtreg/compiler/jvmci/errors/TestInvalidTieredStopAtLevel.java ! test/hotspot/jtreg/compiler/loopopts/TestLoopEndNodeEliminate.java ! test/hotspot/jtreg/compiler/loopopts/TestLoopPredicateDep.java ! test/hotspot/jtreg/compiler/loopopts/TestSkeletonPredicateNegation.java ! test/hotspot/jtreg/compiler/oracle/TestInvalidCompileCommand.java ! test/hotspot/jtreg/compiler/regalloc/TestGCMRecalcPressureNodes.java ! test/hotspot/jtreg/compiler/unsafe/TestMisalignedUnsafeAccess.java ! test/hotspot/jtreg/compiler/vectorapi/TestIntrinsicBailOut.java ! test/hotspot/jtreg/compiler/vectorapi/TestVectorErgonomics.java ! test/hotspot/jtreg/compiler/vectorapi/VectorReinterpretTest.java ! test/hotspot/jtreg/containers/docker/TestMemoryWithCgroupV1.java ! test/hotspot/jtreg/gc/g1/TestBuffersToCardsOverflow.java ! test/hotspot/jtreg/gtest/MetaspaceUtilsGtests.java ! test/jdk/javax/net/ssl/ServerName/EndingDotHostname.java ! test/jdk/javax/net/ssl/templates/SSLExampleCert.java ! test/jdk/javax/security/auth/callback/PasswordCallback/CheckCleanerBound.java ! test/jdk/javax/security/auth/callback/PasswordCallback/PasswordCleanup.java ! test/jdk/jdk/internal/platform/docker/GetFreeSwapSpaceSize.java ! test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java ! test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS12.java ! test/jdk/sun/security/ssl/SignatureScheme/SigAlgosExtTestWithTLS13.java ! test/micro/org/openjdk/bench/java/security/Signatures.java ! test/micro/org/openjdk/bench/vm/compiler/LoopUnroll.java Changeset: 4eb25b39 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:08:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/4eb25b39084bd3f9ca4d35322f515a72c71572b4 8204868: java/util/zip/ZipFile/TestCleaner.java still fails with "cleaner failed to clean zipfile." Backport-of: 3626ac35b34650dc64938af63ea21f9f4e011fe4 ! test/jdk/java/util/zip/ZipFile/TestCleaner.java Changeset: 0a72676d Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:14:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/0a72676db2e1d5050b6063c6e682aff50f53d4c8 8351567: Jar Manifest test ValueUtf8Coding produces misleading diagnostic output Backport-of: ffa63409884e9a2d41f5223ab5962980edbb008c ! test/jdk/java/util/jar/Manifest/ValueUtf8Coding.java Changeset: 405824f0 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:17:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/405824f0c4bc2b21031ffd9f81af35107e308dba 8219408: Tests should handle ${} in the view of jtreg "smart action" Backport-of: 353e1738f6eb9965571e1de881d209b698492e6e - test/jdk/com/sun/security/auth/login/ConfigFile/TEST.properties - test/jdk/java/security/Security/SecurityPropFile/TEST.properties - test/jdk/javax/security/auth/login/TEST.properties - test/jdk/sun/security/util/Resources/TEST.properties Changeset: 780249c3 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:19:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/780249c34cf75e0ddc6b57cb95cd45bcdaeff88a 8355558: SJIS.java test is always ignored Backport-of: c0dc31422d6e7435ad7abdb547dedcc50b7fc0c3 ! test/jdk/java/io/pathNames/win32/SJIS.java Changeset: 57bee641 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:20:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/57bee641b23d677dab776b1b04776cbcb0f2840d 8353585: Provide ChoiceFormat#parse(String, ParsePosition) tests Backport-of: fd2734e97d3ef505473938109746ae59d5fefca6 + test/jdk/java/text/Format/ChoiceFormat/ParseTest.java Changeset: ed3c5aa4 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:25:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/ed3c5aa4dc1aa3f822875739f1d9d8be8e4bbe99 8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value Backport-of: 5faa55902211e5ad8edc51282022ed9db3684b25 ! test/jdk/java/io/File/MacPathTest.java ! test/jdk/java/io/File/MaxPath.java ! test/jdk/java/io/File/WinDeviceName.java ! test/jdk/java/io/File/WinMaxPath.java ! test/jdk/java/io/File/WinSpecialFiles.java ! test/jdk/java/io/FileOutputStream/ManyFiles.java Changeset: f0b110dd Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:25:44 +0000 URL: https://git.openjdk.org/jdk17u/commit/f0b110ddb09cdacc0f8263c324057cd664c603db 8318730: MonitorVmStartTerminate.java still times out after JDK-8209595 Backport-of: 841989b2701b4ee0ec9be03d8007e6788edf56b4 ! test/jdk/sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java Changeset: 3c68d86a Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:28:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/3c68d86a1e981b1db14a9bf3f4ec46e34e769959 8361748: Enforce limits on the size of an XBM image Backport-of: c71be802b530034169d17325478dba6e2f1c3238 ! src/java.desktop/share/classes/sun/awt/image/XbmImageDecoder.java + test/jdk/java/awt/image/XBMDecoder/XBMDecoderTest.java + test/jdk/java/awt/image/XBMDecoder/invalid.xbm + test/jdk/java/awt/image/XBMDecoder/invalid_hex.xbm + test/jdk/java/awt/image/XBMDecoder/invalid_ht.xbm + test/jdk/java/awt/image/XBMDecoder/valid.xbm + test/jdk/java/awt/image/XBMDecoder/valid_hex.xbm Changeset: a9d6f2e4 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:30:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/a9d6f2e4e0b7a9fe344846597e6137c03a6c6f4d 8286159: Memory leak in getAllConfigs of awt_GraphicsEnv.c:585 Backport-of: 97bd4c255a319ce626a316ed211ef1fd7d0f1e14 ! src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c Changeset: 3229821a Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:32:23 +0000 URL: https://git.openjdk.org/jdk17u/commit/3229821aadc4a58e6dffd396424d13c5dfc7ca08 8288180: C2: VectorPhase must ensure that SafePointNode memory input is a MergeMemNode Backport-of: 6f2223faa170a800f76a54a6637c160eadab6232 ! src/hotspot/share/opto/vector.cpp ! test/hotspot/jtreg/compiler/vectorapi/TestLoopStoreVector.java Changeset: 8bdebb05 Branch: master Author: Goetz Lindenmaier Date: 2025-09-12 09:34:34 +0000 URL: https://git.openjdk.org/jdk17u/commit/8bdebb058ae152a1666a0268bd5e4ce6b862b9fd 8297936: Use reachabilityFence to manage liveness in ClassUnload tests Backport-of: 5085bd5f05ca70e08c6764ed208d574c556b6c57 ! test/hotspot/jtreg/runtime/ClassUnload/ConstantPoolDependsTest.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveObject.java ! test/hotspot/jtreg/runtime/ClassUnload/UnloadTest.java Changeset: 3884758d Branch: master Author: Satyen Subramaniam Date: 2025-09-12 16:27:25 +0000 URL: https://git.openjdk.org/jdk17u/commit/3884758db4b6ca85173edc143ecbfbb662c279fb 8354552: Open source a few Swing tests Backport-of: 31e293b0821b754f0fd0dd3a9d9143a0fd43a256 + test/jdk/javax/swing/JEditorPane/ScrollToReferenceTest/ScrollToReferenceTest.java + test/jdk/javax/swing/JEditorPane/ScrollToReferenceTest/test.html + test/jdk/javax/swing/JLabel/bug4106007.java + test/jdk/javax/swing/JLabel/bug4945795.java Changeset: deab691b Branch: master Author: Sergey Bylokhov Date: 2025-09-12 17:02:13 +0000 URL: https://git.openjdk.org/jdk17u/commit/deab691bb02028a3dd4ed64787bbb41810eaca14 8354873: javax/swing/plaf/metal/MetalIconFactory/bug4952462.java failing on CI Backport-of: d80db00f8221b95ab767bb84d06b83a83ba4cd4c ! test/jdk/javax/swing/plaf/metal/MetalIconFactory/bug4952462.java Changeset: 0d23b920 Branch: master Author: Goetz Lindenmaier Date: 2025-09-13 06:12:21 +0000 URL: https://git.openjdk.org/jdk17u/commit/0d23b920eef22dde98196308f0c7f0e387b28f14 8328124: Convert java/awt/Frame/ShownOnPack/ShownOnPack.html applet test to main Backport-of: 7cc1965a252347f37dca69859d5ecaf2b55020c6 - test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.html ! test/jdk/java/awt/Frame/ShownOnPack/ShownOnPack.java Changeset: c6d28bf1 Branch: master Author: Goetz Lindenmaier Date: 2025-09-13 06:14:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/c6d28bf1eba30b1794d4b8e14a9b9fab9d89607c 8328562: Convert java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java applet test to main Backport-of: fb8f2a0a929ebe7f65c69741712b89bbb403ade9 - test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.html ! test/jdk/java/awt/InputMethods/DiacriticsTest/DiacriticsTest.java Changeset: c7d6411c Branch: master Author: SendaoYan Date: 2025-09-15 08:10:45 +0000 URL: https://git.openjdk.org/jdk17u/commit/c7d6411cfe1debaf4979ec52581a92af5996c1ab 8359402: Test CloseDescriptors.java should throw SkippedException when there is no lsof/sctp Backport-of: 36b185a93065a83ea6f93fbed6382a8465657810 ! test/jdk/com/sun/nio/sctp/SctpChannel/CloseDescriptors.java Changeset: 468b36aa Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:25:27 +0000 URL: https://git.openjdk.org/jdk17u/commit/468b36aa869f62ea0efa3d0fa4999cfcbf71412f 8236907: JTable added to nested panels does not paint last visible row Backport-of: bae0d5e7174fed8ffa8a30408c3cffa6e4dd3ddc ! src/java.desktop/share/classes/javax/swing/TablePrintable.java ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTableUI.java + test/jdk/javax/swing/JTable/8236907/LastVisibleRow.java Changeset: fceca5a9 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:28:27 +0000 URL: https://git.openjdk.org/jdk17u/commit/fceca5a9e3cb6ff4c4748fcb9a24438ffe4ab1fe 8292214: Memory leak in getAllConfigs of awt_GraphicsEnv.c:386 Backport-of: 1166a8abd2e5fba16b5cd29431de2628a52a8e08 ! src/java.desktop/unix/native/libawt_xawt/awt/awt_GraphicsEnv.c Changeset: d9732741 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:31:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/d9732741349128ef054d30445cb0d92ff7f82324 8331231: containers/docker/TestContainerInfo.java fails Backport-of: 0bf728212fb4bce067076780aaa5b9341d7cdb6b ! test/hotspot/jtreg/containers/docker/TestContainerInfo.java Changeset: 121903bc Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:34:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/121903bca7664685f48d17147c19811d2c94bfaa 8324491: Keyboard layout didn't keep its state if it was changed when dialog was active Backport-of: 2be07b5f9d2f3f0b885feb08ff10a57824ea5748 ! src/java.desktop/windows/classes/sun/awt/windows/WInputMethod.java Changeset: 2a2bc2c9 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:39:01 +0000 URL: https://git.openjdk.org/jdk17u/commit/2a2bc2c979b68257997d777924446b8925a45ba0 8346929: runtime/ClassUnload/DictionaryDependsTest.java fails with "Test failed: should be unloaded" Backport-of: 6e43f48fcf342266b3d50688af7ae4664c018ac8 ! test/hotspot/jtreg/runtime/ClassUnload/DictionaryDependsTest.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClass.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveClassLoader.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveObject.java ! test/hotspot/jtreg/runtime/ClassUnload/KeepAliveSoftReference.java ! test/hotspot/jtreg/runtime/ClassUnload/SuperDependsTest.java ! test/hotspot/jtreg/runtime/ClassUnload/UnloadInterfaceTest.java ! test/hotspot/jtreg/runtime/ClassUnload/UnloadTest.java ! test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/HelloUnload.java ! test/hotspot/jtreg/runtime/cds/appcds/customLoader/test-classes/UnloadUnregisteredLoader.java ! test/hotspot/jtreg/runtime/logging/ClassLoadUnloadTest.java Changeset: 86765246 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:41:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/86765246d95c9e9586540c5f865ba093dff92ffe 8340321: Disable SHA-1 in TLS/DTLS 1.2 handshake signatures Backport-of: dfa79c373097d17a347b7c17103c57e12f59dc67 ! src/java.base/share/classes/sun/security/ssl/SignatureScheme.java ! src/java.base/share/conf/security/java.security + test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureDTLS12.java + test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureTLS12.java + test/jdk/sun/security/ssl/SignatureScheme/DisableSHA1inHandshakeSignatureTLS13.java Changeset: fa91cf48 Branch: master Author: Goetz Lindenmaier Date: 2025-09-15 12:51:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/fa91cf48e58a231e9c1149ec4830d17a8ff308dd 8325647: [IR framework] Only prints stdout if exitCode is 134 Backport-of: 3b271981662df2a7fdf04ffd75d017964425607c ! test/hotspot/jtreg/compiler/lib/ir_framework/driver/TestVMProcess.java Changeset: 2e0b13fb Branch: master Author: Jan Kratochvil Committer: Alexey Bakhtin Date: 2025-09-16 14:16:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/2e0b13fbf3dc7af25364a4fcffeac47bfd1596f8 8347377: Add validation checks for ICC_Profile header fields Co-authored-by: Anton Voznia Backport-of: ed8945a68a67dd51a7cfa332905941afccc12b36 ! src/java.desktop/share/classes/java/awt/color/ICC_ColorSpace.java ! src/java.desktop/share/classes/java/awt/color/ICC_Profile.java + test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/ValidateICCHeaderData.java = test/jdk/java/awt/color/ICC_Profile/ValidateICCHeaderData/invalidSRGB.icc Changeset: 269a9258 Branch: master Author: Satyen Subramaniam Date: 2025-09-16 16:27:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/269a92580aa6d1480811fa55a6d9f66e1cc6cc9f 8354495: Open source several AWT DataTransfer tests Backport-of: 9c86ac27236a67ff7d84447821d89772b993f7e1 ! test/jdk/ProblemList.txt + test/jdk/java/awt/datatransfer/ClipboardPerformanceTest.java + test/jdk/java/awt/datatransfer/HTMLTransferConsoleOutputTest.java + test/jdk/java/awt/datatransfer/ImageTransferCrashTest.java Changeset: 16996c06 Branch: master Author: Satyen Subramaniam Date: 2025-09-16 16:27:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/16996c06e8a54eeadb004834355df8a4431e4a43 8353309: Open source several Swing text tests 8359418: Test "javax/swing/text/GlyphView/bug4188841.java" failed because the phrase of text pane does not match the instructions Reviewed-by: serb Backport-of: 31a6de2e743923c92e976d5f5536120736d56029 + test/jdk/javax/swing/text/BoxView/BaselineTest.java + test/jdk/javax/swing/text/GlyphView/bug4188841.java + test/jdk/javax/swing/text/html/FormView/4473401/bug4473401.java = test/jdk/javax/swing/text/html/FormView/4473401/frame1.html = test/jdk/javax/swing/text/html/FormView/4473401/frame2.html + test/jdk/javax/swing/text/html/FormView/4473401/frameresult.html = test/jdk/javax/swing/text/html/FormView/4473401/frameset.html + test/jdk/javax/swing/text/html/FormView/bug4529702.java + test/jdk/javax/swing/text/html/FrameSetView/4890934/bug4890934.java + test/jdk/javax/swing/text/html/FrameSetView/4890934/frame1.html = test/jdk/javax/swing/text/html/FrameSetView/4890934/frame2.html = test/jdk/javax/swing/text/html/FrameSetView/4890934/frameresult.html = test/jdk/javax/swing/text/html/FrameSetView/4890934/frameset.html Changeset: 58ac267f Branch: master Author: Matthias Bl?sing Committer: Antonio Vieiro Date: 2025-09-17 08:50:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/58ac267f44f91a4e1cb49b92b8b9baa0e77fdab3 8353950: Clipboard interaction on Windows is unstable 8332271: Reading data from the clipboard from multiple threads crashes the JVM Backport-of: 92be7821f5d5cbf5fe0244b41b2b7b1ada898df0 ! src/java.desktop/share/classes/sun/awt/datatransfer/SunClipboard.java ! src/java.desktop/windows/classes/sun/awt/windows/WClipboard.java ! src/java.desktop/windows/native/libawt/windows/awt_Clipboard.cpp + test/jdk/java/awt/Clipboard/ConcurrentClipboardAccessTest.java Changeset: 9f3c646c Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:53:18 +0000 URL: https://git.openjdk.org/jdk17u/commit/9f3c646c3366494a9a307c27595d9def18b82601 8285915: failure_handler: gather the contents of /etc/hosts file Backport-of: 45ca81ff5f25ce7927c5debc2f89b41246b91b92 ! test/failure_handler/src/share/conf/linux.properties ! test/failure_handler/src/share/conf/mac.properties ! test/failure_handler/src/share/conf/windows.properties Changeset: 6cc84727 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:56:06 +0000 URL: https://git.openjdk.org/jdk17u/commit/6cc8472781b1381ba9956ed7a1773218b284c1a3 8304163: Move jdk.internal.module.ModuleInfoWriter to the test library Reviewed-by: phh Backport-of: 622f239448c2a96a74202621ee84c181d79fbde4 ! test/hotspot/jtreg/serviceability/dcmd/framework/TestProcessModuleLauncher.java ! test/hotspot/jtreg/serviceability/dcmd/framework/VMVersionTest.java ! test/jdk/java/lang/ClassLoader/securityManager/ClassLoaderTest.java ! test/jdk/java/lang/ModuleTests/AnnotationsTest.java ! test/jdk/java/lang/module/ClassFileVersionsTest.java ! test/jdk/java/lang/module/ConfigurationTest.java ! test/jdk/java/lang/module/ModuleDescriptorTest.java ! test/jdk/java/lang/module/ModuleFinderTest.java ! test/jdk/java/lang/module/ModuleNamesTest.java ! test/jdk/java/lang/module/MultiReleaseJarTest.java ! test/jdk/java/security/Provider/SecurityProviderModularTest.java ! test/jdk/javax/security/auth/login/modules/JaasModularClientTest.java ! test/jdk/javax/security/auth/login/modules/JaasModularDefaultHandlerTest.java ! test/jdk/jdk/modules/incubator/ServiceBinding.java ! test/jdk/sun/tools/jcmd/TestProcessHelper.java ! test/jdk/tools/jlink/JLinkNegativeTest.java = test/lib/jdk/test/lib/util/ModuleInfoWriter.java Changeset: dd7f5ef0 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 12:59:13 +0000 URL: https://git.openjdk.org/jdk17u/commit/dd7f5ef07dcdce14ff5eed617ee4edbb2c4502f9 8201183: sjavac build failures: "Connection attempt failed: Connection refused" Reviewed-by: rschmelter Backport-of: ecc603ca9b441cbb7ad27fbc2529fcb0b1da1992 ! src/jdk.compiler/share/classes/com/sun/tools/sjavac/server/PortFile.java Changeset: dde0cc79 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:02:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/dde0cc79f5a383124ad750c280c52bcc7b253033 8338740: java/net/httpclient/HttpsTunnelAuthTest.java fails with java.io.IOException: HTTP/1.1 header parser received no bytes Backport-of: 4ca2c208ea2b308093b4a25b04a274f9b1ec6a1d ! test/jdk/java/net/httpclient/ProxyServer.java Changeset: 2f33cec2 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:05:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/2f33cec2818256561750de65598154398d4b9525 8338428: Add logging of final VM flags while setting properties Reviewed-by: rschmelter Backport-of: 48277018a5a3fe861ebe9bf0860a2809611fb66f ! test/hotspot/jtreg/TEST.ROOT ! test/jdk/TEST.ROOT Changeset: 42451538 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:07:57 +0000 URL: https://git.openjdk.org/jdk17u/commit/42451538dbe5565288b1c5a70dbb78db52b2aaab 8277424: javax/net/ssl/TLSCommon/TLSTest.java fails with connection refused Backport-of: 6b553acbaace0a61203305f36f70bb74d14a234f ! test/jdk/javax/net/ssl/TLSCommon/TLSTest.java Changeset: 66ef1129 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:10:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/66ef1129778eb0967e8ede45f6716130c76480b5 8230016: re-visit test sun/security/pkcs11/Serialize/SerializeProvider.java Backport-of: 470ffeedda45b6f75ce0c794a965428b7859be6f ! test/jdk/sun/security/pkcs11/Serialize/SerializeProvider.java Changeset: caf1f8f3 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:13:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/caf1f8f349a42d34825d4b29eec63382d75d5607 8359182: Use @requires instead of SkippedException for MaxPath.java Backport-of: 5886ef728fc1efe43e90e056c03725c3ee982ad6 ! test/jdk/java/io/File/MaxPath.java Changeset: 7eda9552 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:15:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/7eda95521e37e6735d015435a15d4e52452973e0 8358701: Remove misleading javax.management.remote API doc wording about JMX spec, and historic link to JMXMP Backport-of: 50718895192a67c562a6f66bb2b4aa848c785c77 ! src/java.management/share/classes/javax/management/remote/package.html Changeset: 40724bd1 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:18:22 +0000 URL: https://git.openjdk.org/jdk17u/commit/40724bd1e19c6ac56d3e3b16f656c86ca82ac796 8359449: [TEST] open/test/jdk/java/io/File/SymLinks.java Refactor extract method for Windows specific test Backport-of: 49a82d880636a632f4a3471b14b1b1b29ce1d5e6 ! test/jdk/java/io/File/SymLinks.java Changeset: 36b0ed9c Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:20:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/36b0ed9c985bd5c90ede5f221dbf5534cf586d56 8359428: Test 'javax/swing/JTabbedPane/bug4499556.java' failed because after selecting one of L&F items, the test case automatically failed when clicking on L&F Menu button again Backport-of: 2b94b70ef50675f7853c0cb6a61e60e6eb7d92ed ! test/jdk/javax/swing/JTabbedPane/bug4499556.java Changeset: 1275f321 Branch: master Author: Goetz Lindenmaier Date: 2025-09-17 13:23:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/1275f321b650114074376e17ff4e5e33cab517d9 8359687: Use PassFailJFrame for java/awt/print/Dialog/DialogType.java Backport-of: de34bb8e66253cef90ba79831dadec0252595b35 ! test/jdk/java/awt/print/Dialog/DialogType.java Changeset: a8d5a40f Branch: master Author: Satyen Subramaniam Date: 2025-09-17 16:27:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/a8d5a40f962c8523caf06badfb2b4328c2466189 8353201: Open source Swing Tooltip tests - Set 2 Backport-of: e17c3994b8392357b0aacea0bae6b354a2cc90a5 + test/jdk/javax/swing/ToolTipManager/bug4250178.java + test/jdk/javax/swing/ToolTipManager/bug4294808.java + test/jdk/javax/swing/ToolTipManager/bug6178004.java Changeset: ec6528e9 Branch: master Author: Satyen Subramaniam Date: 2025-09-17 16:27:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/ec6528e9cf66abe34b9c293359ca11a4b550b7a8 8353011: Open source Swing JButton tests - Set 1 Backport-of: f7155183d7f7c6fcea2090f906de69e02973a6d9 + test/jdk/javax/swing/JButton/bug4151763.java + test/jdk/javax/swing/JButton/bug4415505.java + test/jdk/javax/swing/JButton/bug4978274.java + test/jdk/javax/swing/JRadioButton/bug4673850.java + test/jdk/javax/swing/JTable/bug4188504.java Changeset: 815f5ddd Branch: master Author: Satyen Subramaniam Date: 2025-09-18 16:30:16 +0000 URL: https://git.openjdk.org/jdk17u/commit/815f5ddd83f1c98c81701a6626a99ead558e44cf 8352865: Open source several AWT TextComponent tests - Batch 2 Backport-of: 3d0feba00a1c1ef7627880859a093bb00eb8fc4c ! test/jdk/ProblemList.txt + test/jdk/java/awt/TextComponent/AltPlusNumberKeyCombinationsTest.java + test/jdk/java/awt/TextComponent/CorrectTextComponentSelectionTest.java + test/jdk/java/awt/TextComponent/SelectionAndCaretColor.java + test/jdk/java/awt/TextComponent/SelectionTest.java Changeset: 1252a932 Branch: master Author: Satyen Subramaniam Date: 2025-09-18 16:30:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/1252a93232dd30a634d6a4c6de1dc61ebb364863 8354451: Open source some more Swing popup menu tests Backport-of: 3e3dff6767f467b53c739c34b4350dd6840534a3 + test/jdk/javax/swing/JPopupMenu/bug4188832.java + test/jdk/javax/swing/JPopupMenu/bug4212464.java + test/jdk/javax/swing/JPopupMenu/bug4234793.java Changeset: f5db238d Branch: master Author: Satyen Subramaniam Date: 2025-09-19 16:28:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/f5db238d7129e09c495c5b423ab6b387ee695980 8352793: Open source several AWT TextComponent tests - Batch 1 Backport-of: f880fa91dce7b8844cfa4e95caa3a982e280165a + test/jdk/java/awt/TextComponent/BackgroundTest.java + test/jdk/java/awt/TextComponent/DisableTest.java + test/jdk/java/awt/TextComponent/ModifiersTest.java + test/jdk/java/awt/TextComponent/TextFieldMargin.java Changeset: 45113702 Branch: master Author: Satyen Subramaniam Date: 2025-09-19 16:29:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/45113702f40129fbe43da5787010bb1869582a01 8353957: Open source several AWT ScrollPane tests - Batch 1 Backport-of: d1d7d2569c1745aef778c9b5a62c1bd50735e8a7 ! test/jdk/ProblemList.txt + test/jdk/java/awt/ScrollPane/ScrollPaneFlicker.java + test/jdk/java/awt/ScrollPane/ScrollPanePaint.java + test/jdk/java/awt/ScrollPane/ScrollPositionTest.java + test/jdk/java/awt/ScrollPane/ScrollbarsAsNeededTest.java Changeset: e4bea56b Branch: master Author: Goetz Lindenmaier Date: 2025-09-20 15:26:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/e4bea56bdd2fbe7a852dbf788909270ab443d621 8365913: Support latest MSC_VER in abstract_vm_version.cpp Backport-of: af532cc1b227c56cd03caca7d7558d58687d8584 ! src/hotspot/share/runtime/abstract_vm_version.cpp Changeset: d1f2fafa Branch: master Author: Satyen Subramaniam Date: 2025-09-20 21:00:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/d1f2fafa3390b20a2e28c4b4a74d20926c002227 8342782: AWTEventMulticaster throws StackOverflowError using AquaButtonUI Backport-of: 5b703c702323bc50452d3f6fd27b165b74006c3e ! src/java.desktop/share/classes/java/awt/AWTEventMulticaster.java + test/jdk/java/awt/event/StressTest/LargeAWTEventMulticasterTest.java Changeset: 1eb47228 Branch: master Author: Sergey Bylokhov Date: 2025-09-21 22:12:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/1eb472285bd41c9c4cdf03f7dd23efc1a322c1d8 8295301: Problem list TrayIcon tests that fail on Ubuntu 22.04 Backport-of: fdb74ed45240477bd08eb40ede5eaa2345ca6b5d ! test/jdk/ProblemList.txt Changeset: 448f3c05 Branch: master Author: Roman Marchenko Committer: Aleksey Shipilev Date: 2025-09-22 07:47:21 +0000 URL: https://git.openjdk.org/jdk17u/commit/448f3c05d786a284f2f574e2914d43dc94345273 8365098: make/RunTests.gmk generates a wrong path to test artifacts on Alpine Backport-of: 41520998aa8808452ee384b213b2a77c7bad668d ! make/RunTests.gmk Changeset: 69501de7 Branch: master Author: Aleksey Shipilev Date: 2025-09-22 09:14:57 +0000 URL: https://git.openjdk.org/jdk17u/commit/69501de7387e3c72038f5cba205d38e05764e6fd 8363966: GHA: Switch cross-compiling sysroots to Debian trixie Backport-of: 2a5f149bb8e26277778465fff670591c929842de ! .github/workflows/build-cross-compile.yml Changeset: 062a12c1 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:06:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/062a12c11bce41e0f55444895562da3a5622c598 8257810: Only First page are printed in JTable.scrollRectToVisible Reviewed-by: mbaesken Backport-of: f710393e352b0945ad64df3ee5ccd34f082c2b63 ! src/java.desktop/share/classes/javax/swing/TablePrintable.java + test/jdk/javax/swing/JTable/PrintAllPagesTest.java Changeset: e6e8f64b Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:11:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/e6e8f64b5c0f4cd53b9789835f4054579e0aad83 8210807: Printing a JTable with a JScrollPane prints table without rows populated Backport-of: 95bd92a5601afdf02b9d62cab7dbae93f297df47 ! src/java.desktop/share/classes/javax/swing/JViewport.java ! src/java.desktop/share/classes/sun/swing/SwingUtilities2.java + test/jdk/javax/swing/JTable/JTableScrollPrintTest.java Changeset: d2302a81 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:14:50 +0000 URL: https://git.openjdk.org/jdk17u/commit/d2302a813d5545d5b8ebc9099a5e916316a23d69 8341138: Rename jtreg property docker.support as container.support Reviewed-by: mbaesken Backport-of: 41ee582df8c65f2f26b21e46784cf0bc4ece0585 ! test/hotspot/jtreg/TEST.ROOT ! test/hotspot/jtreg/containers/docker/DockerBasicTest.java ! test/hotspot/jtreg/containers/docker/ShareTmpDir.java ! test/hotspot/jtreg/containers/docker/TestCPUAwareness.java ! test/hotspot/jtreg/containers/docker/TestCPUSets.java ! test/hotspot/jtreg/containers/docker/TestContainerInfo.java ! test/hotspot/jtreg/containers/docker/TestJFREvents.java ! test/hotspot/jtreg/containers/docker/TestJFRNetworkEvents.java ! test/hotspot/jtreg/containers/docker/TestJFRWithJMX.java ! test/hotspot/jtreg/containers/docker/TestJcmd.java ! test/hotspot/jtreg/containers/docker/TestJcmdWithSideCar.java ! test/hotspot/jtreg/containers/docker/TestLimitsUpdating.java ! test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java ! test/hotspot/jtreg/containers/docker/TestMisc.java ! test/hotspot/jtreg/containers/docker/TestPids.java ! test/jdk/TEST.ROOT ! test/jdk/jdk/internal/platform/docker/TestDockerBasic.java ! test/jdk/jdk/internal/platform/docker/TestDockerCpuMetrics.java ! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetrics.java ! test/jdk/jdk/internal/platform/docker/TestGetFreeSwapSpaceSize.java ! test/jdk/jdk/internal/platform/docker/TestLimitsUpdating.java ! test/jdk/jdk/internal/platform/docker/TestPidsLimit.java ! test/jdk/jdk/internal/platform/docker/TestSystemMetrics.java ! test/jdk/jdk/internal/platform/docker/TestUseContainerSupport.java ! test/jtreg-ext/requires/VMProps.java ! test/lib/jdk/test/lib/Container.java Changeset: 12d86115 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:17:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/12d8611509d2ec01f38e8c98fe440f34e4db7340 8337723: Remove redundant tests from com/sun/security/sasl/gsskerb Reviewed-by: rschmelter Backport-of: 8e7ffeda908792ce5f4697af0897ec3848bf8d73 ! test/jdk/ProblemList.txt ! test/jdk/TEST.groups - test/jdk/com/sun/security/sasl/gsskerb/AuthOnly.java - test/jdk/com/sun/security/sasl/gsskerb/ConfSecurityLayer.java - test/jdk/com/sun/security/sasl/gsskerb/NoSecurityLayer.java - test/jdk/com/sun/security/sasl/gsskerb/PropertiesFileCallbackHandler.java - test/jdk/com/sun/security/sasl/gsskerb/gsseg_jaas.conf - test/jdk/com/sun/security/sasl/gsskerb/log.properties - test/jdk/com/sun/security/sasl/gsskerb/run-conf-wjaas.csh - test/jdk/com/sun/security/sasl/gsskerb/run-nosec-wjaas.csh - test/jdk/com/sun/security/sasl/gsskerb/runwjaas.csh ! test/jdk/sun/security/krb5/auto/SaslBasic.java Changeset: 6e2136c2 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:22:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/6e2136c23a05c37376708ae85b0827fa6a892775 8356897: Update NSS library to 3.111 Backport-of: cabd7c1f7a8c471d5461e3557fb589fdfe4d88be ! test/jdk/sun/security/pkcs11/PKCS11Test.java Changeset: 6fe0a603 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:27:16 +0000 URL: https://git.openjdk.org/jdk17u/commit/6fe0a6038804dbd00e850bdc2d7cb7f6b1943549 8335986: Test javax/swing/JCheckBox/4449413/bug4449413.java fails on Windows 11 x64 because RBMenuItem's and CBMenuItem's checkmark on the left side are not visible Backport-of: c51bed739d97167ae768e204dd8666d078d2e607 ! test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java Changeset: 27abd403 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:29:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/27abd403d834623443300c5ab0fe23b3882c59c8 8355478: DoubleActionESC.java fails intermittently Backport-of: d1052c70cbddb025e7f5b71bd61176e63277bba0 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/FileDialog/DoubleActionESC.java Changeset: c1fdf82d Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:31:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/c1fdf82db975297cd79adcffeac102b30e4e849b 8305567: serviceability/tmtools/jstat/GcTest01.java failed utils.JstatGcResults.assertConsistency Backport-of: 310ef85667bdba3f984cb6327aee71cfaf91458b ! test/hotspot/jtreg/serviceability/tmtools/jstat/GarbageProducerTest.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/GcNewTest.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest01.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/GcTest02.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcCapacityTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcCauseTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcNewTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatGcTool.java ! test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatResults.java + test/hotspot/jtreg/serviceability/tmtools/jstat/utils/JstatTool.java Changeset: 7d26a7d9 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:34:22 +0000 URL: https://git.openjdk.org/jdk17u/commit/7d26a7d903252f2020a103279575ce01db6326cb 8362532: Test gc/g1/plab/* duplicate command-line options Backport-of: 13bab09bffc411dde324599c2e15852ef4b53d55 ! test/hotspot/jtreg/gc/g1/plab/TestPLABEvacuationFailure.java ! test/hotspot/jtreg/gc/g1/plab/lib/PLABUtils.java Changeset: 23cc1a09 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:34:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/23cc1a094c442c64b1dccc50aab01dfa0f7ab84f 8362602: Add test.timeout.factor to CompileFactory to avoid test timeouts Backport-of: f8c8bcf4fd31509fdb40d32e8e16ba4fba1f987d ! test/hotspot/jtreg/compiler/lib/compile_framework/Compile.java Changeset: 666dd5db Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:36:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/666dd5dbc5c0be3c531be15b6b2b41a695fbd2ef 8320836: jtreg gtest runs should limit heap size Backport-of: ac9e51023fc34a82b795950a109af2397826adaa ! test/hotspot/jtreg/gtest/GTestWrapper.java Changeset: 6ad3c13c Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:39:18 +0000 URL: https://git.openjdk.org/jdk17u/commit/6ad3c13cde3e13279372f569f3a91096f840429a 8358048: java/net/httpclient/HttpsTunnelAuthTest.java incorrectly calls Thread::stop Backport-of: d288ca28be7bfba3abe9f54cefbe53e73c25707e ! test/jdk/java/net/httpclient/HttpsTunnelAuthTest.java Changeset: af68dfdf Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:41:49 +0000 URL: https://git.openjdk.org/jdk17u/commit/af68dfdf0e097f36485f6720e8bb1db3b9bb73ea 8360408: [TEST] Use @requires tag instead of exiting based on "os.name" property value for sun/net/www/protocol/file/FileURLTest.java Backport-of: d4705947d89509b235cf48328014331c9c6cee80 ! test/jdk/sun/net/www/protocol/file/FileURLTest.java Changeset: 8fa6f2bb Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:44:06 +0000 URL: https://git.openjdk.org/jdk17u/commit/8fa6f2bb2d668d391cf5b525c5181feac41259c2 8361298: SwingUtilities/bug4967768.java fails where character P is not underline Backport-of: 57553ca1dbc63e329116bc11764816a4c5ccb297 ! test/jdk/javax/swing/SwingUtilities/bug4967768.java Changeset: 837d5048 Branch: master Author: Goetz Lindenmaier Date: 2025-09-22 11:46:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/837d5048482b5cfb49a9314bbd19809f39595455 8365168: Use 64-bit aligned addresses for CK_ULONG access in PKCS11 native key code Backport-of: 640b71da48c41e1f216f6bee1e7871961322cf53 ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_convert.c ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_keymgmt.c Changeset: 3a5225de Branch: master Author: Satyen Subramaniam Date: 2025-09-22 16:32:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/3a5225de399b1761a6c93fd7f5533cba81d339dc 8327748: Convert javax/swing/JFileChooser/6798062/bug6798062.java applet test to main Backport-of: 782206bc97dc6ae953b0c3ce01f8b6edab4ad30b - test/jdk/javax/swing/JFileChooser/6798062/bug6798062.html ! test/jdk/javax/swing/JFileChooser/6798062/bug6798062.java Changeset: dca33960 Branch: master Author: Satyen Subramaniam Date: 2025-09-22 16:32:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/dca33960959f71ef646d346e328acd27196f5bef 8353445: Open source several AWT Menu tests - Batch 1 Backport-of: 367bcc5df83722231106b635068a17f92404477b ! test/jdk/ProblemList.txt + test/jdk/java/awt/Menu/MenuActionEventTest.java + test/jdk/java/awt/Menu/MenuVisibilityTest.java + test/jdk/java/awt/Menu/RmInHideTest.java + test/jdk/java/awt/Menu/SetShortCutTest.java Changeset: d1f41948 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 08:50:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/d1f419485364b15b2031e9a3bd0b7fe5c5f94fb6 8322140: javax/swing/JTable/JTableScrollPrintTest.java does not print the rows and columns of the table in Nimbus and Aqua LookAndFeel Backport-of: e4bb47bcbbfe55dee4825d00a5b5eb76125a6ef5 ! src/java.desktop/share/classes/javax/swing/JViewport.java ! src/java.desktop/share/classes/sun/print/PathGraphics.java ! src/java.desktop/share/classes/sun/swing/SwingUtilities2.java ! test/jdk/javax/swing/JTable/JTableScrollPrintTest.java Changeset: 3f9350cc Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 08:52:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/3f9350cc314aff432fec97c397aa395eb259447b 8356187: TestJcmd.java may incorrectly parse podman version Backport-of: 328715d84c0eafb4fe58d28b301138374ddac168 ! test/hotspot/jtreg/containers/docker/TestJcmd.java Changeset: d39ca878 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 08:55:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/d39ca878be3d524e683d69d3ac183984512aa21f 8139228: JFileChooser renders file names as HTML document Backport-of: 917c1546f353c2814de8465d1dfad66b01561f12 ! src/java.desktop/macosx/classes/com/apple/laf/AquaFileChooserUI.java ! src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifFileChooserUI.java ! src/java.desktop/share/classes/javax/swing/JFileChooser.java ! src/java.desktop/share/classes/javax/swing/plaf/metal/MetalFileChooserUI.java ! src/java.desktop/share/classes/sun/swing/FilePane.java ! src/java.desktop/share/classes/sun/swing/plaf/synth/SynthFileChooserUIImpl.java ! src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/WindowsFileChooserUI.java + test/jdk/javax/swing/JFileChooser/HTMLFileName.java Changeset: 307c1c4a Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 08:57:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/307c1c4a714d2101b30db752e4e41695e1dda75d 8354646: java.awt.TextField allows to identify the spaces in a password when double clicked at the starting and end of the text Backport-of: 8d33ea7395e5dd504b899d8972617f6696546d84 ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicPasswordFieldUI.java ! src/java.desktop/share/classes/javax/swing/plaf/basic/BasicTextUI.java ! src/java.desktop/share/classes/javax/swing/plaf/synth/SynthPasswordFieldUI.java ! test/jdk/java/awt/TextField/SetEchoCharWordOpsTest.java + test/jdk/javax/swing/plaf/basic/BasicTextUI/PasswordSelectionWordTest.java Changeset: 79c64df2 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 09:00:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/79c64df26965275c8b33ae16d82e97c85f7a0c62 8358532: JFileChooser in GTK L&F still displays HTML filename Backport-of: 6fe9143bbbe269af62d2084834fc0c9afc51b5f3 ! src/java.desktop/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java ! test/jdk/javax/swing/JFileChooser/HTMLFileName.java Changeset: a1d71187 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 09:02:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/a1d71187f5ac9b2849427cf5d31668edb601f1be 8361314: Test serviceability/jvmti/VMEvent/MyPackage/VMEventRecursionTest.java FATAL ERROR in native method: Failed during the GetClassSignature call Backport-of: 8c00c374ec3e5ae2db3c35a970f6c7a691ae274e ! test/hotspot/jtreg/serviceability/jvmti/VMEvent/libVMEventTest.c Changeset: a155fd84 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 09:04:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/a155fd84ca29121e31446f8dfde7befdd5b38e15 8361751: Test sun/tools/jcmd/TestJcmdSanity.java timed out on Windows Backport-of: a3843e8e6e189447e554759c3ba672530f8c7329 ! test/jdk/sun/tools/jcmd/JcmdBase.java Changeset: dc6fb998 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 09:07:41 +0000 URL: https://git.openjdk.org/jdk17u/commit/dc6fb99880d9009cc6546b9a4fd0423cfd3fc1c0 8360411: [TEST] open/test/jdk/java/io/File/MaxPathLength.java Refactor extract method to encapsulate Windows specific test logic Backport-of: 016694bf74f6920f850330e353df9fd03458cca1 ! test/jdk/java/io/File/MaxPathLength.java Changeset: 78cafc31 Branch: master Author: Goetz Lindenmaier Date: 2025-09-23 09:10:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/78cafc3138f09de208a786b7e55bed585e42ade8 8364484: misc tests fail with Received fatal alert: handshake_failure Backport-of: 724e8c076e1aed05de893ef9366af0e62cc2ac2b ! test/jdk/javax/management/security/SecurityTest.java Changeset: 074a2060 Branch: master Author: Goetz Lindenmaier Date: 2025-09-24 08:00:23 +0000 URL: https://git.openjdk.org/jdk17u/commit/074a2060c78a88fcc05969452bce197bf34e7e2a Merge Changeset: ac7aade5 Branch: master Author: Goetz Lindenmaier Date: 2025-09-26 08:08:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/ac7aade5952f123d1ad8ce0f421fca1f27fd2358 8294680: Refactor scaled border rendering Reviewed-by: mdoerr Backport-of: 80ab50b3389cbdae6bced7cea3f3a84b94c5bb82 ! src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java ! src/java.desktop/share/classes/javax/swing/border/EtchedBorder.java ! src/java.desktop/share/classes/javax/swing/border/LineBorder.java ! src/java.desktop/share/classes/javax/swing/plaf/metal/MetalBorders.java Changeset: 22297baf Branch: master Author: Goetz Lindenmaier Date: 2025-09-26 08:10:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/22297baf20d8b35d206175883202f51ea1533779 8322135: Printing JTable in Windows L&F throws InternalError: HTHEME is null Backport-of: 21480a7ae8dce67cf3a844d8caafb0b96c37ac0e ! src/java.desktop/windows/classes/sun/awt/windows/ThemeReader.java ! test/jdk/javax/swing/JTable/JTableScrollPrintTest.java ! test/jdk/javax/swing/JTable/PrintAllPagesTest.java Changeset: 0da1c8b9 Branch: master Author: Goetz Lindenmaier Date: 2025-09-26 08:12:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/0da1c8b9700dc3c12a9c743cc372deb721bf7c52 8356040: java/util/PluggableLocale/LocaleNameProviderTest.java timed out Reviewed-by: rrich Backport-of: b45e1a7db74dfad58c7d9922d998594f5df347db ! test/jdk/java/util/PluggableLocale/LocaleNameProviderTest.java Changeset: 65312548 Branch: master Author: Satyen Subramaniam Date: 2025-09-26 16:40:23 +0000 URL: https://git.openjdk.org/jdk17u/commit/6531254889290c650685346bd8e66f5a2f2ea3e4 8354248: Open source several AWT GridBagLayout and List tests Backport-of: 6a310613392b9d619ae1bbe3e663cb4a022165d9 ! test/jdk/ProblemList.txt + test/jdk/java/awt/GridBagLayout/ComponentShortage.java + test/jdk/java/awt/List/ListScrollbarCursorTest.java + test/jdk/java/awt/List/ListScrollbarTest.java Changeset: 2d7cdacb Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-09-29 17:24:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/2d7cdacb1db0dfdffddc7ca95fc93406cb28006c 8347277: java/awt/Focus/ComponentLostFocusTest.java fails intermittently Backport-of: e2a503e26ee2a3c428c5db0cd4cbe71cdc7d837f ! test/jdk/java/awt/Focus/ComponentLostFocusTest.java Changeset: d2255792 Branch: master Author: Elif Aslan Committer: Paul Hohensee Date: 2025-10-01 16:30:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/d22557924ec5dfc5c8248f21504c9fa80c1d22bf 8297302: gtest/AsyncLogGtest.java fails AsyncLogTest.stdoutOutput_vm Backport-of: 9412c0a2caf7d1c279f933e1f767eb3689a2a1ca ! test/hotspot/gtest/logging/test_asynclog.cpp Changeset: 5c4b47c0 Branch: master Author: Goetz Lindenmaier Date: 2025-10-01 21:51:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/5c4b47c0d25f04c2b0314eb746765793b638395c Merge ! src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java ! src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java Changeset: c9fb6f52 Branch: master Author: Satyen Subramaniam Date: 2025-10-02 18:03:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/c9fb6f52b870b4187bb5b7cc6d334316b40efc36 8354701: Open source few JToolTip tests Backport-of: f98af0ad617a445362859e58af48258bfd5bed03 + test/jdk/javax/swing/JToolTip/TooltipTest.java + test/jdk/javax/swing/JToolTip/bug4225314.java + test/jdk/javax/swing/JToolTip/bug4255441.java Changeset: 0a31d7ad Branch: master Author: Satyen Subramaniam Date: 2025-10-02 19:28:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/0a31d7adaf7586fc07a51f778320f37e381ab514 8328247: Remove redundant dir for tests converted from applet to main Backport-of: ece4124f25f676da9bf2d1b7fd8e4394dd7d31af = test/jdk/javax/swing/JFileChooser/FileFilterDescription.java = test/jdk/javax/swing/JFileChooser/bug6798062.java = test/jdk/javax/swing/JInternalFrame/bug6726866.java Changeset: 6c4a3276 Branch: master Author: Satyen Subramaniam Date: 2025-10-02 19:29:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/6c4a327609ed43945c9cd4c0868ea2bc7a7e933d 8353958: Open source several AWT ScrollPane tests - Batch 2 Backport-of: e00355a036936c5290cf8d85fd3c4f743b0ad23a ! test/jdk/ProblemList.txt + test/jdk/java/awt/ScrollPane/ScrollPaneAsNeededTest.java + test/jdk/java/awt/ScrollPane/ScrollPaneComponentTest.java + test/jdk/java/awt/ScrollPane/ScrollPaneEventType.java + test/jdk/java/awt/ScrollPane/ScrollPaneSize.java + test/jdk/java/awt/ScrollPane/ScrollPanechildViewportTest.java Changeset: 6f50c6da Branch: master Author: Martin Doerr Date: 2025-10-02 20:05:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/6f50c6da13cf21dbb5153734c631b01e0861ef32 8339386: Assertion on AIX - original PC must be in the main code section of the compiled method Reviewed-by: rrich Backport-of: 9a25f822fb2529c1cae3ae909761381789d7b7b1 ! src/hotspot/cpu/ppc/frame_ppc.cpp Changeset: c80edc3e Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-02 21:09:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/c80edc3e3b0c7de2db2884f1484d2cefe58ed31e 8365919: Replace currentTimeMillis with nanoTime in Stresser.java Backport-of: 0ca38bdc4d503158fda57bbc8bc9adc420628079 ! test/hotspot/jtreg/vmTestbase/nsk/share/test/Stresser.java Changeset: dac1fa0e Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-02 21:09:25 +0000 URL: https://git.openjdk.org/jdk17u/commit/dac1fa0eca4e549685e79b95821350a962a35706 8363720: Follow up to JDK-8360411 with post review comments Backport-of: a5e0c9d0c52e028321bb38e471ce98e389e67fe1 ! test/jdk/java/io/File/MaxPathLength.java Changeset: 1d96b820 Branch: master Author: Richard Reingruber Date: 2025-10-03 06:18:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/1d96b820532112525588b5ff16ed304d1a84eb30 8352800: [PPC] OpenJDK fails to build on PPC after JDK-8350106 Reviewed-by: mdoerr Backport-of: 72bcd824606d8a9bc25fb088e73de4c25738ecea ! src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp Changeset: c363d3f1 Branch: master Author: Richard Reingruber Date: 2025-10-03 06:22:17 +0000 URL: https://git.openjdk.org/jdk17u/commit/c363d3f14fda2945021ea374383a660964b2b1c4 8350106: [PPC] Avoid ticks_unknown_not_Java AsyncGetCallTrace() if JavaFrameAnchor::_last_Java_pc not set Reviewed-by: mdoerr Backport-of: d5908231ebc16f443b3fc9b2ebf03cc4deb67373 ! src/hotspot/os_cpu/aix_ppc/thread_aix_ppc.cpp ! src/hotspot/os_cpu/linux_ppc/thread_linux_ppc.cpp Changeset: 94a79aae Branch: master Author: Sergey Bylokhov Date: 2025-10-04 23:05:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/94a79aaeb6fcb5b6a2e32b6a01568df6f65fe5c4 8362204: test/jdk/sun/awt/font/TestDevTransform.java fails on Ubuntu 24.04 Backport-of: 89af6e13f2354d6e32872791d157144cd478a88f ! test/jdk/sun/awt/font/TestDevTransform.java Changeset: f21f00c8 Branch: master Author: Sergey Bylokhov Date: 2025-10-05 22:37:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/f21f00c85a70f676004d93258fd61f63600d35c9 8367017: Remove legacy checks from WrappedToolkitTest and convert from bash Backport-of: e1071797a4f0ab1a6af29824a777a7800d729b0e ! test/jdk/java/awt/Toolkit/Headless/WrappedToolkitTest/TestWrapped.java - test/jdk/java/awt/Toolkit/Headless/WrappedToolkitTest/WrappedToolkitTest.sh Changeset: 838f69c2 Branch: master Author: Christoph Langer Date: 2025-10-06 12:33:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/838f69c226367279176bae366d52afb2fe0f0f31 8252329: runtime/LoadClass/TestResize.java timed out Reviewed-by: mbaesken Backport-of: f93beacd2f64aab0f930ac822859380c00c51f0c ! src/hotspot/share/classfile/classLoaderData.cpp ! src/hotspot/share/classfile/dictionary.cpp ! src/hotspot/share/classfile/dictionary.hpp ! test/hotspot/jtreg/runtime/LoadClass/TestResize.java Changeset: 200552e2 Branch: master Author: Satyen Subramaniam Date: 2025-10-06 16:09:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/200552e2697746c2961f53dc890b6fcd40011133 8353586: Open source several toolkit tests Backport-of: 2ba80d2403f749a7d8d4e64139b796737bbb62bf + test/jdk/java/awt/Toolkit/DesktopProperties/DesktopPropertyTest.java + test/jdk/java/awt/Toolkit/TimeUnsignedConversionTest.java Changeset: 138c1f58 Branch: master Author: Satyen Subramaniam Date: 2025-10-06 16:10:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/138c1f58d3e326397bd9bd0b354cb2748e9daa99 8355333: Some Problem list entries point to non-existent / wrong files Backport-of: 32a597b36f994d6e720e0576ad110dac4a5304fe ! test/jdk/ProblemList.txt Changeset: 78287797 Branch: master Author: Severin Gehwolf Date: 2025-10-07 16:55:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/78287797bff8f469b16ebef80cc7f211501724b0 8347129: cpuset cgroups controller is required for no good reason Backport-of: be245be258cda7e06366b4051eec24ad6df04f20 ! src/hotspot/os/linux/cgroupSubsystem_linux.cpp Changeset: 82f1ed62 Branch: master Author: Francisco Ferrari Bihurriet Committer: Alexey Bakhtin Date: 2025-10-07 21:18:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/82f1ed62ae93209789e8da93066a867deafe4364 8339280: jarsigner -verify performs cross-checking between CEN and LOC 8353299: VerifyJarEntryName.java test fails 8367782: VerifyJarEntryName.java: Fix modifyJarEntryName to operate on bytes and re-introduce verifySignatureEntryName Reviewed-by: abakhtin Backport-of: bbd5b174c50346152a624317b6bd76ec48f7e551 ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java ! src/jdk.jartool/share/man/jarsigner.1 + test/jdk/sun/security/tools/jarsigner/VerifyJarEntryName.java Changeset: 4f053ec9 Branch: master Author: Satyen Subramaniam Date: 2025-10-08 01:48:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/4f053ec9e6766582f2aa8c18e4396000414fcbd4 8353483: Open source some JProgressBar tests Backport-of: 46a6fc84ef17f38eedd49f59a3c05f7c95fe23bc + test/jdk/javax/swing/JProgressBar/RightLeftOrientation.java + test/jdk/javax/swing/JProgressBar/bug4230391.java + test/jdk/javax/swing/JProgressBar/bug4393042.java + test/jdk/javax/swing/JProgressBar/bug5003022.java Changeset: 2ed5a8bb Branch: master Author: Satyen Subramaniam Date: 2025-10-08 01:48:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/2ed5a8bbad58a8e1bef2660d5bbcdfc098aacbb9 8353592: Open source several scrollbar tests Backport-of: 5280b7b031bb3dc44fb923c3be7ae04ec22fd364 + test/jdk/java/awt/Scrollbar/ListScrollbarTest.java + test/jdk/java/awt/Scrollbar/ScrollbarCtrlClickTest.java + test/jdk/java/awt/Scrollbar/UnitIncrementTest.java Changeset: 235637ce Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 06:50:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/235637cef2d26bd598b19386572d5f9ed1b0d197 8282047: Enhance StringDecode/Encode microbenchmarks Backport-of: d4d12ad1d92ae6d353ce9e16b1b72e6416874cd6 ! test/micro/org/openjdk/bench/java/lang/StringDecode.java ! test/micro/org/openjdk/bench/java/lang/StringEncode.java Changeset: 9936f31f Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 06:52:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/9936f31f02afb8591ecd51d15d9739310502f6e9 8299553: Make ScaledEtchedBorderTest.java comprehensive Backport-of: 558d610bebb6967b4cfe922f62f1c4ba0df7daaf ! test/jdk/javax/swing/border/EtchedBorder/ScaledEtchedBorderTest.java ! test/jdk/javax/swing/border/LineBorder/ScaledLineBorderTest.java ! test/jdk/javax/swing/border/LineBorder/ScaledTextFieldBorderTest.java Changeset: 35dbfb2b Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 06:55:10 +0000 URL: https://git.openjdk.org/jdk17u/commit/35dbfb2bbe62030eb773fee5800d3b820b2a4b54 8288109: HttpExchangeImpl.setAttribute does not allow null value after JDK-8266897 Backport-of: f9827ad17205ad1cec21bf76f8553f415439b38b ! src/jdk.httpserver/share/classes/sun/net/httpserver/ExchangeImpl.java + test/jdk/com/sun/net/httpserver/ExchangeAttributeTest.java Changeset: 9ae44eff Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 07:00:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/9ae44eff128f92f7111e8f088639c6ef1150753c 8310049: Refactor Charset tests to use JUnit Reviewed-by: rschmelter Backport-of: 09174e0c994dfb19fd09f551720c13c6479812d4 ! test/jdk/java/nio/charset/Charset/AvailableCharsetNames.java ! test/jdk/java/nio/charset/Charset/CharsetContainmentTest.java ! test/jdk/java/nio/charset/Charset/Contains.java - test/jdk/java/nio/charset/Charset/EmptyCharsetName.java ! test/jdk/java/nio/charset/Charset/EncDec.java ! test/jdk/java/nio/charset/Charset/IllegalCharsetName.java ! test/jdk/java/nio/charset/Charset/NullCharsetName.java ! test/jdk/java/nio/charset/Charset/RegisteredCharsets.java Changeset: 73413029 Branch: master Author: Goetz Lindenmaier Date: 2025-10-08 07:30:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/73413029211c198f451f1d6ef3e21780ed3ac44f 8349188: LineBorder does not scale correctly Backport-of: 24117c6e9aa862bad839e93eff70810a75605ac5 ! src/java.desktop/share/classes/javax/swing/border/LineBorder.java ! test/jdk/javax/swing/border/LineBorder/ScaledLineBorderTest.java ! test/jdk/javax/swing/border/LineBorder/ScaledTextFieldBorderTest.java Changeset: 207dd315 Branch: master Author: SendaoYan Date: 2025-10-09 12:29:08 +0000 URL: https://git.openjdk.org/jdk17u/commit/207dd315f22fa094f48da44cc1aafac0ea4c44f0 8365834: Mark java/net/httpclient/ManyRequests.java as intermittent Backport-of: 09aad0aea8b9f9fda14c5b18ae67b30ffce817d9 ! test/jdk/java/net/httpclient/ManyRequests.java Changeset: ff3c3b49 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:15:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/ff3c3b490e62361c2123ed929ac306d5a64a297e 8343314: Move common properties from jpackage jtreg test declarations to TEST.properties file Reviewed-by: rschmelter Backport-of: e1b5f3c56d02c6738726106d3d069fea7a633245 ! test/jdk/tools/jpackage/TEST.properties ! test/jdk/tools/jpackage/linux/AppAboutUrlTest.java ! test/jdk/tools/jpackage/linux/AppCategoryTest.java ! test/jdk/tools/jpackage/linux/LicenseTypeTest.java ! test/jdk/tools/jpackage/linux/LinuxBundleNameTest.java ! test/jdk/tools/jpackage/linux/LinuxResourceTest.java ! test/jdk/tools/jpackage/linux/LinuxWeirdOutputDirTest.java ! test/jdk/tools/jpackage/linux/MaintainerTest.java ! test/jdk/tools/jpackage/linux/PackageDepsTest.java ! test/jdk/tools/jpackage/linux/ReleaseTest.java ! test/jdk/tools/jpackage/linux/ShortcutHintTest.java ! test/jdk/tools/jpackage/linux/jdk/jpackage/tests/UsrTreeTest.java ! test/jdk/tools/jpackage/macosx/ArgumentsFilteringTest.java ! test/jdk/tools/jpackage/macosx/HostArchPkgTest.java ! test/jdk/tools/jpackage/macosx/MacAppStoreJlinkOptionsTest.java ! test/jdk/tools/jpackage/macosx/MacAppStoreRuntimeTest.java ! test/jdk/tools/jpackage/macosx/MacFileAssociationsTest.java ! test/jdk/tools/jpackage/macosx/MacPropertiesTest.java ! test/jdk/tools/jpackage/macosx/NameWithSpaceTest.java ! test/jdk/tools/jpackage/macosx/SigningAppImageTest.java ! test/jdk/tools/jpackage/macosx/SigningPackageTest.java ! test/jdk/tools/jpackage/share/AddLauncherTest.java ! test/jdk/tools/jpackage/share/AppImagePackageTest.java ! test/jdk/tools/jpackage/share/AppLauncherEnvTest.java ! test/jdk/tools/jpackage/share/ArgumentsTest.java ! test/jdk/tools/jpackage/share/EmptyFolderTest.java ! test/jdk/tools/jpackage/share/FileAssociationsTest.java ! test/jdk/tools/jpackage/share/IconTest.java ! test/jdk/tools/jpackage/share/InstallDirTest.java ! test/jdk/tools/jpackage/share/LicenseTest.java ! test/jdk/tools/jpackage/share/MultiLauncherTwoPhaseTest.java ! test/jdk/tools/jpackage/share/MultiNameTwoPhaseTest.java ! test/jdk/tools/jpackage/share/RuntimeImageTest.java ! test/jdk/tools/jpackage/share/RuntimePackageTest.java ! test/jdk/tools/jpackage/share/SimplePackageTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/AppVersionTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/BasicTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/CookedRuntimeTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/DotInNameTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ErrorTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/JLinkOptionsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsEqualsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/JavaOptionsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/MainClassTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest2.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/ModulePathTest3.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/MultipleJarAppTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/NoMPathRuntimeTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/NonExistentTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/UnicodeArgsTest.java ! test/jdk/tools/jpackage/share/jdk/jpackage/tests/VendorTest.java ! test/jdk/tools/jpackage/windows/Win8282351Test.java ! test/jdk/tools/jpackage/windows/Win8301247Test.java ! test/jdk/tools/jpackage/windows/WinChildProcessTest.java ! test/jdk/tools/jpackage/windows/WinConsoleTest.java ! test/jdk/tools/jpackage/windows/WinDirChooserTest.java ! test/jdk/tools/jpackage/windows/WinInstallerIconTest.java ! test/jdk/tools/jpackage/windows/WinInstallerUiTest.java ! test/jdk/tools/jpackage/windows/WinL10nTest.java ! test/jdk/tools/jpackage/windows/WinMenuGroupTest.java ! test/jdk/tools/jpackage/windows/WinMenuTest.java ! test/jdk/tools/jpackage/windows/WinPerUserInstallTest.java ! test/jdk/tools/jpackage/windows/WinRenameTest.java ! test/jdk/tools/jpackage/windows/WinResourceTest.java ! test/jdk/tools/jpackage/windows/WinScriptTest.java ! test/jdk/tools/jpackage/windows/WinShortcutPromptTest.java ! test/jdk/tools/jpackage/windows/WinShortcutTest.java ! test/jdk/tools/jpackage/windows/WinUpgradeUUIDTest.java ! test/jdk/tools/jpackage/windows/WinUrlTest.java Changeset: a829921e Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:20:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/a829921ec468d6038712f5862e9b6fa479aa8967 8344275: tools/jpackage/windows/Win8301247Test.java fails on localized Windows platform Reviewed-by: phh, asemenyuk Backport-of: 227c430b55e7f9a4257b9249881c8ec75574895c ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Executor.java ! test/jdk/tools/jpackage/windows/Win8301247Test.java Changeset: b791f3da Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:22:53 +0000 URL: https://git.openjdk.org/jdk17u/commit/b791f3da0e70061f2d6e5e8abe56fa2716ee4bd0 8297531: sun/security/krb5/MicroTime.java fails with "Exception: What? only 100 musec precision?" Backport-of: 0753376b0c3d0d98e3db14d26020b23822176557 ! test/jdk/sun/security/krb5/MicroTime.java Changeset: 76251c02 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:23:14 +0000 URL: https://git.openjdk.org/jdk17u/commit/76251c02bc0ad1158939972df4a978d7c092ded7 8346234: javax/swing/text/DefaultEditorKit/4278839/bug4278839.java still fails in CI Backport-of: 466c00ac88569d145a47845b2c9a2522a1649889 ! test/jdk/javax/swing/text/DefaultEditorKit/4278839/bug4278839.java Changeset: 7397bc02 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:27:41 +0000 URL: https://git.openjdk.org/jdk17u/commit/7397bc0221fa74c42494e62f6da01da9734b2dbe 8349534: Refactor jdk/sun/security/krb5/runNameEquals.sh to java test Backport-of: 0e223f1456c14efdb423595bee3444d5e26db7c6 ! test/jdk/sun/security/krb5/Krb5NameEquals.java - test/jdk/sun/security/krb5/runNameEquals.sh Changeset: 5f37c8ea Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:42:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/5f37c8ea7ca8728afcb2ee1e2d0b39a8209da8c3 8354235: Test javax/net/ssl/SSLSocket/Tls13PacketSize.java failed with java.net.SocketException: An established connection was aborted by the software in your host machine Backport-of: 7b317623756d3e21d029bcded8a5e15de070a0c9 ! test/jdk/javax/net/ssl/templates/SSLSocketTemplate.java Changeset: ffda6a3a Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:49:11 +0000 URL: https://git.openjdk.org/jdk17u/commit/ffda6a3af720d821b4c5475facee533a1fd9740f 8356752: Log mouse enter and exit events for debugging Backport-of: ab8c808ed8ebec4f70141ee31fbaf312fccf7fa4 ! test/jdk/java/awt/List/ListEnterExitTest.java Changeset: b7bdb507 Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:51:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/b7bdb507732d5e49d3c6b32d24b0f2a7e815c9c1 8357561: BootstrapLoggerTest does not work on Ubuntu 24 with LANG de_DE.UTF-8 Backport-of: 7b94338f7b8c23265a916adf989e1e2c64ae2769 ! test/jdk/java/lang/System/LoggerFinder/internal/BootstrapLogger/BootstrapLoggerTest.java ! test/jdk/java/util/logging/LocalizedLevelName.java ! test/jdk/java/util/logging/SimpleFormatterFormat.java ! test/jdk/sun/util/logging/SourceClassName.java Changeset: 09e4cabc Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 09:57:26 +0000 URL: https://git.openjdk.org/jdk17u/commit/09e4cabc110451e40c9481465c7d5f3d64b9bb1f 8357799: Improve instructions for JFileChooser/HTMLFileName.java Backport-of: 53a83d15a1b5686ed0f2aeb3d30cd46b73f80733 ! test/jdk/javax/swing/JFileChooser/HTMLFileName.java Changeset: df818fcc Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 10:19:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/df818fcc236d2a86c5be68ae85d2fe97dd7f3030 8360022: ClassRefDupInConstantPoolTest.java fails when running in repeat Backport-of: db2a8bcdd7cf3287a8765abdca5256dc7bfe7cd2 ! test/langtools/tools/javac/jvm/ClassRefDupInConstantPoolTest.java Changeset: 049f629b Branch: master Author: Goetz Lindenmaier Date: 2025-10-10 10:21:20 +0000 URL: https://git.openjdk.org/jdk17u/commit/049f629b4bd83da5e21f0c74f6a49348e187b4c9 8361253: CommandLineOptionTest library should report observed values on failure Backport-of: f153e415d740f4ede272929171e9bb3e73ddbe1c ! test/lib/jdk/test/lib/cli/CommandLineOptionTest.java Changeset: d4496d86 Branch: master Author: Christoph Langer Date: 2025-10-10 14:27:05 +0000 URL: https://git.openjdk.org/jdk17u/commit/d4496d866aeb25d9cffe250ff37f595a7bf2e6bd 8346875: Test jdk/jdk/jfr/event/os/TestCPULoad.java fails on macOS Backport-of: e2a9bb18c9724b6ca31239ef6899bd925760e585 ! test/jdk/jdk/jfr/event/os/TestCPULoad.java Changeset: 349a52ae Branch: master Author: Satyen Subramaniam Date: 2025-10-10 16:38:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/349a52ae47ed90426c4cf4418f4d9e54ff1314d2 8354561: Open source several swing tests batch0 Backport-of: a4c5ed8144376f7ba0d2cb992da63b3e53d51f8b + test/jdk/javax/swing/JComboBox/bug4139900.java + test/jdk/javax/swing/JComboBox/bug4174876.java + test/jdk/javax/swing/JComboBox/bug4474400.java + test/jdk/javax/swing/border/TransparentTitleTest.java Changeset: 70036843 Branch: master Author: Satyen Subramaniam Date: 2025-10-10 16:38:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/700368436db0d74ae5de4b9ef624504c9b1cddde 8354928: Clean up and open source some miscellaneous AWT tests Backport-of: 1b8f760d1b60e63c1391dcad42753a7ebb3f80ec + test/jdk/java/awt/event/InputEvent/InputEventTimeTest.java + test/jdk/java/awt/event/MouseWheelEvent/HWWheelScroll.java + test/jdk/java/awt/event/MouseWheelEvent/WheelEventCoord.java + test/jdk/java/awt/event/MouseWheelEvent/WheelScrollEnabled.java Changeset: bef2159f Branch: master Author: Goetz Lindenmaier Date: 2025-10-13 15:11:12 +0000 URL: https://git.openjdk.org/jdk17u/commit/bef2159f8b59685968b45e1fef8aed9fe6297601 8369078: Fix faulty test conversion in IllegalCharsetName.java Reviewed-by: jlu Backport-of: 0f406c420e35f7a4358dc99711fd23d162f21777 ! test/jdk/java/nio/charset/Charset/IllegalCharsetName.java Changeset: 27170348 Branch: master Author: Rui Li Committer: Aleksey Shipilev Date: 2025-10-13 16:12:25 +0000 URL: https://git.openjdk.org/jdk17u/commit/27170348b1b07124b0530353fcc4ebb2b4b03914 8362533: Tests sun/management/jmxremote/bootstrap/* duplicate VM flags Backport-of: 458f033d4dd3c646028b2f9bab88f9a308cad4af ! test/jdk/sun/management/jmxremote/bootstrap/AbstractFilePermissionTest.java ! test/jdk/sun/management/jmxremote/bootstrap/LocalManagementTest.java ! test/jdk/sun/management/jmxremote/bootstrap/RmiRegistrySslTest.java Changeset: 9e4d9a82 Branch: master Author: Satyen Subramaniam Date: 2025-10-14 17:28:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/9e4d9a8235c45aa59b9a7f789bf6ffa38846f4a3 8352997: Open source several Swing JTabbedPane tests Backport-of: 9fcb06f9340f4f8f5bf2b74d0c4007f237625a72 + test/jdk/javax/swing/JTabbedPane/4287208/bug4287208.java = test/jdk/javax/swing/JTabbedPane/4287208/duke.gif + test/jdk/javax/swing/JTabbedPane/bug4273320.java + test/jdk/javax/swing/JTabbedPane/bug4287268.java + test/jdk/javax/swing/JTabbedPane/bug4362226.java + test/jdk/javax/swing/JTabbedPane/bug4668865.java Changeset: 88d877f1 Branch: master Author: Satyen Subramaniam Date: 2025-10-14 17:28:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/88d877f186ae5dd519e72ce45f00aab8f25c0c0c 8354553: Open source several clipboard tests batch0 Backport-of: b10a304b2bdec5fdd3d689ae8fcd341e68e80b72 ! test/jdk/ProblemList.txt + test/jdk/java/awt/Clipboard/ClipboardSecurity.java + test/jdk/java/awt/Clipboard/GetAltContentsTest/SystemClipboardTest.java + test/jdk/java/awt/Clipboard/ImageTransferTest.java + test/jdk/java/awt/Clipboard/NoDataConversionFailureTest.java Changeset: b0eeb398 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:46:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/b0eeb398b6e37b3b3419fd5fabf9299860eb7b52 8327434: Test java/util/PluggableLocale/TimeZoneNameProviderTest.java timed out Backport-of: aea5c11ace542c8472313aafd00dd1a99280e70b ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java Changeset: 2735d223 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:48:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/2735d223d24fc29faa1abeb55e84dfc8e565a8e4 8345213: JVM Prefers /etc/timezone Over /etc/localtime on Debian 12 Backport-of: c8a521fddac9d42fe93ea9b3ab89e804bc48bf4e ! src/java.base/unix/native/libjava/TimeZone_md.c Changeset: 95611149 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:50:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/9561114913695f236741737502b8058a0b39eea2 8360178: TestArguments.atojulong gtest has incorrect format string Backport-of: 878497fb85b9f7d066829b745324028f9f8cdc60 ! test/hotspot/gtest/runtime/test_arguments.cpp Changeset: 4be4e5e3 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:56:16 +0000 URL: https://git.openjdk.org/jdk17u/commit/4be4e5e3a0dea54044b83afdd0b261a79ad49855 8359061: Update and ProblemList manual test java/awt/Cursor/CursorDragTest/ListDragCursor.java Backport-of: 7576064a10c0f7a1fbfe88fc39254f32005d88f8 ! test/jdk/ProblemList.txt ! test/jdk/java/awt/Cursor/CursorDragTest/ListDragCursor.java Changeset: c0647b0e Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 08:59:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/c0647b0e5d4aca371fe2e3df2af436962a192872 8362207: Add more test cases for possible double-rounding in fma Backport-of: 8462e57fad85466bbe3e5d82b4e77bfdb76700e7 ! test/jdk/java/lang/Math/FusedMultiplyAddTests.java Changeset: b86d8505 Branch: master Author: Goetz Lindenmaier Date: 2025-10-15 09:05:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/b86d8505841a7e8f28d67633975db8300e4c31b2 8361423: Add IPSupport::printPlatformSupport to java/net/NetworkInterface/IPv4Only.java Backport-of: 2f1aed2a165259a873636792cff7c9de4e1f334e ! test/jdk/java/net/NetworkInterface/IPv4Only.java Changeset: 0680df7c Branch: master Author: Satyen Subramaniam Date: 2025-10-15 17:09:28 +0000 URL: https://git.openjdk.org/jdk17u/commit/0680df7cb10404b521e61be88a13f942864315d7 8340354: Open source AWT desktop properties and print related tests Backport-of: 988f13a3875a6d29d7de07c5e97fcd6e7f9a31ff + test/jdk/java/awt/DesktopProperties/FontSmoothing.java + test/jdk/java/awt/DesktopProperties/ThreeDBackgroundColor.java + test/jdk/java/awt/PrintJob/PrintCompatibilityTest.java + test/jdk/java/awt/PrintJob/PrintComponentTest.java + test/jdk/java/awt/PrintJob/ScaledImagePrintingTest.java Changeset: 6eb80336 Branch: master Author: Satyen Subramaniam Date: 2025-10-15 17:09:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/6eb80336893b1d02e1aaf1bf336b75be0f797894 8353470: Clean up and open source couple AWT Graphics related tests (Part 2) Backport-of: 8270cd0ad2e0df72f063f36853328a935595f71f ! test/jdk/ProblemList.txt + test/jdk/java/awt/Graphics/GDIResourceExhaustionTest.java + test/jdk/java/awt/Graphics/RepeatedRepaintTest.java + test/jdk/java/awt/Graphics/SmallPrimitives.java + test/jdk/java/awt/Graphics/TextAfterXor.java Changeset: 3a21a274 Branch: master Author: William Kemper Committer: Paul Hohensee Date: 2025-10-15 19:47:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/3a21a2741395ad9bfd5afb421e8a50b8ee769c11 8360288: Shenandoah crash at size_given_klass in op_degenerated Reviewed-by: phh Backport-of: 3b44d7bfa4d78e3ec715fce1863e052852f33180 ! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp ! src/hotspot/share/gc/shenandoah/shenandoahHeap.hpp Changeset: 105c4865 Branch: master Author: Satyen Subramaniam Date: 2025-10-16 16:22:01 +0000 URL: https://git.openjdk.org/jdk17u/commit/105c4865b3c7962fac50e6c4ddfeac1faaf65e75 8303089: [jittester] Add time limit to IRTree generation Backport-of: 4d33fbd582d0a3c38180385bdef7225426273806 ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/Automatic.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ProductionLimiter.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ProductionParams.java Changeset: 417761d4 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:48:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/417761d4c26de0f5e87c61c7d6dd037d5d965f73 8295991: java/net/httpclient/CancelRequestTest.java fails intermittently Backport-of: e15d2419ab9c812a3dc18812406f7b59976d2143 ! test/jdk/java/net/httpclient/CancelRequestTest.java Changeset: 3f2a7284 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:50:44 +0000 URL: https://git.openjdk.org/jdk17u/commit/3f2a7284b7207b5ce0ef5ad266efc119d6d3682c 8356145: ListEnterExitTest.java fails on macos Backport-of: 99e01301cd7f063f167db107d31468b1d3f901aa ! test/jdk/java/awt/List/ListEnterExitTest.java Changeset: 8f292b32 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:54:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/8f292b32c3efdcd0b81c9fea4bf7717672afeb73 8364996: java/awt/font/FontNames/LocaleFamilyNames.java times out on Windows Backport-of: 15e8609a2c3d246e89cfb349cbd21777bc471bae ! test/jdk/java/awt/font/FontNames/LocaleFamilyNames.java Changeset: 3f17ba18 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:56:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/3f17ba1843f6d95b2845bdf9fe28f482c16d862b 8364993: JFR: Disable jdk.ModuleExport in default.jfc Backport-of: a382996bb496d50b4eb5a6be9f61e5c2f8aaae2d ! src/jdk.jfr/share/conf/jfr/default.jfc Changeset: 2a23946d Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 13:58:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/2a23946daf66d5ff8456e27ac48f927cb777bac3 8364556: JFR: Disable SymbolTableStatistics and StringTableStatistics in default.jfc Backport-of: 7698c373a684235812c9dc11edd751059f9e8e81 ! src/jdk.jfr/share/conf/jfr/default.jfc Changeset: 8a5ee8f0 Branch: master Author: Goetz Lindenmaier Date: 2025-10-17 14:01:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/8a5ee8f05cbc3e0a5dcd869374065fe0dd7111a7 8365615: Improve JMenuBar/RightLeftOrientation.java Backport-of: afa8e79ba1a76066cf969cb3b5f76ea804780872 ! test/jdk/javax/swing/JMenuBar/RightLeftOrientation.java Changeset: 43f0cd97 Branch: master Author: Rui Li Committer: Aleksey Shipilev Date: 2025-10-17 15:49:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/43f0cd9721ad402e3137e1729e129c3c93663cd6 8333783: java/nio/channels/FileChannel/directio/DirectIOTest.java is unstable with AV software Backport-of: 8c6d12250b524c0f4ee25dbbc6fe959581b7617b ! test/jdk/java/nio/channels/FileChannel/directio/DirectIOTest.java ! test/jdk/java/nio/channels/FileChannel/directio/libDirectIO.c Changeset: a63ed596 Branch: master Author: Rui Li Committer: Paul Hohensee Date: 2025-10-17 15:51:11 +0000 URL: https://git.openjdk.org/jdk17u/commit/a63ed59692d110781f2bf7152a265e7a109021cd 8201778: Speed up test javax/net/ssl/DTLS/PacketLossRetransmission.java Backport-of: fc3e3e26c515ae0f9ae32aec504974fba393928d ! test/jdk/javax/net/ssl/DTLS/DTLSOverDatagram.java ! test/jdk/javax/net/ssl/DTLS/PacketLossRetransmission.java Changeset: ff97f224 Branch: master Author: Satyen Subramaniam Date: 2025-10-17 17:59:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/ff97f224875ce0cd6800227aeaf1d9344b9e4fb9 8339366: [jittester] Make it possible to generate tests without execution Backport-of: 559fc711e03cf0086bea399ffb40cf294cbbb6e1 ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/Automatic.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ByteCodeGenerator.java + test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/IRTreeGenerator.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ProductionParams.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/utils/OptionResolver.java Changeset: 5d06ac0e Branch: master Author: Goetz Lindenmaier Date: 2025-10-18 17:13:43 +0000 URL: https://git.openjdk.org/jdk17u/commit/5d06ac0e2a5bb43ba7860e0ebdf8871ce88a95ce 8281682: Redundant .ico files in Windows app-image cause unnecessary bloat Reviewed-by: mdoerr Backport-of: 45180633d34b6cbb679bae0753d9f422e76d6297 ! src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WindowsAppImageBuilder.java ! src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WixAppImageFragmentBuilder.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Functional.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LauncherIconVerifier.java ! test/jdk/tools/jpackage/share/AddLauncherTest.java ! test/jdk/tools/jpackage/share/IconTest.java ! test/jdk/tools/jpackage/share/MultiLauncherTwoPhaseTest.java Changeset: 91d7ef4c Branch: master Author: Goetz Lindenmaier Date: 2025-10-18 17:17:34 +0000 URL: https://git.openjdk.org/jdk17u/commit/91d7ef4c1ce5fe684bf7d282b9615edf246ef55b 8287401: jpackage tests failing on Windows due to powershell issue Backport-of: c254c9d095d0473282ad74e66239a790912a3d76 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LauncherIconVerifier.java Changeset: 40381e11 Branch: master Author: Goetz Lindenmaier Date: 2025-10-18 17:21:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/40381e11010c32e19940b4fca6dc57347b815ebc 8290557: tools/jpackage/share/AddLauncherTest.java#id1 failed with "ERROR: Failed: Check icon file" Backport-of: 7c3cfd13e3d67c185d15abb1c935853c856e8a42 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LauncherIconVerifier.java Changeset: 9a19b3bb Branch: master Author: Goetz Lindenmaier Date: 2025-10-18 17:25:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/9a19b3bb9a6a09f632ceef574d91af1f04215433 8361447: [REDO] Checked version of JNI ReleaseArrayElements needs to filter out known wrapped arrays Reviewed-by: mdoerr Backport-of: 1afb29ad5747baac9f165a8056d393df8de97c4a ! src/hotspot/share/memory/guardedMemory.cpp ! src/hotspot/share/memory/guardedMemory.hpp ! src/hotspot/share/prims/jniCheck.cpp ! test/hotspot/gtest/memory/test_guardedMemory.cpp + test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java + test/hotspot/jtreg/runtime/jni/checked/libCharArrayReleasing.c Changeset: 207dd0f5 Branch: master Author: Goetz Lindenmaier Date: 2025-10-18 17:34:31 +0000 URL: https://git.openjdk.org/jdk17u/commit/207dd0f5b8b9bf52e22dd3e597a60af19975fe1f 8361754: New test runtime/jni/checked/TestCharArrayReleasing.java can cause disk full errors Backport-of: 2a53f5a5c2544d4f7a77186d99addae110b06bab ! test/hotspot/jtreg/runtime/jni/checked/TestCharArrayReleasing.java Changeset: bc693471 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 05:32:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/bc6934718164a403b72004986ab1a455535fb716 8367237: Thread-Safety Usage Warning for java.text.Collator Classes Backport-of: 64155dfac068cf01bcab6adb401b360499f33a5f ! src/java.base/share/classes/java/text/Collator.java ! src/java.base/share/classes/java/text/RuleBasedCollator.java Changeset: ea2dd169 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 05:43:45 +0000 URL: https://git.openjdk.org/jdk17u/commit/ea2dd16977344f3b0adff88187761b5dcfe79558 8367133: DTLS: fragmentation of Finished message results in handshake failure Backport-of: 80cb0ead502ae439660f2a3bbab42df4da39d9d6 ! src/java.base/share/classes/sun/security/ssl/DTLSInputRecord.java + test/jdk/javax/net/ssl/DTLS/FragmentedFinished.java Changeset: 078e3237 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 12:21:45 +0000 URL: https://git.openjdk.org/jdk17u/commit/078e3237d64143547719a3d3ce8375083ab5b594 8299278: tools/jpackage/share/AddLauncherTest.java#id1 failed AddLauncherTest.bug8230933 Backport-of: c595f965abcf0ea80ace87b8f2180feebbb8984e ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Executor.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/LauncherIconVerifier.java Changeset: 05713515 Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 12:24:39 +0000 URL: https://git.openjdk.org/jdk17u/commit/057135156c1780d068bb4c97c61aa6d8ca8799d3 8359477: com/sun/net/httpserver/Test12.java appears to have a temp file race Reviewed-by: rrich Backport-of: e1681c48287bcce6c8f617d9c0c25354dd62870a ! test/jdk/com/sun/net/httpserver/FileServerHandler.java ! test/jdk/com/sun/net/httpserver/Test12.java Changeset: f0be67fd Branch: master Author: Goetz Lindenmaier Date: 2025-10-20 18:24:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/f0be67fd4d33038e6fdb24f6cb7c99a994daa9af 8364235: Fix for JDK-8361447 breaks the alignment requirements for GuardedMemory Backport-of: 078d0d4968e26bb7a15417f1c4e891869c69dc6c ! src/hotspot/share/memory/guardedMemory.hpp Changeset: 141a1cf6 Branch: master Author: SendaoYan Date: 2025-10-21 10:15:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/141a1cf6c3fc04ee9dad7924d55c56468dc6fb3a 8366359: Test should throw SkippedException when there is no lpstat Backport-of: f23c150709fbd6d9b84261a7c99b67d7d08334b9 ! test/jdk/javax/print/PrintServiceLookup/CountPrintServices.java Changeset: 84702b62 Branch: master Author: Goetz Lindenmaier Date: 2025-10-22 08:09:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/84702b62b506151c79c4c0d936b8f9ed296ee8df Merge Changeset: 3fa8f01c Branch: master Author: Matthias Baesken Date: 2025-10-22 11:43:16 +0000 URL: https://git.openjdk.org/jdk17u/commit/3fa8f01c87fc1c690fc2f75f5f445a7ea62b6389 8366092: [GCC static analyzer] UnixOperatingSystem.c warning: use of uninitialized value 'systemTicks' Backport-of: a6e2a329a07c71582ac696809fb5349c6a0b681c ! src/jdk.management/linux/native/libmanagement_ext/UnixOperatingSystem.c Changeset: 0b3561a6 Branch: master Author: Satyen Subramaniam Date: 2025-10-22 16:30:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/0b3561a675fb902400b0105fe87341ea7e738c1e 8355387: [jittester] Disable downcasts by default Backport-of: b41e0b17490b203b19787a0d0742318fc0d03b33 ! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ProductionParams.java Changeset: 0f269150 Branch: master Author: SendaoYan Date: 2025-10-24 02:50:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/0f269150a34e9ef7ac3321826bcdbb8be93703f0 8334771: [TESTBUG] Run TestDockerMemoryMetrics.java with -Xcomp fails exitValue = 137 Backport-of: fa5ad700bb6a92aef7577969e09b4fbd93feb388 ! test/jdk/jdk/internal/platform/docker/MetricsMemoryTester.java ! test/jdk/jdk/internal/platform/docker/TestDockerMemoryMetrics.java Changeset: a64ed9d5 Branch: master Author: SendaoYan Date: 2025-10-24 06:34:44 +0000 URL: https://git.openjdk.org/jdk17u/commit/a64ed9d5e076293593e0550e42ea4433d1461fce 8305186: Reference.waitForReferenceProcessing should be more accessible to tests Backport-of: d8f012ea2a0514020434d5db6047e36941e9349b ! test/lib/jdk/test/whitebox/WhiteBox.java Changeset: 3a7280bd Branch: master Author: Matthias Baesken Date: 2025-10-24 09:31:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/3a7280bd45f666b2d5568be552c2de3bfb014f2b 8361871: [GCC static analyzer] complains about use of uninitialized value ckpObject in p11_util.c Backport-of: 518d5f4bbb78ae35db793d7fd15b3cd35c881664 ! src/jdk.crypto.cryptoki/share/native/libj2pkcs11/p11_util.c Changeset: 29527217 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:52:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/29527217184ba839d6c166d7548d78082f990e06 8281440: AWT: Conversion from string literal loses const qualifier Backport-of: f924e50c42c2f9548d2983449a98c45af40b0d35 ! src/java.desktop/windows/native/libawt/windows/WPrinterJob.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Debug.cpp ! src/java.desktop/windows/native/libawt/windows/awt_DesktopProperties.cpp ! src/java.desktop/windows/native/libawt/windows/awt_DrawingSurface.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Font.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Font.h ! src/java.desktop/windows/native/libawt/windows/awt_PrintControl.cpp ! src/java.desktop/windows/native/libawt/windows/awt_PrintJob.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Win32GraphicsEnv.cpp Changeset: 471239e1 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:56:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/471239e1cb4f7864b69ae9543ac934c1389a17ae 8281523: Accessibility: Conversion from string literal loses const qualifier Backport-of: e1c98bd1f2f57ddf47e4660038059117af87f938 ! src/jdk.accessibility/windows/native/common/AccessBridgeDebug.cpp ! src/jdk.accessibility/windows/native/common/AccessBridgeDebug.h ! src/jdk.accessibility/windows/native/jaccessinspector/jaccessinspector.cpp ! src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeEventHandler.cpp ! src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeJavaVMInstance.cpp ! src/jdk.accessibility/windows/native/libwindowsaccessbridge/AccessBridgeMessageQueue.cpp ! src/jdk.accessibility/windows/native/libwindowsaccessbridge/WinAccessBridge.cpp ! src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp ! src/jdk.accessibility/windows/native/toolscommon/AccessInfo.h Changeset: 504d5172 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 13:59:02 +0000 URL: https://git.openjdk.org/jdk17u/commit/504d5172b584cca46e42e14ddc7cf1470fb3b247 8281525: Enable Zc:strictStrings flag in Visual Studio build Backport-of: 23995f822e540d799eb4bbc969229422257fbb08 ! make/autoconf/flags-cflags.m4 ! src/hotspot/os/windows/os_windows.cpp ! src/java.security.jgss/windows/native/libsspi_bridge/sspi.cpp ! src/jdk.crypto.mscapi/windows/native/libsunmscapi/security.cpp ! src/jdk.jpackage/windows/native/libwixhelper/libwixhelper.cpp ! test/hotspot/gtest/runtime/test_os_windows.cpp Changeset: 9d3acf8f Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:01:22 +0000 URL: https://git.openjdk.org/jdk17u/commit/9d3acf8f45724dad2feb304ed1aa45e362e7e015 8302838: jabswitch main() should avoid calling exit explicitly Backport-of: cba817ae590d1130196d7f9d6e75b8d9b37d384b ! src/jdk.accessibility/windows/native/jabswitch/jabswitch.cpp Changeset: b93970ba Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:03:38 +0000 URL: https://git.openjdk.org/jdk17u/commit/b93970ba080681e1c9a425280fdc8ac176a1530a 8308780: Fix the Java Integer types on Windows Backport-of: c92b049db7853a061ce05cebdc1fd73205ed0c83 ! src/hotspot/share/c1/c1_Canonicalizer.hpp ! src/java.base/windows/native/include/jni_md.h ! src/java.desktop/windows/native/libawt/java2d/windows/GDIRenderer.cpp ! src/java.desktop/windows/native/libawt/java2d/windows/GDIWindowSurfaceData.cpp ! src/java.desktop/windows/native/libawt/windows/ShellFolder2.cpp ! src/java.desktop/windows/native/libawt/windows/awt_Menu.h ! src/java.desktop/windows/native/libawt/windows/awt_MenuBar.cpp ! src/java.desktop/windows/native/libawt/windows/awt_MenuBar.h ! src/jdk.accessibility/windows/native/jaccesswalker/jaccesswalker.cpp ! src/jdk.accessibility/windows/native/toolscommon/AccessInfo.cpp Changeset: f7bad98e Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:05:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/f7bad98e3e194fad7b689f0a19f196a7ff9a1b14 8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1 Reviewed-by: mdoerr Backport-of: 85fc47c81af81a595dc88e61454d8ba2d860f301 ! test/jdk/java/io/ObjectStreamClass/ObjectStreamClassCaching.java Changeset: 45bbc378 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:12:46 +0000 URL: https://git.openjdk.org/jdk17u/commit/45bbc37861a4e76777de789335b09c60422c8092 8343875: Minor improvements of jpackage test library Reviewed-by: mbaesken Backport-of: 2cdc9ed6d687cee343a5792a066a24839c6baccf + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/JavaAppDescTest.java + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/TKitTest.java + test/jdk/tools/jpackage/helpers-test/jdk/jpackage/test/TestSuite.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Functional.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JavaAppDesc.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/PackageTest.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/share/AddLauncherTest.java Changeset: 2a0b1433 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:17:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/2a0b1433d13974960fdc28951c877efee031068d 8347841: Test fixes that use deprecated time zone IDs Backport-of: 50537aefc736db43e4b08133dcd181ba69f10e8d ! test/jdk/java/io/File/TimeZoneLastModified.java ! test/jdk/java/text/Format/DateFormat/DateFormatRegression.java ! test/jdk/java/text/Format/DateFormat/DateFormatTest.java ! test/jdk/java/text/Format/DateFormat/SDFTCKZoneNamesTest.java ! test/jdk/java/text/Format/DateFormat/bug4358730.java ! test/jdk/java/util/Calendar/CalendarRegression.java ! test/jdk/java/util/Calendar/JavatimeTest.java ! test/jdk/java/util/Calendar/bug4316678.java ! test/jdk/java/util/Calendar/bug4372743.java ! test/jdk/java/util/Date/Bug4955000.java ! test/jdk/java/util/Date/DateRegression.java ! test/jdk/java/util/Date/DateTest.java ! test/jdk/java/util/PluggableLocale/TimeZoneNameProviderTest.java ! test/jdk/java/util/Properties/StoreDeadlock.java ! test/jdk/java/util/TimeZone/Bug5097350.java ! test/jdk/java/util/TimeZone/Bug6329116.java ! test/jdk/java/util/TimeZone/Bug6772689.java ! test/jdk/java/util/TimeZone/DaylightTimeTest.java ! test/jdk/java/util/TimeZone/IDTest.java ! test/jdk/java/util/TimeZone/ListTimeZones.java ! test/jdk/java/util/TimeZone/TimeZoneBoundaryTest.java ! test/jdk/java/util/TimeZone/TimeZoneRegression.java ! test/jdk/java/util/TimeZone/bug4096952.java ! test/jdk/sun/security/x509/X509CertImpl/V3Certificate.java ! test/jdk/sun/util/resources/TimeZone/Bug4640234.java ! test/jdk/sun/util/resources/cldr/Bug8134384.java ! test/jdk/sun/util/resources/cldr/Bug8202764.java Changeset: 1043c48d Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:19:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/1043c48d533c4c945262ff141f54042cb0ef9996 8365086: CookieStore.getURIs() and get(URI) should return an immutable List Backport-of: 022e29a77533aacabd56820d00ecffa9646a8362 ! src/java.base/share/classes/java/net/InMemoryCookieStore.java + test/jdk/java/net/CookieStoreTest.java Changeset: cea617d5 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:21:51 +0000 URL: https://git.openjdk.org/jdk17u/commit/cea617d51d3dced11a8941dfb92446d83e10b22a 8365660: test/jdk/sun/security/pkcs11/KeyAgreement/ tests skipped without SkipExceprion Backport-of: ec7361e082eff3859d9f0dd732f39ae9abd5089a ! test/jdk/sun/security/pkcs11/KeyAgreement/SupportedDHKeys.java ! test/jdk/sun/security/pkcs11/KeyAgreement/TestDH.java ! test/jdk/sun/security/pkcs11/KeyAgreement/TestInterop.java ! test/jdk/sun/security/pkcs11/KeyAgreement/TestShort.java ! test/jdk/sun/security/pkcs11/KeyAgreement/UnsupportedDHKeys.java Changeset: a75de539 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:24:03 +0000 URL: https://git.openjdk.org/jdk17u/commit/a75de5390c27c5db694f0b4f98f2ecc1b16ad66d 8365425: [macos26] javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java fails on macOS 26 Backport-of: bdf9834b81f0565e3572de42ebd42981d1d05a5c ! test/jdk/javax/swing/JInternalFrame/8160248/JInternalFrameDraggingTest.java Changeset: cdfbe3b7 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:24:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/cdfbe3b75a5bfbec7dc79221e961903d168f708a 8366764: Deproblemlist java/awt/ScrollPane/ScrollPositionTest.java Backport-of: 2705e880b64825044e67487f01263121780d8f7a ! test/jdk/ProblemList.txt Changeset: 9655084b Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:26:33 +0000 URL: https://git.openjdk.org/jdk17u/commit/9655084b5bea7379a414e489f26168751d661411 8346839: [TESTBUG] "java/awt/textfield/setechochartest4/setechochartest4.java" failed because the test frame disappears on clicking "Click Several Times" button Backport-of: 58270b757c0bdf82bf753fa304b829e3b64196e4 ! test/jdk/java/awt/TextField/SetEchoCharTest4/SetEchoCharTest4.java Changeset: 26746a96 Branch: master Author: Goetz Lindenmaier Date: 2025-10-24 14:26:55 +0000 URL: https://git.openjdk.org/jdk17u/commit/26746a96161958c4703a0a8e52a05bb20cb452d3 8369184: SimpleTimeZone equals() Returns True for Unequal Instances with Different hashCode Values Backport-of: 37b725d9c12834358a562e6c03fb7f566d639ca5 ! src/java.base/share/classes/java/util/SimpleTimeZone.java + test/jdk/java/util/TimeZone/SimpleTimeZoneEqualsHashCodeTest.java Changeset: b04b10a1 Branch: master Author: Aleksey Shipilev Date: 2025-10-24 14:57:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/b04b10a15c1e9e85afab8138ecec357325f85d15 8341861: GHA: Use only retention mechanism to remove bundles Reviewed-by: simonis Backport-of: 29ae26517f9c1fd5e641b3a560aa93e370920506 ! .github/workflows/main.yml Changeset: 1ab83e6e Branch: master Author: Satyen Subramaniam Date: 2025-10-24 16:25:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/1ab83e6e15f8d1539e64a5316a67e8c856c5097d 8354365: Opensource few Modal and Full Screen related tests Backport-of: e21387e0454e821e5720e781138dcc4c24a14ec7 ! test/jdk/ProblemList.txt + test/jdk/java/awt/FullScreen/NonfocusableFrameFullScreenTest.java + test/jdk/java/awt/Modal/AddRemoveTransientForsTest.java + test/jdk/java/awt/Modal/DialogLosesFocusTest.java + test/jdk/java/awt/Modal/NativeDialogToFrontBackTest.java Changeset: f4c80e31 Branch: master Author: SendaoYan Date: 2025-10-25 02:46:15 +0000 URL: https://git.openjdk.org/jdk17u/commit/f4c80e318a4a72f5308310d352e5504414716fa4 8367869: Test java/io/FileDescriptor/Sync.java timed out Backport-of: 61c5245bf7d6626b0c816612adcb0d94d6863644 ! test/jdk/java/io/FileDescriptor/Sync.java Changeset: 93aa7d2b Branch: master Author: Aleksey Shipilev Date: 2025-10-27 15:02:57 +0000 URL: https://git.openjdk.org/jdk17u/commit/93aa7d2b74fdb4bdf940aebde769be0ecaee8730 8341097: GHA: Demote Mac x86 jobs to build only Backport-of: d66737ea1cfd92bcb208ded4e64822d12760205d ! .github/workflows/main.yml Changeset: e915df80 Branch: master Author: Satyen Subramaniam Date: 2025-10-27 16:26:24 +0000 URL: https://git.openjdk.org/jdk17u/commit/e915df805a2f23904d61ccc72e20d1b5c0886311 8352678: Opensource few JMenuItem tests 8357305: Compilation failure in javax/swing/JMenuItem/bug6197830.java Reviewed-by: shade Backport-of: 8a40498d79a18dcf91cf4979d34c3583a6c39322 + test/jdk/javax/swing/JMenuItem/MenuItemTest/MenuItemTestHelper.java + test/jdk/javax/swing/JMenuItem/MenuItemTest/bug4729669.java + test/jdk/javax/swing/JMenuItem/MenuItemTest/bug6197830.java + test/jdk/javax/swing/JMenuItem/bug4207339.java + test/jdk/javax/swing/JMenuItem/bug4327146.java + test/jdk/javax/swing/JMenuItem/bug4402082.java - test/jdk/javax/swing/JMenuItem/bug4729669.java Changeset: e391c81a Branch: master Author: Satyen Subramaniam Date: 2025-10-27 16:26:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/e391c81abf71af84ccfdef71beb55e082eedb694 8354493: Opensource Several MultiScreen and Insets related tests Backport-of: e9c8986a65df534ee2a396cb3b49fe3dbcaf6a44 + test/jdk/java/awt/Multiscreen/DialogTest.java + test/jdk/java/awt/Multiscreen/FillThisScreen.java + test/jdk/java/awt/Multiscreen/IMCandidateWindowTest.java Changeset: cba64ceb Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:11:21 +0000 URL: https://git.openjdk.org/jdk17u/commit/cba64ceb9139516cc1ccc7ebede86e7af8796bbe 8296489: tools/jpackage/windows/WinL10nTest.java fails with timeout Backport-of: 8d8a28ffcbd974bb1a5389839a7e3046a232f85d ! test/jdk/tools/jpackage/windows/WinL10nTest.java Changeset: 2b5b97b3 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:15:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/2b5b97b3cc44b34f1d3d2f2e9fd2fa545d769e3b 8368192: Test java/lang/ProcessBuilder/Basic.java#id0 fails with Exception: Stack trace Reviewed-by: phh Backport-of: 218e82c875237f82a649a214c72d925a5ebf188c ! test/jdk/java/lang/ProcessBuilder/Basic.java Changeset: de202420 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:17:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/de2024204c46dca2c9ba82ecf4ee00f34506ee78 8299325: java/net/httpclient/CancelRequestTest.java fails "test CancelRequestTest.testGetSendAsync("https://localhost:46509/https1/x/same/interrupt", true, true)" Backport-of: a74ebd048ae569296619c112c23169c46b571863 ! test/jdk/java/net/httpclient/CancelRequestTest.java Changeset: e15abf38 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:20:11 +0000 URL: https://git.openjdk.org/jdk17u/commit/e15abf386868c0563fc59478ea6a6e8f4bd4e642 8324065: Daylight saving information for `Africa/Casablanca` are incorrect Backport-of: 0d8543d6773a516dad54038070dce507179d0709 ! src/java.base/share/classes/sun/util/calendar/ZoneInfo.java ! src/java.base/share/classes/sun/util/calendar/ZoneInfoFile.java ! test/jdk/java/util/TimeZone/NegativeDSTTest.java ! test/jdk/sun/util/calendar/zi/TestZoneInfo310.java ! test/jdk/sun/util/calendar/zi/ZoneInfoOld.java ! test/jdk/sun/util/calendar/zi/Zoneinfo.java Changeset: f278bdc4 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:32:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/f278bdc406919eac1c013262b429281febfd10f2 7191877: TEST_BUG: java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java failing intermittently Backport-of: 5a442197d21e1dfb89cdbf5f0ad5596869ab333a ! test/jdk/ProblemList.txt ! test/jdk/java/rmi/transport/checkLeaseInfoLeak/CheckLeaseLeak.java ! test/jdk/java/rmi/transport/checkLeaseInfoLeak/LeaseLeakClient.java Changeset: 9e1a6bef Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 09:40:48 +0000 URL: https://git.openjdk.org/jdk17u/commit/9e1a6bef2ac7f0c7615d153672a296847f09240a 8367348: Enhance PassFailJFrame to support links in HTML Backport-of: 7a3025e3d7d33ed02db34c1485aa3c7b44b2d8ee ! test/jdk/java/awt/regtesthelpers/PassFailJFrame.java Changeset: 63406ab4 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 10:14:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/63406ab4693d2b0612583661075a3ccdb14b4bf1 8364263: HttpClient: Improve encapsulation of ProxyServer Reviewed-by: rschmelter Backport-of: e7cf18212b2dd75b9e068e5bb02e6372e8893954 ! test/jdk/java/net/httpclient/ProxyServer.java Changeset: d2709749 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 13:58:42 +0000 URL: https://git.openjdk.org/jdk17u/commit/d2709749dc52fac8532957cb14c10b80263eb747 8344326: Move jpackage tests from "jdk.jpackage.tests" package to the default package Reviewed-by: mbaesken Backport-of: 2c509a158fad63e69a8072fa4a7588eaacf37dc0 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/TKit.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java = test/jdk/tools/jpackage/linux/UsrTreeTest.java = test/jdk/tools/jpackage/share/AppVersionTest.java = test/jdk/tools/jpackage/share/BasicTest.java = test/jdk/tools/jpackage/share/CookedRuntimeTest.java = test/jdk/tools/jpackage/share/DotInNameTest.java = test/jdk/tools/jpackage/share/ErrorTest.java = test/jdk/tools/jpackage/share/JLinkOptionsTest.java = test/jdk/tools/jpackage/share/JavaOptionsEqualsTest.java = test/jdk/tools/jpackage/share/JavaOptionsTest.java = test/jdk/tools/jpackage/share/MainClassTest.java = test/jdk/tools/jpackage/share/ModulePathTest.java = test/jdk/tools/jpackage/share/ModulePathTest2.java = test/jdk/tools/jpackage/share/ModulePathTest3.java = test/jdk/tools/jpackage/share/MultipleJarAppTest.java = test/jdk/tools/jpackage/share/NoMPathRuntimeTest.java = test/jdk/tools/jpackage/share/NonExistentTest.java = test/jdk/tools/jpackage/share/UnicodeArgsTest.java = test/jdk/tools/jpackage/share/VendorTest.java ! test/jdk/tools/jpackage/windows/WinL10nTest.java Changeset: cd7abc81 Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 14:03:47 +0000 URL: https://git.openjdk.org/jdk17u/commit/cd7abc815d38ed39aaab2ab931de289fa35135b3 8304811: vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/INDIFY_Test.java fails with JVMTI_ERROR_TYPE_MISMATCH Reviewed-by: mbaesken Backport-of: 854b384b120fa2af41adca3048070866fe3cafd4 ! test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/jvmti/stepBreakPopReturn/stepBreakPopReturn.cpp Changeset: d1813cce Branch: master Author: Goetz Lindenmaier Date: 2025-10-28 14:08:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/d1813cce59cafe53f70808d47fc7029e0351e7bc 8369992: JFR: Disable Placeholder-, LoaderConstraints- and ProtectionDomainCacheTableStatistics in default.jfc Reviewed-by: mbaesken ! src/jdk.jfr/share/conf/jfr/default.jfc Changeset: bd1728a9 Branch: master Author: Satyen Subramaniam Date: 2025-10-28 17:26:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/bd1728a9454126723568b23d8a171498103c06e0 8354466: Open some misc Swing bugs 9 Backport-of: da16c839735bbf79ece4967f95a98208f74b7f73 + test/jdk/javax/swing/JPasswordField/bug4382819.java + test/jdk/javax/swing/JSplitPane/bug4820080.java Changeset: be5ae4cb Branch: master Author: Matthias Baesken Date: 2025-10-29 13:01:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/be5ae4cb0e9df4df3e07de2364359b442a42b184 8363676: [GCC static analyzer] missing return value check of malloc in OGLContext_SetTransform Backport-of: d25ad881ebfec40ca6b0a73f78d1f9d2cb722e01 ! src/java.desktop/share/native/common/java2d/opengl/OGLContext.c Changeset: b802991e Branch: master Author: Satyen Subramaniam Date: 2025-10-29 16:44:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/b802991ebd3ca4e42c4832ea1ca681e5771cb154 8354341: Open some JTable bugs 7 Backport-of: 9eeb86d972ac4cc38d923b2b868b426bbd27a4e8 + test/jdk/javax/swing/JTable/ShiftClick.java + test/jdk/javax/swing/JTable/bug4128506.java + test/jdk/javax/swing/JTable/bug4190222.java + test/jdk/javax/swing/JTable/bug4224179.java Changeset: d167b4d9 Branch: master Author: Satyen Subramaniam Date: 2025-10-29 16:47:04 +0000 URL: https://git.openjdk.org/jdk17u/commit/d167b4d9d84ddf51959b011206af70d511be4441 8354465: Open some JTable bugs 8 Backport-of: 7a72f0fac9a0704c4a0ada781f1cadd7c4903b3e = test/jdk/javax/swing/JTable/CheckBoxFirstClick.java = test/jdk/javax/swing/JTable/IllegalStateException.java + test/jdk/javax/swing/JTable/bug4139910.java + test/jdk/javax/swing/JTable/bug4226181.java + test/jdk/javax/swing/JTable/bug4239157.java Changeset: 571408e3 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:53:27 +0000 URL: https://git.openjdk.org/jdk17u/commit/571408e322bc1486387e8390ad866f0e32dff979 8350102: Decouple jpackage test-lib Executor.Result and Executor classes Backport-of: 3487f8cbd55b06d332d897a010ae8eb371dd4956 ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/Executor.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/JPackageCommand.java ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java Changeset: 66fad22c Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:55:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/66fad22cc3baad510e6f0c8693b57e4c32a0967e 8359167: Remove unused test/hotspot/jtreg/vmTestbase/nsk/share/jpda/BindServer.java Reviewed-by: mdoerr Backport-of: 3fc1a70ca6b98494bce8e5b740fba52cf3a9ea4e ! test/hotspot/jtreg/vmTestbase/nsk/share/jdb/Launcher.java - test/hotspot/jtreg/vmTestbase/nsk/share/jpda/BindServer.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeArgumentHandler.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeBinder.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/DebugeeProcess.java ! test/hotspot/jtreg/vmTestbase/nsk/share/jpda/IOPipe.java Changeset: e5d39d86 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 08:58:40 +0000 URL: https://git.openjdk.org/jdk17u/commit/e5d39d86b9aa159da51af30db8e8a352d6529b66 8358748: Large page size initialization fails with assert "page_size must be a power of 2" Backport-of: 870438ed6453b19817c18d48feae01cddea44d50 ! src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.cpp ! src/hotspot/share/runtime/flags/jvmFlagConstraintsRuntime.hpp ! src/hotspot/share/runtime/globals.hpp ! test/lib-test/jdk/test/whitebox/vm_flags/SizeTTest.java Changeset: 458a4ccb Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 09:01:59 +0000 URL: https://git.openjdk.org/jdk17u/commit/458a4ccb9d2cf6c341127ebc162e974a639a8e21 8366342: Key generator and key pair generator tests skipping, but showing as passed Reviewed-by: rschmelter Backport-of: 7690a45f77a2da47fa912fe7a2b2faa589f259f0 ! test/jdk/sun/security/pkcs11/KeyGenerator/DESParity.java ! test/jdk/sun/security/pkcs11/KeyGenerator/TestChaCha20.java ! test/jdk/sun/security/pkcs11/KeyGenerator/TestKeyGenerator.java ! test/jdk/sun/security/pkcs11/KeyPairGenerator/TestDH2048.java Changeset: 133dad60 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 09:09:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/133dad608f883631d0ccc6d3e1996a7ac6901570 8333526: Restructure java/nio/channels/DatagramChannel/StressNativeSignal.java to a fail fast exception handling policy Backport-of: 4f4030a423d04c8f488d143f0eda4a8de9dbd469 ! test/jdk/java/nio/channels/DatagramChannel/StressNativeSignal.java Changeset: 74b7d698 Branch: master Author: Goetz Lindenmaier Date: 2025-10-30 09:13:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/74b7d6981b2f6c75948fd9d9abffbbc7745ffae2 8314136: Test java/net/httpclient/CancelRequestTest.java failed: WARNING: tracker for HttpClientImpl(42) has outstanding operations Reviewed-by: rschmelter Backport-of: 4f864faf428c8171be975a79db5bc2bc145f8805 ! test/jdk/java/net/httpclient/CancelRequestTest.java Changeset: e78cfbe0 Branch: master Author: Martin Doerr Date: 2025-10-30 09:14:29 +0000 URL: https://git.openjdk.org/jdk17u/commit/e78cfbe043ecbf7184dd516ab654c5b79bee6f3b 8369946: Bytecode rewriting causes Java heap corruption on PPC Backport-of: f5b155bda2088c269bef221cbf4a7d1909d1b2ef ! src/hotspot/cpu/ppc/interp_masm_ppc.hpp ! src/hotspot/cpu/ppc/interp_masm_ppc_64.cpp ! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp Changeset: 25b2e4b2 Branch: master Author: Roland Mesde Committer: Victor Rudometov Date: 2025-10-30 16:40:27 +0000 URL: https://git.openjdk.org/jdk17u/commit/25b2e4b2bc0c5ee8d6200e018de93b5e45e56384 8313355: javax/management/remote/mandatory/notif/ListenerScaleTest.java failed with "Exception: Failed: ratio=792.2791601423487" Backport-of: debf0ecfb0076f5513595c74038215520d630764 ! test/jdk/javax/management/remote/mandatory/notif/ListenerScaleTest.java Changeset: 2d946943 Branch: master Author: Roland Mesde Committer: Victor Rudometov Date: 2025-10-30 16:40:56 +0000 URL: https://git.openjdk.org/jdk17u/commit/2d9469434d5e80f7e93aa15b9d10b43b9bbf135c 8318613: ChoiceFormat patterns are not well tested Backport-of: 10427c023a142a24db3c2492977a7233a1afc25d + test/jdk/java/text/Format/ChoiceFormat/PatternsTest.java Changeset: f796f9e3 Branch: master Author: Roland Mesde Committer: Victor Rudometov Date: 2025-10-30 16:41:19 +0000 URL: https://git.openjdk.org/jdk17u/commit/f796f9e33961dfc1348fac8d0139b19098731e93 8318467: [jmh] tests concurrent.Queues and concurrent.ProducerConsumer hang with 101+ threads Backport-of: e05cafda78a37dbeb2df2edd791be19d22edaece ! test/micro/org/openjdk/bench/java/util/concurrent/ProducerConsumer.java ! test/micro/org/openjdk/bench/java/util/concurrent/Queues.java Changeset: 5d35f53e Branch: master Author: Sergey Bylokhov Date: 2025-10-30 19:37:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/5d35f53ebfeb34d202de89ac26294c95ee1dacda 8270083: -Wnonnull errors happen with GCC 11.1.1 Reviewed-by: shade Backport-of: 68b6e11e481349e40014aa4593a53ae2ea74aedc ! make/hotspot/lib/JvmOverrideFiles.gmk ! src/hotspot/cpu/x86/assembler_x86.cpp ! src/hotspot/cpu/x86/c1_Runtime1_x86.cpp ! src/hotspot/cpu/x86/frame_x86.inline.hpp ! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp ! src/hotspot/cpu/x86/sharedRuntime_x86_64.cpp ! src/hotspot/cpu/x86/universalUpcallHandler_x86_64.cpp ! src/hotspot/share/utilities/compilerWarnings.hpp ! src/hotspot/share/utilities/compilerWarnings_gcc.hpp Changeset: 424eeabe Branch: master Author: Satyen Subramaniam Date: 2025-10-30 22:18:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/424eeabe0472890dfe2c61f2f5e0d0adc49d30bc 8354233: Open some JTable bugs 6 Backport-of: ade67df0f363cb95434832f750ac901c1c75c29c + test/jdk/javax/swing/JTable/bug4129401.java + test/jdk/javax/swing/JTable/bug4193727.java + test/jdk/javax/swing/JTable/bug4242631.java Changeset: 846d334b Branch: master Author: Arno Zeller Committer: Paul Hohensee Date: 2025-10-31 00:52:06 +0000 URL: https://git.openjdk.org/jdk17u/commit/846d334b983774d803395c15c499faccc0bbf1b4 8327071: [Testbug] g-tests for cgroup leave files in /tmp on linux Backport-of: e889b460c03b3887ec5477fa734c430d3c3a41c8 ! test/hotspot/gtest/os/linux/test_cgroupSubsystem_linux.cpp Changeset: 3058ed71 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:11:36 +0000 URL: https://git.openjdk.org/jdk17u/commit/3058ed71fcc847e963dab254175fad6a8eda897e 7124287: [macosx] JTableHeader doesn't get focus after pressing F8 key Backport-of: 77b27893969d84de7c890a60c3cccb99e89d5d91 ! src/java.desktop/macosx/classes/com/apple/laf/AquaKeyBindings.java + test/jdk/javax/swing/plaf/basic/BasicTableHeaderUI/6394566/bug6394566.java Changeset: 1a11ad77 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:13:52 +0000 URL: https://git.openjdk.org/jdk17u/commit/1a11ad777876ad5d22f03029ee0ec924d755fdda 8328377: Convert java/awt/Cursor/MultiResolutionCursorTest test to main Backport-of: 1b68c731f2461a2f26e6d967dd3f94e217b4d1f4 + test/jdk/java/awt/Cursor/MultiResolutionCursorTest.java - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.html - test/jdk/java/awt/Cursor/MultiResolutionCursorTest/MultiResolutionCursorTest.java Changeset: 8912faa8 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:16:09 +0000 URL: https://git.openjdk.org/jdk17u/commit/8912faa8a475992aab0e702a073ac3cde761aeea 8331977: Crash: SIGSEGV in dlerror() Backport-of: 28f9e2d34a29499b25af902d15ebfd416ffe638e ! test/jdk/tools/jpackage/helpers/jdk/jpackage/test/HelloApp.java ! test/jdk/tools/jpackage/macosx/ArgumentsFilteringTest.java ! test/jdk/tools/jpackage/share/ArgumentsTest.java ! test/jdk/tools/jpackage/share/MainClassTest.java ! test/jdk/tools/jpackage/windows/WinRenameTest.java Changeset: c26cf5b1 Branch: master Author: Jan Kratochvil Committer: Goetz Lindenmaier Date: 2025-10-31 10:18:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/c26cf5b1a52b447f8339a843d813476b3ccd30a2 8355077: Compiler error at splashscreen_gif.c due to unterminated string initialization Backport-of: 898d4798003d7b9cd54ef3a149eb037998a39887 ! src/java.desktop/share/native/libsplashscreen/splashscreen_gif.c Changeset: b599a568 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:19:54 +0000 URL: https://git.openjdk.org/jdk17u/commit/b599a5681619d3de6346dad6547e0c626521c98f 8346753: Test javax/swing/JMenuItem/RightLeftOrientation/RightLeftOrientation.java fails on Windows Server 2025 x64 because the icons of RBMenuItem and CBMenuItem are not visible in Nimbus LookAndFeel Backport-of: 5205eae6ff28c4587ec4cb659ddffce84f00441b ! test/jdk/javax/swing/JMenuItem/RightLeftOrientation.java Changeset: 5ddafa06 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:24:07 +0000 URL: https://git.openjdk.org/jdk17u/commit/5ddafa0699a4522164057a418fac033f4c13eba4 8358813: JPasswordField identifies spaces in password via delete shortcuts Backport-of: 8d73fe91bccd1da53424b9f8a52d9efafabeb243 ! src/java.desktop/macosx/classes/com/apple/laf/AquaKeyBindings.java + test/jdk/javax/swing/JPasswordField/PasswordFieldInputMapWordTest.java Changeset: 13030007 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 10:26:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/130300074fd85609706e1ef45a8f8a12f5b5df8f 8366159: SkippedException is treated as a pass for pkcs11/KeyStore, pkcs11/SecretKeyFactory and pkcs11/SecureRandom Reviewed-by: mdoerr Backport-of: 166ef5e7b1c6d6a9f0f1f29fedb7f65b94f53119 ! test/jdk/sun/security/pkcs11/KeyStore/ClientAuth.java ! test/jdk/sun/security/pkcs11/SecretKeyFactory/TestGeneral.java ! test/jdk/sun/security/pkcs11/SecureRandom/Basic.java ! test/jdk/sun/security/pkcs11/SecureRandom/TestDeserialization.java Changeset: 3f884a97 Branch: master Author: Goetz Lindenmaier Date: 2025-10-31 11:00:23 +0000 URL: https://git.openjdk.org/jdk17u/commit/3f884a976a1cfc8ffa8a9f80d682a108ec4f58a3 8364660: ClassVerifier::ends_in_athrow() should be removed Reviewed-by: phh Backport-of: 6a9bd7781ce1ddbc90712b00fd940c4ce697a1fe ! src/hotspot/share/classfile/verifier.cpp ! src/hotspot/share/classfile/verifier.hpp Changeset: 0da7c436 Branch: master Author: Satyen Subramaniam Date: 2025-10-31 16:43:35 +0000 URL: https://git.openjdk.org/jdk17u/commit/0da7c43608f3c648ac47ffbb7ea14c15d2f568b8 8354095: Open some JTable bugs 5 Backport-of: 7eab2d9f9140a27f7a5c5e0a57b9e6a256558690 + test/jdk/javax/swing/JTable/InternationalCharacters.java + test/jdk/javax/swing/JTable/NullTableHeader.java + test/jdk/javax/swing/JTable/bug4118307.java + test/jdk/javax/swing/JTable/bug4138158.java Changeset: dbfdc506 Branch: master Author: Satyen Subramaniam Date: 2025-10-31 16:44:00 +0000 URL: https://git.openjdk.org/jdk17u/commit/dbfdc506ff446ef52b45bd0e151ee7a3c4acef09 8353832: Opensource FontClass, Selection and Icon tests Backport-of: 8c6b611f35af22af5b6c3eb663b30985857c1da3 + test/jdk/java/awt/FontClass/FontTransformAttributeTest.java + test/jdk/java/awt/FontClass/FontUnderscoreTest.java + test/jdk/java/awt/Icon/ChildFrameIconTest.java + test/jdk/java/awt/Selection/TestClipboard.java Changeset: 98532ee9 Branch: master Author: Aleksey Shipilev Date: 2025-11-03 08:55:58 +0000 URL: https://git.openjdk.org/jdk17u/commit/98532ee9fd5136d7d21025941845e77ae216377a 8294591: Fix cast-function-type warning in TemplateTable Reviewed-by: mdoerr Backport-of: fc616588c1bf731150a9d9b80033bb589bcb231f ! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp ! src/hotspot/cpu/arm/templateTable_arm.cpp ! src/hotspot/cpu/ppc/templateTable_ppc_64.cpp ! src/hotspot/cpu/riscv/templateTable_riscv.cpp ! src/hotspot/cpu/s390/templateTable_s390.cpp ! src/hotspot/cpu/x86/templateTable_x86.cpp ! src/hotspot/share/interpreter/templateTable.cpp ! src/hotspot/share/interpreter/templateTable.hpp Changeset: 9f896829 Branch: master Author: Martin Doerr Date: 2025-11-04 08:56:37 +0000 URL: https://git.openjdk.org/jdk17u/commit/9f896829241e78ae0d6afb89b73840997234fb90 8369506: Bytecode rewriting causes Java heap corruption on AArch64 Reviewed-by: aph, jcking Backport-of: e6ef74bd722c69f8b0cf144e0b5eba95d30dcd39 ! src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp ! src/hotspot/cpu/aarch64/interp_masm_aarch64.hpp ! src/hotspot/cpu/aarch64/templateTable_aarch64.cpp Changeset: a3442fd7 Branch: master Author: Aleksey Shipilev Date: 2025-11-04 11:05:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/a3442fd77f524a2ccbb499ab0120b11c30642708 8294594: Fix cast-function-type warnings in signal handling code Reviewed-by: mdoerr Backport-of: b06f1b149c8f8a49d4e42c4b782a4b3a22aa79f6 ! src/hotspot/os/posix/signals_posix.cpp From duke at openjdk.org Wed Nov 5 08:37:13 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Nov 2025 08:37:13 GMT Subject: git: openjdk/jdk17u-dev: Added tag jdk-17.0.18+1 for changeset a3442fd7 Message-ID: <8d6699a5-1a9e-47f7-bcf2-019381667cea@openjdk.org> Tagged by: Goetz Lindenmaier Date: 2025-11-05 09:31:49 +0000 Added tag jdk-17.0.18+1 for changeset a3442fd77f52 Changeset: a3442fd7 Author: Aleksey Shipilev Date: 2025-11-04 11:05:32 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/a3442fd77f524a2ccbb499ab0120b11c30642708 From duke at openjdk.org Wed Nov 5 08:39:44 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Nov 2025 08:39:44 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.18+0 for changeset c6e19d63 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-09-03 09:22:05 +0000 Added tag jdk-17.0.18+0 for changeset c6e19d6330e8 Changeset: c6e19d63 Author: Goetz Lindenmaier Date: 2025-09-02 08:37:30 +0000 URL: https://git.openjdk.org/jdk17u/commit/c6e19d6330e8474d97d791e2f7a476bd953562c7 From duke at openjdk.org Wed Nov 5 08:41:09 2025 From: duke at openjdk.org (duke) Date: Wed, 5 Nov 2025 08:41:09 GMT Subject: git: openjdk/jdk17u: Added tag jdk-17.0.18+1 for changeset a3442fd7 Message-ID: Tagged by: Goetz Lindenmaier Date: 2025-11-05 09:31:49 +0000 Added tag jdk-17.0.18+1 for changeset a3442fd77f52 Changeset: a3442fd7 Author: Aleksey Shipilev Date: 2025-11-04 11:05:32 +0000 URL: https://git.openjdk.org/jdk17u/commit/a3442fd77f524a2ccbb499ab0120b11c30642708 From goetz at openjdk.org Wed Nov 5 09:18:27 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Nov 2025 09:18:27 GMT Subject: git: openjdk/jdk21u-dev: master: 8357882: Use UTF-8 encoded data in LocaleDataTest Message-ID: <9a0a6a90-7e97-48d7-87ed-b46ef1368ffa@openjdk.org> Changeset: 2adf8cf4 Branch: master Author: Goetz Lindenmaier Date: 2025-11-05 09:14:37 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/2adf8cf435805c5cff56eac67d41120005c0c08f 8357882: Use UTF-8 encoded data in LocaleDataTest Reviewed-by: rrich Backport-of: 4fa4f15122213afea5cb25166c3b36a1c395b06c ! test/jdk/sun/text/resources/LocaleData ! test/jdk/sun/text/resources/LocaleData.cldr ! test/jdk/sun/text/resources/LocaleDataTest.java From goetz at openjdk.org Wed Nov 5 09:42:19 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Nov 2025 09:42:19 GMT Subject: git: openjdk/jdk21u-dev: master: 8367021: Regression in LocaleDataTest refactoring Message-ID: Changeset: 446b9b5b Branch: master Author: Goetz Lindenmaier Date: 2025-11-05 09:38:08 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/446b9b5b43725ef413ba739e759ee2e327c28c11 8367021: Regression in LocaleDataTest refactoring Reviewed-by: rrich, phh Backport-of: 48831c65b5535fef706b64a4eb23ba28b1567ead ! test/jdk/sun/text/resources/LocaleDataTest.java From goetz at openjdk.org Wed Nov 5 09:48:07 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Nov 2025 09:48:07 GMT Subject: git: openjdk/jdk21u-dev: master: 2 new changesets Message-ID: Changeset: 5fc9014a Branch: master Author: Goetz Lindenmaier Date: 2025-11-05 09:43:13 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/5fc9014a5664bcf4b11269716c48e3f004ece7a8 8357172: Extend try block in nsk/jdi tests to capture exceptions thrown by Debuggee.classByName() Backport-of: 14e41ab055955ffd7cf9e8129cc3269b4e3807b7 ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod010.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod009.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod014.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue003.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue004.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/setValue/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/setValue/setvalue005/setvalue005.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/ownedMonitors/ownedmonitors002.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes006.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/popFrames/popframes007.java ! test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop002.java Changeset: 0fe19c70 Branch: master Author: Goetz Lindenmaier Date: 2025-11-05 09:45:43 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/0fe19c707d35539909090994126a5f3397f22da8 8358679: [asan] vmTestbase/nsk/jvmti tests show memory issues Backport-of: 2300a212dd135f1f01604c5c2915653a3f3bd869 ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorEnter/rawmonenter003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorExit/rawmonexit003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotify/rawmnntfy003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorNotifyAll/rawmnntfyall003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RawMonitorWait/rawmnwait003/TestDescription.java ! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM07/em07t002/em07t002.cpp From goetz at openjdk.org Wed Nov 5 09:53:49 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Wed, 5 Nov 2025 09:53:49 GMT Subject: git: openjdk/jdk21u-dev: master: 8369319: java/net/httpclient/CancelRequestTest.java fails intermittently Message-ID: <6ba8c02c-3e28-4abb-b39c-3478040723e5@openjdk.org> Changeset: a3a41a33 Branch: master Author: Goetz Lindenmaier Date: 2025-11-05 09:47:59 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/a3a41a33ffba3d7b165e2bf9f337e4dc3058fe56 8369319: java/net/httpclient/CancelRequestTest.java fails intermittently Backport-of: 21e63914e687cb122fad0e88924c59eb16c3ba61 ! test/jdk/java/net/httpclient/CancelRequestTest.java From ssubramaniam at openjdk.org Wed Nov 5 18:35:25 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Wed, 5 Nov 2025 18:35:25 GMT Subject: git: openjdk/jdk21u-dev: master: 8352687: Opensource few JInternalFrame and JTextField tests Message-ID: Changeset: f5dd15d1 Branch: master Author: Satyen Subramaniam Date: 2025-11-05 18:34:35 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/f5dd15d16b26a2f0e1601b892f69aec92ee7f21f 8352687: Opensource few JInternalFrame and JTextField tests Backport-of: f955a8cbd2d1233af7f7e4b4e4bfcdbb5a8cacae + test/jdk/javax/swing/JInternalFrame/bug4190516.java + test/jdk/javax/swing/JInternalFrame/bug4242045.java + test/jdk/javax/swing/JTextField/bug4232716.java + test/jdk/javax/swing/JTextField/bug5027332.java From ssubramaniam at openjdk.org Wed Nov 5 18:37:13 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Wed, 5 Nov 2025 18:37:13 GMT Subject: git: openjdk/jdk17u-dev: 2 new changesets Message-ID: <9014269c-fb60-47af-87de-d2c9ac79f48f@openjdk.org> Changeset: f678c661 Branch: master Author: Satyen Subramaniam Date: 2025-11-05 18:33:31 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/f678c6611125348d48c4d5c4bae7fe361a1d264c 8352905: Open some JComboBox bugs 1 Backport-of: a55ccd267cdfbb7a52c0647fa3b2f93b36b1805f + test/jdk/javax/swing/JComboBox/bug4166593.java + test/jdk/javax/swing/JComboBox/bug4180054.java + test/jdk/javax/swing/JComboBox/bug4530952.java + test/jdk/javax/swing/JComboBox/bug4530953.java Changeset: 3bddec8f Branch: master Author: Satyen Subramaniam Date: 2025-11-05 18:34:07 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/3bddec8f8150efb1e022c4a3943777adda96f1ef 8352687: Opensource few JInternalFrame and JTextField tests Backport-of: f955a8cbd2d1233af7f7e4b4e4bfcdbb5a8cacae + test/jdk/javax/swing/JInternalFrame/bug4190516.java + test/jdk/javax/swing/JInternalFrame/bug4242045.java + test/jdk/javax/swing/JTextField/bug4232716.java + test/jdk/javax/swing/JTextField/bug5027332.java From ssubramaniam at openjdk.org Wed Nov 5 18:39:33 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Wed, 5 Nov 2025 18:39:33 GMT Subject: git: openjdk/jdk21u-dev: master: 8352905: Open some JComboBox bugs 1 Message-ID: <62ab591d-91f2-4388-94be-c6077268b5b4@openjdk.org> Changeset: dd269de3 Branch: master Author: Satyen Subramaniam Date: 2025-11-05 18:35:07 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/dd269de3e77d42bfd9f424523ba400175ac6bfd4 8352905: Open some JComboBox bugs 1 Backport-of: a55ccd267cdfbb7a52c0647fa3b2f93b36b1805f + test/jdk/javax/swing/JComboBox/bug4166593.java + test/jdk/javax/swing/JComboBox/bug4180054.java + test/jdk/javax/swing/JComboBox/bug4530952.java + test/jdk/javax/swing/JComboBox/bug4530953.java From shade at openjdk.org Thu Nov 6 10:49:21 2025 From: shade at openjdk.org (Aleksey Shipilev) Date: Thu, 6 Nov 2025 10:49:21 GMT Subject: git: openjdk/jdk17u-dev: 8369226: GHA: Switch to MacOS 15 Message-ID: <22fba9cd-8340-478f-ba19-650ae16fdda0@openjdk.org> Changeset: 7fe25530 Branch: master Author: Aleksey Shipilev Date: 2025-11-06 10:45:29 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/7fe25530c47cacc11c5214ef7ef4db443701eabf 8369226: GHA: Switch to MacOS 15 Reviewed-by: mdoerr Backport-of: 1ea8cfa6dc8e6f96fd87553331abaae17ec173ea ! .github/workflows/main.yml From goetz at openjdk.org Thu Nov 6 11:03:31 2025 From: goetz at openjdk.org (Goetz Lindenmaier) Date: Thu, 6 Nov 2025 11:03:31 GMT Subject: git: openjdk/jdk17u-dev: 8325766: Extend CertificateBuilder to create trust and end entity certificates programmatically Message-ID: Changeset: 9dbee307 Branch: master Author: Goetz Lindenmaier Date: 2025-11-06 10:59:12 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9dbee307410971bbc46c52d18e9ef0134c736c5f 8325766: Extend CertificateBuilder to create trust and end entity certificates programmatically Backport-of: c5275d331cb82fb1ab6373236890691c3748e891 ! test/jdk/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java + test/jdk/sun/net/www/protocol/https/HttpsURLConnection/TEST.properties ! test/lib/jdk/test/lib/security/CertificateBuilder.java From phh at openjdk.org Thu Nov 6 16:16:11 2025 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 6 Nov 2025 16:16:11 GMT Subject: git: openjdk/jdk17u-dev: 8369450: [Ubuntu 25.10] openjdk fails to build due to rust-coreutils date Message-ID: <239888b4-694f-4f20-9b58-19092bf96010@openjdk.org> Changeset: 9449e0b9 Branch: master Author: Vladimir Petko Committer: Paul Hohensee Date: 2025-11-06 16:11:23 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9449e0b9f20e26020c66beb783a5ca2ae1886a22 8369450: [Ubuntu 25.10] openjdk fails to build due to rust-coreutils date Backport-of: b73228b51c1b1c59c8cd8ee7b14522edc12d564a ! make/autoconf/basic_tools.m4 From phh at openjdk.org Thu Nov 6 16:16:23 2025 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 6 Nov 2025 16:16:23 GMT Subject: git: openjdk/jdk11u-dev: 8339280: jarsigner -verify performs cross-checking between CEN and LOC Message-ID: <005568a0-b1ac-4927-8792-94ab07b3d01d@openjdk.org> Changeset: c40bce3c Branch: master Author: Francisco Ferrari Bihurriet Committer: Paul Hohensee Date: 2025-11-06 16:11:27 +0000 URL: https://git.openjdk.org/jdk11u-dev/commit/c40bce3c5f56204ca23efbc072526e2bd3581d36 8339280: jarsigner -verify performs cross-checking between CEN and LOC 8353299: VerifyJarEntryName.java test fails 8367782: VerifyJarEntryName.java: Fix modifyJarEntryName to operate on bytes and re-introduce verifySignatureEntryName Reviewed-by: abakhtin, sgehwolf Backport-of: bbd5b174c50346152a624317b6bd76ec48f7e551 ! src/bsd/doc/man/jarsigner.1 ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java ! src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java ! src/linux/doc/man/jarsigner.1 ! src/solaris/doc/sun/man/man1/jarsigner.1 + test/jdk/sun/security/tools/jarsigner/VerifyJarEntryName.java From vrudomet at openjdk.org Thu Nov 6 18:39:22 2025 From: vrudomet at openjdk.org (Victor Rudometov) Date: Thu, 6 Nov 2025 18:39:22 GMT Subject: git: openjdk/jdk17u-dev: 8357822: C2: Multiple string optimization tests are no longer testing string concatenation optimizations Message-ID: <78f35e4f-7ad6-4f07-a9df-7d7871858ae2@openjdk.org> Changeset: 943251d9 Branch: master Author: Roland Mesde Committer: Victor Rudometov Date: 2025-11-06 18:34:55 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/943251d93719fef24e973a0a6a75e204f223d0a7 8357822: C2: Multiple string optimization tests are no longer testing string concatenation optimizations Backport-of: 6c616c71ec9a8ee6e0203921deef20d09db39698 ! test/hotspot/jtreg/compiler/c2/Test7046096.java ! test/hotspot/jtreg/compiler/c2/Test7179138_2.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/cs_disabled/TestDescription.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Implicit01/cs_enabled/TestDescription.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/cs_disabled/TestDescription.java ! test/hotspot/jtreg/vmTestbase/vm/compiler/optimizations/stringconcat/implicit/Merge01/cs_enabled/TestDescription.java From ssubramaniam at openjdk.org Thu Nov 6 19:14:08 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Thu, 6 Nov 2025 19:14:08 GMT Subject: git: openjdk/jdk17u-dev: 8352686: Opensource JInternalFrame tests - series3 Message-ID: <79e3497c-6e35-421b-af66-553b72133910@openjdk.org> Changeset: 9592af78 Branch: master Author: Satyen Subramaniam Date: 2025-11-06 19:13:28 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9592af7835d267307e43b5a54abe46c519d746c3 8352686: Opensource JInternalFrame tests - series3 Backport-of: 27c8d9d635eaa0aac722c1b1eba8591fd291c077 + test/jdk/javax/swing/JInternalFrame/bug4151444.java + test/jdk/javax/swing/JInternalFrame/bug4215380.java + test/jdk/javax/swing/JInternalFrame/bug4321312.java + test/jdk/javax/swing/JInternalFrame/bug4322726.java From ssubramaniam at openjdk.org Thu Nov 6 19:17:43 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Thu, 6 Nov 2025 19:17:43 GMT Subject: git: openjdk/jdk21u-dev: master: 8352686: Opensource JInternalFrame tests - series3 Message-ID: <902e6067-a379-41cb-8a0c-b97f65d50822@openjdk.org> Changeset: dfd2cede Branch: master Author: Satyen Subramaniam Date: 2025-11-06 19:13:59 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/dfd2cedeae7c499e60e70bf853228601f1f4a89f 8352686: Opensource JInternalFrame tests - series3 Backport-of: 27c8d9d635eaa0aac722c1b1eba8591fd291c077 + test/jdk/javax/swing/JInternalFrame/bug4151444.java + test/jdk/javax/swing/JInternalFrame/bug4215380.java + test/jdk/javax/swing/JInternalFrame/bug4321312.java + test/jdk/javax/swing/JInternalFrame/bug4322726.java From ssubramaniam at openjdk.org Fri Nov 7 04:32:02 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Fri, 7 Nov 2025 04:32:02 GMT Subject: git: openjdk/jdk21u-dev: master: 8328299: Convert DnDFileGroupDescriptor.html applet test to main Message-ID: <46188ac7-9347-4b0c-bc0c-a68ab7865909@openjdk.org> Changeset: 946b81ec Branch: master Author: Satyen Subramaniam Date: 2025-11-07 04:31:25 +0000 URL: https://git.openjdk.org/jdk21u-dev/commit/946b81ecfdedf6f5395d125a24ffa748f7e98de8 8328299: Convert DnDFileGroupDescriptor.html applet test to main Backport-of: 75195aab497a2d23548128e03f6887283dcaa7e1 ! test/jdk/ProblemList.txt - test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html ! test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java From ssubramaniam at openjdk.org Fri Nov 7 04:34:09 2025 From: ssubramaniam at openjdk.org (Satyen Subramaniam) Date: Fri, 7 Nov 2025 04:34:09 GMT Subject: git: openjdk/jdk17u-dev: 8328299: Convert DnDFileGroupDescriptor.html applet test to main Message-ID: Changeset: 9bf2571e Branch: master Author: Satyen Subramaniam Date: 2025-11-07 04:30:44 +0000 URL: https://git.openjdk.org/jdk17u-dev/commit/9bf2571e7bc9d8752e0c10fcde4973df2f7688ea 8328299: Convert DnDFileGroupDescriptor.html applet test to main Backport-of: 75195aab497a2d23548128e03f6887283dcaa7e1 ! test/jdk/ProblemList.txt - test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.html ! test/jdk/java/awt/dnd/DnDFileGroupDescriptor/DnDFileGroupDescriptor.java