From dcherepanov at openjdk.org Thu Jan 5 07:51:59 2023 From: dcherepanov at openjdk.org (Dmitry Cherepanov) Date: Thu, 5 Jan 2023 07:51:59 GMT Subject: git: openjdk/jdk8u-dev: 8283277: ISO 4217 Amendment 171 Update Message-ID: <060a67cc-4e20-4f8b-8d52-fff91e8b3f5b@openjdk.org> Changeset: 7ad517dd Author: Dmitry Cherepanov Date: 2023-01-05 07:48:45 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/7ad517dd8fdc142827062876da334f53ceb65749 8283277: ISO 4217 Amendment 171 Update Reviewed-by: phh, andrew Backport-of: c4dc58e12e197562dce90c0027aa74c29047cea6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/src/share/classes/sun/util/resources/CurrencyNames.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt ! jdk/test/sun/text/resources/LocaleData ! jdk/test/sun/text/resources/LocaleDataTest.java From phh at openjdk.org Mon Jan 9 16:18:15 2023 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 9 Jan 2023 16:18:15 GMT Subject: git: openjdk/jdk8u-dev: 8299548: Fix hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java in 8u Message-ID: Changeset: 0f698dae Author: Zdenek Zambersky Committer: Paul Hohensee Date: 2023-01-09 16:14:56 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/0f698dae3bfee354de3c9bea32f881b4d7d5c73e 8299548: Fix hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java in 8u Reviewed-by: phh ! hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java From jdowland at openjdk.org Mon Jan 9 20:38:15 2023 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 9 Jan 2023 20:38:15 GMT Subject: git: openjdk/jdk8u-dev: 8293472: Incorrect container resource limit detection if manual cgroup fs mounts present Message-ID: <7cc1d76d-b80f-4c9b-89ef-2bd369f38219@openjdk.org> Changeset: 65fcf619 Author: Jonathan Dowland Date: 2023-01-09 20:36:07 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/65fcf61916526f929c1cc2c1d2971451676fc9e9 8293472: Incorrect container resource limit detection if manual cgroup fs mounts present Reviewed-by: sgehwolf Backport-of: 8f3bbe950fb5a3d9f6cae122209df01df0f342f0 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! hotspot/test/runtime/containers/docker/TestCPUAwareness.java ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java From andrew at openjdk.org Tue Jan 10 02:50:39 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 10 Jan 2023 02:50:39 GMT Subject: git: openjdk/jdk8u-dev: 8289549: ISO 4217 Amendment 172 Update Message-ID: <0827c34e-75e1-4dab-90c0-eb7e3bf1216f@openjdk.org> Changeset: ca685797 Author: Andrew John Hughes Date: 2023-01-10 02:47:21 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/ca6857979dbc90b9f9ecbbea6b55727bc4540a97 8289549: ISO 4217 Amendment 172 Update Reviewed-by: dcherepanov Backport-of: 03a5c254d36a51d478b3c1042f0fb6f2c7453dc6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt From andrew at openjdk.org Tue Jan 10 04:33:24 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 10 Jan 2023 04:33:24 GMT Subject: git: openjdk/jdk8u-dev: 8294307: ISO 4217 Amendment 173 Update Message-ID: <28f8bea2-8863-4fc4-aeeb-b3464de10abe@openjdk.org> Changeset: 7c51dae1 Author: Andrew John Hughes Date: 2023-01-10 04:30:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/7c51dae174c4df694b3d9cb072f03ea455066bfd 8294307: ISO 4217 Amendment 173 Update Reviewed-by: dcherepanov Backport-of: e3eccbcbc2e27921c058d43b81fb113d10be2dab ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt From andrew at openjdk.org Tue Jan 10 18:56:51 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 10 Jan 2023 18:56:51 GMT Subject: git: openjdk/jdk8u-dev: 8296239: ISO 4217 Amendment 174 Update Message-ID: <3dc1db18-ca54-44a8-9c36-f44efd7d2d30@openjdk.org> Changeset: 1694a3aa Author: Andrew John Hughes Date: 2023-01-10 18:56:11 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/1694a3aa8fd28739889cca0356e1ec4b4db4b8fb 8296239: ISO 4217 Amendment 174 Update Reviewed-by: dcherepanov Backport-of: ff60b348813fd7e32bdda322f345f90311a60207 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt From sgehwolf at openjdk.org Wed Jan 11 13:13:13 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 11 Jan 2023 13:13:13 GMT Subject: git: openjdk/jdk8u-dev: 8299804: Fix non-portable code in hotspot shell tests in 8u Message-ID: Changeset: 5a3fc18e Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2023-01-11 13:09:55 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/5a3fc18e92f3b34ad604b4cb269c08a96c021560 8299804: Fix non-portable code in hotspot shell tests in 8u Reviewed-by: phh, sgehwolf ! hotspot/test/compiler/criticalnatives/argumentcorruption/Test8167409.sh ! hotspot/test/compiler/floatingpoint/8165673/TestFloatJNIArgs.sh ! hotspot/test/compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.sh ! hotspot/test/runtime/7107135/Test7107135.sh ! hotspot/test/runtime/jni/CallWithJNIWeak/test.sh ! hotspot/test/runtime/jni/ReturnJNIWeak/test.sh From sgehwolf at openjdk.org Wed Jan 11 17:36:06 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 11 Jan 2023 17:36:06 GMT Subject: git: openjdk/jdk8u-dev: 8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun Message-ID: Changeset: 9d954b9f Author: Severin Gehwolf Date: 2023-01-11 17:32:50 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/9d954b9ff20185366d394c0971b01fbea70c745f 8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun Reviewed-by: andrew Backport-of: ac6be165196457a26d837760b5f5030fe010d633 ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java From andrew at openjdk.org Thu Jan 12 17:45:37 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Thu, 12 Jan 2023 17:45:37 GMT Subject: git: openjdk/jdk8u-dev: 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR Message-ID: Changeset: a5c3ebe6 Author: Andrew John Hughes Date: 2023-01-12 17:44:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/a5c3ebe614d5d1595098bb402ae94e6ba5265171 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR 8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java Reviewed-by: dcherepanov, sgehwolf Backport-of: 80eecc50e663155f04dcec1797efb4be4b8ee7b2 ! jdk/src/share/classes/sun/util/resources/hr/CurrencyNames_hr_HR.properties ! jdk/test/java/text/Format/NumberFormat/CurrencySymbols.properties From phh at openjdk.org Tue Jan 17 15:44:48 2023 From: phh at openjdk.org (Paul Hohensee) Date: Tue, 17 Jan 2023 15:44:48 GMT Subject: git: openjdk/jdk8u-dev: 8203485: [freetype] text rotated on 180 degrees is too narrow Message-ID: <59f29b50-f67b-4dad-b84f-40cf20cba0c7@openjdk.org> Changeset: 014f21f0 Author: Leslie Zhai Committer: Paul Hohensee Date: 2023-01-17 15:40:08 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/014f21f0232b135c978774b8f256edad035ada00 8203485: [freetype] text rotated on 180 degrees is too narrow Reviewed-by: serb Backport-of: db67279f08b2db148958a4faafd19a0d50ff8742 ! jdk/src/share/native/sun/font/freetypeScaler.c + jdk/test/java/awt/font/Rotate/RotatedTextTest.java From andrew at openjdk.org Tue Jan 17 22:34:29 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 17 Jan 2023 22:34:29 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u362-b08 for changeset 056d5a79 Message-ID: <579fca9a-1459-4791-8602-fc915b458c10@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-01-13 06:02:14 +0000 Added tag jdk8u362-b08 for changeset 056d5a79994 Changeset: 056d5a79 Author: Andrew John Hughes Date: 2023-01-12 17:44:28 +0000 URL: https://git.openjdk.org/jdk8u/commit/056d5a79994cbaa67f901f3d89f5c140d4aa6f11 From andrew at openjdk.org Tue Jan 17 22:34:30 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 17 Jan 2023 22:34:30 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u362-b09 for changeset 36321be7 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-16 19:44:56 +0000 Added tag jdk8u362-b09 for changeset 36321be7840 Changeset: 36321be7 Author: Simon Tooke Committer: Andrew John Hughes Date: 2023-01-16 19:41:13 +0000 URL: https://git.openjdk.org/jdk8u/commit/36321be7840c8e044340b8c162a75dce3ae7698f From andrew at openjdk.org Tue Jan 17 22:34:41 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 17 Jan 2023 22:34:41 GMT Subject: git: openjdk/jdk8u: 18 new changesets Message-ID: Changeset: 259a33e4 Author: Paul Hohensee Committer: Andrew John Hughes Date: 2023-01-13 03:18:49 +0000 URL: https://git.openjdk.org/jdk8u/commit/259a33e4e11236f26ecebb4239771aafe59a0229 8285021: Improve CORBA communication Co-authored-by: Joshua Cao Reviewed-by: mbalao, bae, andrew ! corba/src/share/classes/com/sun/corba/se/impl/orbutil/ORBConstants.java ! corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Stub.java Changeset: 8d0c25d3 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-01-13 03:51:44 +0000 URL: https://git.openjdk.org/jdk8u/commit/8d0c25d3c43bd33173dc7f66fbc4f3bd3d55d341 8286496: Improve Thread labels Reviewed-by: andrew Backport-of: e733e55de88e63e129f15edefc602c050339b38a ! hotspot/src/share/vm/jfr/recorder/checkpoint/jfrCheckpointManager.cpp ! hotspot/src/share/vm/jfr/recorder/storage/jfrBuffer.cpp ! hotspot/src/share/vm/jfr/recorder/storage/jfrBuffer.hpp ! hotspot/src/share/vm/jfr/recorder/storage/jfrMemorySpace.hpp ! hotspot/src/share/vm/jfr/writers/jfrWriterHost.inline.hpp ! hotspot/src/share/vm/prims/jni.cpp ! hotspot/src/share/vm/utilities/macros.hpp Changeset: d2f3eda7 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2022-10-28 09:52:29 +0000 URL: https://git.openjdk.org/jdk8u/commit/d2f3eda788f83813284358a7dfcb6f8dbf6728e7 8288516: Enhance font creation Reviewed-by: mbalao, andrew Backport-of: 4c7b057380d7656c8c275b526d1918de6a625cc4 ! jdk/src/windows/native/sun/font/fontpath.c ! jdk/src/windows/native/sun/font/lcdglyph.c ! jdk/src/windows/native/sun/windows/awt_Font.cpp ! jdk/src/windows/native/sun/windows/awt_PrintJob.cpp Changeset: 0f2b98ef Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2022-12-07 11:55:43 +0000 URL: https://git.openjdk.org/jdk8u/commit/0f2b98efc8068abb65db3ce8c90209bbdf107662 8289350: Better media supports Reviewed-by: mbalao, andrew Backport-of: 8278c12ceff28681a8e8cde8dd49ee9a79eaf25e ! hotspot/src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp ! hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp ! hotspot/src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp ! hotspot/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp ! hotspot/src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp ! hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp ! hotspot/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp ! hotspot/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp Changeset: c95512d5 Author: Martin Balao Committer: Andrew John Hughes Date: 2022-10-07 23:30:07 +0000 URL: https://git.openjdk.org/jdk8u/commit/c95512d5029fd54ec7ef879438b2419325cd1c02 8293554: Enhanced DH Key Exchanges Reviewed-by: andrew Backport-of: ca126c9025ad975d9086d5f967d35a76425c13ca ! jdk/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ! jdk/src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java ! jdk/src/share/classes/sun/security/provider/ParameterCache.java ! jdk/src/share/classes/sun/security/ssl/PredefinedDHParameterSpecs.java ! jdk/src/share/classes/sun/security/util/SecurityProviderConstants.java Changeset: 8633abf2 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2022-11-01 13:35:47 +0000 URL: https://git.openjdk.org/jdk8u/commit/8633abf2635b0fe52f1549eaa2df3c104cce8cb5 8293598: Enhance InetAddress address handling Reviewed-by: mbalao, andrew Backport-of: a2668f58ccc3b7c7d74e2903128b08d97aac5798 ! jdk/src/share/classes/java/net/InetAddress.java ! jdk/src/share/classes/sun/net/util/IPAddressUtil.java Changeset: 26dd9f08 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2022-10-28 13:47:05 +0000 URL: https://git.openjdk.org/jdk8u/commit/26dd9f0814af3abc608bff9143585eb8996a9e30 8293717: Objective view of ObjectView Reviewed-by: mbalao, andrew Backport-of: fb692840530fa07174f9ad5c9f77d593e503a155 ! jdk/src/share/classes/javax/swing/text/html/ObjectView.java Changeset: 4f5099ee Author: Rui Li Committer: Andrew John Hughes Date: 2022-11-23 23:16:17 +0000 URL: https://git.openjdk.org/jdk8u/commit/4f5099ee2b9531288426deecea5eacca4b2d4959 8293734: Improve BMP image handling Reviewed-by: mbalao, andrew Backport-of: 40959ac32b81c333f04628be227107762b78a7da ! jdk/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java Changeset: 00dbe881 Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2022-11-24 20:39:50 +0000 URL: https://git.openjdk.org/jdk8u/commit/00dbe881f5fb7b74c93762ddd06a33a716f786ce 8293742: Better Banking of Sounds Reviewed-by: mbalao, andrew Backport-of: f1de79f38fcff10ccaf232f79df0a94e84751ff7 ! jdk/src/share/classes/com/sun/media/sound/JARSoundbankReader.java Changeset: 36f0634c Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2022-11-24 12:57:55 +0000 URL: https://git.openjdk.org/jdk8u/commit/36f0634c39f042b07075287a760baf2300ceac2b 8295687: Better BMP bounds Reviewed-by: mbalao, andrew Backport-of: 4df2fd2d1ca8ed73de6ac8b2f6a51ff93e3dac6d ! jdk/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java Changeset: 957b5f50 Author: Martin Balao Committer: Andrew John Hughes Date: 2022-11-10 23:34:18 +0000 URL: https://git.openjdk.org/jdk8u/commit/957b5f50d76117369ebfd67dddbeadb27685658a 8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error Reviewed-by: andrew Backport-of: e94ca7d3fc9b5946d5b808f98e334529054c4f39 ! jdk/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ! jdk/src/share/classes/sun/security/provider/ParameterCache.java ! jdk/src/share/classes/sun/security/ssl/PredefinedDHParameterSpecs.java + jdk/src/share/classes/sun/security/util/SafeDHParameterSpec.java ! jdk/src/share/classes/sun/security/util/SecurityProviderConstants.java Changeset: 40ffc346 Author: Dmitry Cherepanov Committer: Andrew John Hughes Date: 2023-01-05 07:48:45 +0000 URL: https://git.openjdk.org/jdk8u/commit/40ffc346405827dff3684cf518aa0073a21b5805 8283277: ISO 4217 Amendment 171 Update Reviewed-by: phh, andrew Backport-of: c4dc58e12e197562dce90c0027aa74c29047cea6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/src/share/classes/sun/util/resources/CurrencyNames.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt ! jdk/test/sun/text/resources/LocaleData ! jdk/test/sun/text/resources/LocaleDataTest.java Changeset: 7dd12ae0 Author: Andrew John Hughes Date: 2023-01-10 02:47:21 +0000 URL: https://git.openjdk.org/jdk8u/commit/7dd12ae02fdcc373f6dfae3956e024b236ea007e 8289549: ISO 4217 Amendment 172 Update Reviewed-by: dcherepanov Backport-of: 03a5c254d36a51d478b3c1042f0fb6f2c7453dc6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: 6389fde8 Author: Andrew John Hughes Date: 2023-01-10 04:30:28 +0000 URL: https://git.openjdk.org/jdk8u/commit/6389fde845f5e0c025ba60868fb90fd5a2c12b7a 8294307: ISO 4217 Amendment 173 Update Reviewed-by: dcherepanov Backport-of: e3eccbcbc2e27921c058d43b81fb113d10be2dab ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: 602d1d47 Author: Andrew John Hughes Date: 2023-01-10 18:56:11 +0000 URL: https://git.openjdk.org/jdk8u/commit/602d1d477625a8583a504216698a3dec1cb182e9 8296239: ISO 4217 Amendment 174 Update Reviewed-by: dcherepanov Backport-of: ff60b348813fd7e32bdda322f345f90311a60207 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt Changeset: 056d5a79 Author: Andrew John Hughes Date: 2023-01-12 17:44:28 +0000 URL: https://git.openjdk.org/jdk8u/commit/056d5a79994cbaa67f901f3d89f5c140d4aa6f11 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR 8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java Reviewed-by: dcherepanov, sgehwolf Backport-of: 80eecc50e663155f04dcec1797efb4be4b8ee7b2 ! jdk/src/share/classes/sun/util/resources/hr/CurrencyNames_hr_HR.properties ! jdk/test/java/text/Format/NumberFormat/CurrencySymbols.properties Changeset: dfd2fe8e Author: Andrew John Hughes Date: 2023-01-16 19:34:47 +0000 URL: https://git.openjdk.org/jdk8u/commit/dfd2fe8ef599c609d5bfe95519728720b9b92539 8300178: JDK-8286496 causes build failure on older GCC Reviewed-by: sgehwolf ! hotspot/src/share/vm/jfr/writers/jfrWriterHost.inline.hpp Changeset: 36321be7 Author: Simon Tooke Committer: Andrew John Hughes Date: 2023-01-16 19:41:13 +0000 URL: https://git.openjdk.org/jdk8u/commit/36321be7840c8e044340b8c162a75dce3ae7698f 8300178: JDK-8288516 causes build failure on Windows + VS2010 Reviewed-by: andrew ! jdk/src/windows/native/sun/font/lcdglyph.c From andrew at openjdk.org Wed Jan 18 15:48:35 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 18 Jan 2023 15:48:35 GMT Subject: git: openjdk/jdk8u-dev: 22 new changesets Message-ID: <25bc0a63-b50f-43e5-a61b-aa942873167a@openjdk.org> Changeset: 7297bdfc Author: Dmitry Cherepanov Date: 2022-11-30 16:25:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/7297bdfcaeb55da8c14560ff352407d114a38bd7 8296108: (tz) Update Timezone Data to 2022f Reviewed-by: andrew Backport-of: 9d3b4ef2ad658afb5379796b7224458c12c81f5d ! jdk/make/data/tzdata/VERSION ! jdk/make/data/tzdata/africa ! jdk/make/data/tzdata/antarctica ! jdk/make/data/tzdata/asia ! jdk/make/data/tzdata/australasia ! jdk/make/data/tzdata/backward ! jdk/make/data/tzdata/etcetera ! jdk/make/data/tzdata/europe ! jdk/make/data/tzdata/northamerica ! jdk/make/data/tzdata/southamerica ! jdk/make/data/tzdata/zone.tab ! jdk/src/share/classes/sun/util/resources/TimeZoneNames.java ! jdk/src/share/classes/sun/util/resources/de/TimeZoneNames_de.java ! jdk/src/share/classes/sun/util/resources/es/TimeZoneNames_es.java ! jdk/src/share/classes/sun/util/resources/fr/TimeZoneNames_fr.java ! jdk/src/share/classes/sun/util/resources/it/TimeZoneNames_it.java ! jdk/src/share/classes/sun/util/resources/ja/TimeZoneNames_ja.java ! jdk/src/share/classes/sun/util/resources/ko/TimeZoneNames_ko.java ! jdk/src/share/classes/sun/util/resources/pt/TimeZoneNames_pt_BR.java ! jdk/src/share/classes/sun/util/resources/sv/TimeZoneNames_sv.java ! jdk/src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_CN.java ! jdk/src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_TW.java ! jdk/test/java/util/TimeZone/TimeZoneData/VERSION ! jdk/test/java/util/TimeZone/TimeZoneData/aliases.txt ! jdk/test/java/util/TimeZone/TimeZoneData/displaynames.txt ! jdk/test/sun/util/calendar/zi/tzdata/VERSION ! jdk/test/sun/util/calendar/zi/tzdata/africa ! jdk/test/sun/util/calendar/zi/tzdata/antarctica ! jdk/test/sun/util/calendar/zi/tzdata/asia ! jdk/test/sun/util/calendar/zi/tzdata/australasia ! jdk/test/sun/util/calendar/zi/tzdata/backward ! jdk/test/sun/util/calendar/zi/tzdata/etcetera ! jdk/test/sun/util/calendar/zi/tzdata/europe ! jdk/test/sun/util/calendar/zi/tzdata/northamerica ! jdk/test/sun/util/calendar/zi/tzdata/southamerica ! jdk/test/sun/util/calendar/zi/tzdata/zone.tab Changeset: 53620b38 Author: Alexey Bakhtin Date: 2022-12-01 06:17:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/53620b38d3d46344b5d5e9deb017a234828ead28 8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled Reviewed-by: phh, andrew Backport-of: 03f8c0fb9363dc1bb07bed1ae0359c029caa0130 ! jdk/src/share/classes/sun/security/pkcs/SignerInfo.java ! jdk/src/share/classes/sun/security/provider/certpath/AlgorithmChecker.java ! jdk/src/share/classes/sun/security/provider/certpath/DistributionPointFetcher.java ! jdk/src/share/classes/sun/security/tools/jarsigner/Main.java ! jdk/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java ! jdk/src/share/classes/sun/security/util/JarConstraintsParameters.java ! jdk/src/share/classes/sun/security/util/ManifestEntryVerifier.java ! jdk/src/share/classes/sun/security/util/SignatureFileVerifier.java ! jdk/test/sun/security/tools/jarsigner/TimestampCheck.java Changeset: 518047d8 Author: Andrew John Hughes Date: 2022-12-22 00:57:38 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/518047d8781988191b982b33839c4b4ea9f280e1 8296715: CLDR v42 update for tzdata 2022f Reviewed-by: dcherepanov, sgehwolf Backport-of: da9de488990ff47fe06343439f2180ec1b2a3061 ! jdk/src/share/classes/sun/util/cldr/resources/21_0_1/common/supplemental/metaZones.xml Changeset: c961cb9f Author: Andrew John Hughes Date: 2022-12-22 01:07:55 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/c961cb9f676cbb05e8fa28b7ca9d41b02fc83d3d 8297804: (tz) Update Timezone Data to 2022g Reviewed-by: dcherepanov, sgehwolf Backport-of: ce896731d38866c2bf99cd49525062e150d94160 ! jdk/make/data/tzdata/VERSION ! jdk/make/data/tzdata/africa ! jdk/make/data/tzdata/asia ! jdk/make/data/tzdata/backward ! jdk/make/data/tzdata/europe ! jdk/make/data/tzdata/iso3166.tab ! jdk/make/data/tzdata/northamerica ! jdk/make/data/tzdata/southamerica ! jdk/make/data/tzdata/zone.tab ! jdk/src/share/classes/sun/util/cldr/resources/21_0_1/common/main/root.xml ! jdk/src/share/classes/sun/util/cldr/resources/21_0_1/common/supplemental/metaZones.xml ! jdk/src/share/classes/sun/util/resources/TimeZoneNames.java ! jdk/src/share/classes/sun/util/resources/de/TimeZoneNames_de.java ! jdk/src/share/classes/sun/util/resources/es/TimeZoneNames_es.java ! jdk/src/share/classes/sun/util/resources/fr/TimeZoneNames_fr.java ! jdk/src/share/classes/sun/util/resources/it/TimeZoneNames_it.java ! jdk/src/share/classes/sun/util/resources/ja/TimeZoneNames_ja.java ! jdk/src/share/classes/sun/util/resources/ko/TimeZoneNames_ko.java ! jdk/src/share/classes/sun/util/resources/pt/TimeZoneNames_pt_BR.java ! jdk/src/share/classes/sun/util/resources/sv/TimeZoneNames_sv.java ! jdk/src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_CN.java ! jdk/src/share/classes/sun/util/resources/zh/TimeZoneNames_zh_TW.java ! jdk/test/java/util/TimeZone/TimeZoneData/VERSION ! jdk/test/java/util/TimeZone/TimeZoneData/aliases.txt ! jdk/test/java/util/TimeZone/TimeZoneData/displaynames.txt ! jdk/test/sun/util/calendar/zi/tzdata/VERSION ! jdk/test/sun/util/calendar/zi/tzdata/africa ! jdk/test/sun/util/calendar/zi/tzdata/asia ! jdk/test/sun/util/calendar/zi/tzdata/backward ! jdk/test/sun/util/calendar/zi/tzdata/europe ! jdk/test/sun/util/calendar/zi/tzdata/iso3166.tab ! jdk/test/sun/util/calendar/zi/tzdata/northamerica ! jdk/test/sun/util/calendar/zi/tzdata/southamerica ! jdk/test/sun/util/calendar/zi/tzdata/zone.tab Changeset: ebc5e190 Author: Severin Gehwolf Date: 2022-12-23 17:55:05 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/ebc5e190ac7a3b0c143451105d9f9b7d9e780a4b 8280890: Cannot use '-Djava.system.class.loader' with class loader in signed JAR Reviewed-by: andrew Backport-of: a0f6f2409ea61ff9ed9dc2e2b46e309c751d456d ! jdk/src/share/classes/sun/security/util/DisabledAlgorithmConstraints.java + jdk/test/java/security/SignedJar/CustomClassLoader.java + jdk/test/java/security/SignedJar/SignedJarWithCustomClassLoader.java Changeset: 259a33e4 Author: Paul Hohensee Committer: Andrew John Hughes Date: 2023-01-13 03:18:49 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/259a33e4e11236f26ecebb4239771aafe59a0229 8285021: Improve CORBA communication Co-authored-by: Joshua Cao Reviewed-by: mbalao, bae, andrew ! corba/src/share/classes/com/sun/corba/se/impl/orbutil/ORBConstants.java ! corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/Stub.java Changeset: 8d0c25d3 Author: Martin Balao Committer: Andrew John Hughes Date: 2023-01-13 03:51:44 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8d0c25d3c43bd33173dc7f66fbc4f3bd3d55d341 8286496: Improve Thread labels Reviewed-by: andrew Backport-of: e733e55de88e63e129f15edefc602c050339b38a ! hotspot/src/share/vm/jfr/recorder/checkpoint/jfrCheckpointManager.cpp ! hotspot/src/share/vm/jfr/recorder/storage/jfrBuffer.cpp ! hotspot/src/share/vm/jfr/recorder/storage/jfrBuffer.hpp ! hotspot/src/share/vm/jfr/recorder/storage/jfrMemorySpace.hpp ! hotspot/src/share/vm/jfr/writers/jfrWriterHost.inline.hpp ! hotspot/src/share/vm/prims/jni.cpp ! hotspot/src/share/vm/utilities/macros.hpp Changeset: d2f3eda7 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2022-10-28 09:52:29 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/d2f3eda788f83813284358a7dfcb6f8dbf6728e7 8288516: Enhance font creation Reviewed-by: mbalao, andrew Backport-of: 4c7b057380d7656c8c275b526d1918de6a625cc4 ! jdk/src/windows/native/sun/font/fontpath.c ! jdk/src/windows/native/sun/font/lcdglyph.c ! jdk/src/windows/native/sun/windows/awt_Font.cpp ! jdk/src/windows/native/sun/windows/awt_PrintJob.cpp Changeset: 0f2b98ef Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2022-12-07 11:55:43 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/0f2b98efc8068abb65db3ce8c90209bbdf107662 8289350: Better media supports Reviewed-by: mbalao, andrew Backport-of: 8278c12ceff28681a8e8cde8dd49ee9a79eaf25e ! hotspot/src/os_cpu/aix_ppc/vm/os_aix_ppc.cpp ! hotspot/src/os_cpu/bsd_x86/vm/os_bsd_x86.cpp ! hotspot/src/os_cpu/linux_aarch64/vm/os_linux_aarch64.cpp ! hotspot/src/os_cpu/linux_ppc/vm/os_linux_ppc.cpp ! hotspot/src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp ! hotspot/src/os_cpu/linux_x86/vm/os_linux_x86.cpp ! hotspot/src/os_cpu/solaris_sparc/vm/os_solaris_sparc.cpp ! hotspot/src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp Changeset: c95512d5 Author: Martin Balao Committer: Andrew John Hughes Date: 2022-10-07 23:30:07 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/c95512d5029fd54ec7ef879438b2419325cd1c02 8293554: Enhanced DH Key Exchanges Reviewed-by: andrew Backport-of: ca126c9025ad975d9086d5f967d35a76425c13ca ! jdk/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ! jdk/src/share/classes/com/sun/crypto/provider/DHParameterGenerator.java ! jdk/src/share/classes/sun/security/provider/ParameterCache.java ! jdk/src/share/classes/sun/security/ssl/PredefinedDHParameterSpecs.java ! jdk/src/share/classes/sun/security/util/SecurityProviderConstants.java Changeset: 8633abf2 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2022-11-01 13:35:47 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8633abf2635b0fe52f1549eaa2df3c104cce8cb5 8293598: Enhance InetAddress address handling Reviewed-by: mbalao, andrew Backport-of: a2668f58ccc3b7c7d74e2903128b08d97aac5798 ! jdk/src/share/classes/java/net/InetAddress.java ! jdk/src/share/classes/sun/net/util/IPAddressUtil.java Changeset: 26dd9f08 Author: Yuri Nesterenko Committer: Andrew John Hughes Date: 2022-10-28 13:47:05 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/26dd9f0814af3abc608bff9143585eb8996a9e30 8293717: Objective view of ObjectView Reviewed-by: mbalao, andrew Backport-of: fb692840530fa07174f9ad5c9f77d593e503a155 ! jdk/src/share/classes/javax/swing/text/html/ObjectView.java Changeset: 4f5099ee Author: Rui Li Committer: Andrew John Hughes Date: 2022-11-23 23:16:17 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/4f5099ee2b9531288426deecea5eacca4b2d4959 8293734: Improve BMP image handling Reviewed-by: mbalao, andrew Backport-of: 40959ac32b81c333f04628be227107762b78a7da ! jdk/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java Changeset: 00dbe881 Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2022-11-24 20:39:50 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/00dbe881f5fb7b74c93762ddd06a33a716f786ce 8293742: Better Banking of Sounds Reviewed-by: mbalao, andrew Backport-of: f1de79f38fcff10ccaf232f79df0a94e84751ff7 ! jdk/src/share/classes/com/sun/media/sound/JARSoundbankReader.java Changeset: 36f0634c Author: Alexei Voitylov Committer: Andrew John Hughes Date: 2022-11-24 12:57:55 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/36f0634c39f042b07075287a760baf2300ceac2b 8295687: Better BMP bounds Reviewed-by: mbalao, andrew Backport-of: 4df2fd2d1ca8ed73de6ac8b2f6a51ff93e3dac6d ! jdk/src/share/classes/com/sun/imageio/plugins/bmp/BMPImageReader.java Changeset: 957b5f50 Author: Martin Balao Committer: Andrew John Hughes Date: 2022-11-10 23:34:18 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/957b5f50d76117369ebfd67dddbeadb27685658a 8295723: security/infra/wycheproof/RunWycheproof.java fails with Assertion Error Reviewed-by: andrew Backport-of: e94ca7d3fc9b5946d5b808f98e334529054c4f39 ! jdk/src/share/classes/com/sun/crypto/provider/DHKeyPairGenerator.java ! jdk/src/share/classes/sun/security/provider/ParameterCache.java ! jdk/src/share/classes/sun/security/ssl/PredefinedDHParameterSpecs.java + jdk/src/share/classes/sun/security/util/SafeDHParameterSpec.java ! jdk/src/share/classes/sun/security/util/SecurityProviderConstants.java Changeset: 40ffc346 Author: Dmitry Cherepanov Committer: Andrew John Hughes Date: 2023-01-05 07:48:45 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/40ffc346405827dff3684cf518aa0073a21b5805 8283277: ISO 4217 Amendment 171 Update Reviewed-by: phh, andrew Backport-of: c4dc58e12e197562dce90c0027aa74c29047cea6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/src/share/classes/sun/util/resources/CurrencyNames.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt ! jdk/test/sun/text/resources/LocaleData ! jdk/test/sun/text/resources/LocaleDataTest.java Changeset: 7dd12ae0 Author: Andrew John Hughes Date: 2023-01-10 02:47:21 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/7dd12ae02fdcc373f6dfae3956e024b236ea007e 8289549: ISO 4217 Amendment 172 Update Reviewed-by: dcherepanov Backport-of: 03a5c254d36a51d478b3c1042f0fb6f2c7453dc6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: 6389fde8 Author: Andrew John Hughes Date: 2023-01-10 04:30:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/6389fde845f5e0c025ba60868fb90fd5a2c12b7a 8294307: ISO 4217 Amendment 173 Update Reviewed-by: dcherepanov Backport-of: e3eccbcbc2e27921c058d43b81fb113d10be2dab ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: 602d1d47 Author: Andrew John Hughes Date: 2023-01-10 18:56:11 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/602d1d477625a8583a504216698a3dec1cb182e9 8296239: ISO 4217 Amendment 174 Update Reviewed-by: dcherepanov Backport-of: ff60b348813fd7e32bdda322f345f90311a60207 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt Changeset: 056d5a79 Author: Andrew John Hughes Date: 2023-01-12 17:44:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/056d5a79994cbaa67f901f3d89f5c140d4aa6f11 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR 8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java Reviewed-by: dcherepanov, sgehwolf Backport-of: 80eecc50e663155f04dcec1797efb4be4b8ee7b2 ! jdk/src/share/classes/sun/util/resources/hr/CurrencyNames_hr_HR.properties ! jdk/test/java/text/Format/NumberFormat/CurrencySymbols.properties Changeset: ddb9a5c4 Author: Andrew John Hughes Date: 2023-01-18 15:46:44 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/ddb9a5c4625839bdc985ed8d84d216626ef6db55 Merge From andrew at openjdk.org Wed Jan 18 15:52:20 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 18 Jan 2023 15:52:20 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u362-ga for changeset 36321be7 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-18 15:48:10 +0000 Added tag jdk8u362-ga for changeset 36321be7840 Changeset: 36321be7 Author: Simon Tooke Committer: Andrew John Hughes Date: 2023-01-16 19:41:13 +0000 URL: https://git.openjdk.org/jdk8u/commit/36321be7840c8e044340b8c162a75dce3ae7698f From andrew at openjdk.org Wed Jan 18 17:40:52 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 18 Jan 2023 17:40:52 GMT Subject: git: openjdk/jdk8u-dev: 3 new changesets Message-ID: Changeset: dfd2fe8e Author: Andrew John Hughes Date: 2023-01-16 19:34:47 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/dfd2fe8ef599c609d5bfe95519728720b9b92539 8300178: JDK-8286496 causes build failure on older GCC Reviewed-by: sgehwolf ! hotspot/src/share/vm/jfr/writers/jfrWriterHost.inline.hpp Changeset: 36321be7 Author: Simon Tooke Committer: Andrew John Hughes Date: 2023-01-16 19:41:13 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/36321be7840c8e044340b8c162a75dce3ae7698f 8300178: JDK-8288516 causes build failure on Windows + VS2010 Reviewed-by: andrew ! jdk/src/windows/native/sun/font/lcdglyph.c Changeset: da57ed1b Author: Andrew John Hughes Date: 2023-01-18 17:38:39 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/da57ed1b0d541803b5e4c0237449b86c9c26e342 Merge From serb at openjdk.org Wed Jan 18 18:31:57 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 18 Jan 2023 18:31:57 GMT Subject: git: openjdk/jdk8u-dev: 8300014: Some backports placed the tests in the wrong location Message-ID: <626737a1-a483-4e6d-961c-40928ff46a04@openjdk.org> Changeset: a318e48e Author: Sergey Bylokhov Date: 2023-01-18 18:31:25 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/a318e48e205acd2e15c50afb9c70c4106ed72463 8300014: Some backports placed the tests in the wrong location Reviewed-by: sgehwolf, phh = jdk/test/java/awt/print/RemotePrinterStatusRefresh/RemotePrinterStatusRefresh.java - jdk/test/jdk/java/awt/font/Rotate/RotatedItalicsTest.java From phh at openjdk.org Thu Jan 19 12:56:20 2023 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 19 Jan 2023 12:56:20 GMT Subject: git: openjdk/jdk8u-dev: 8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled Message-ID: <07232548-d482-4b57-a859-6ee4818fa8e2@openjdk.org> Changeset: 55254644 Author: Roman Marchenko Committer: Paul Hohensee Date: 2023-01-19 12:55:41 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/55254644f78cc8c67cf6b8bc46cf10676da5fe5e 8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled Reviewed-by: yan, andrew Backport-of: a95ee5ada230a0177517efd3a417f319066169dd ! jdk/src/share/classes/sun/security/ssl/Utilities.java ! jdk/src/share/classes/sun/security/ssl/X509TrustManagerImpl.java + jdk/test/javax/net/ssl/ServerName/EndingDotHostname.java + jdk/test/javax/net/ssl/templates/SSLExampleCert.java From jdowland at openjdk.org Thu Jan 19 14:37:22 2023 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 19 Jan 2023 14:37:22 GMT Subject: git: openjdk/jdk8u-dev: 8292541: [Metrics] Reported memory limit may exceed physical machine memory Message-ID: <3716ff8d-9d5f-410e-9b00-1bc393fb4459@openjdk.org> Changeset: 8d2f7e0c Author: Jonathan Dowland Date: 2023-01-19 14:34:12 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8d2f7e0ccb2bf6c3d5bccb35aef39236e5c157d3 8292541: [Metrics] Reported memory limit may exceed physical machine memory 8300119: CgroupMetrics.getTotalMemorySize0() can report invalid results on 32 bit systems Reviewed-by: sgehwolf Backport-of: 9a0d1e7ce86368cdcade713a9e220604f7d77ecf ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java ! jdk/make/mapfiles/libjava/mapfile-linux ! jdk/src/linux/classes/jdk/internal/platform/CgroupMetrics.java ! jdk/src/linux/native/jdk/internal/platform/cgroupv1/CgroupMetrics.c From phh at openjdk.org Thu Jan 19 15:44:13 2023 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 19 Jan 2023 15:44:13 GMT Subject: git: openjdk/jdk8u-dev: 8282398: EndingDotHostname.java test fails because SSL cert expired Message-ID: <70680481-4056-441c-85ea-485d46227c07@openjdk.org> Changeset: 75fd39f0 Author: Roman Marchenko Committer: Paul Hohensee Date: 2023-01-19 15:41:00 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/75fd39f05e4c090192a5eca1fbdf2b6d1993fc4a 8282398: EndingDotHostname.java test fails because SSL cert expired Reviewed-by: yan, andrew Backport-of: afd4bcbc1d1b2a8a1c29005878c8e06c662a1f6e ! jdk/test/javax/net/ssl/ServerName/EndingDotHostname.java ! jdk/test/javax/net/ssl/templates/SSLExampleCert.java From jdowland at openjdk.org Tue Jan 24 10:44:03 2023 From: jdowland at openjdk.org (Jonathan Dowland) Date: Tue, 24 Jan 2023 10:44:03 GMT Subject: git: openjdk/jdk8u-dev: 8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts Message-ID: <06ed14e4-1b1a-400a-8329-80f94f13a9a7@openjdk.org> Changeset: a5bd9018 Author: Jonathan Dowland Date: 2023-01-24 10:41:06 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/a5bd9018d5671f2399272b680e83239154443b11 8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts Reviewed-by: sgehwolf Backport-of: 6d83482a6b5f1898514fd450d8143dbfef57e362 ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java + jdk/test/jdk/internal/platform/docker/TestDockerBasic.java ! jdk/test/jdk/internal/platform/docker/TestDockerCpuMetrics.java ! jdk/test/jdk/internal/platform/docker/TestDockerMemoryMetrics.java From zzambers at openjdk.org Fri Jan 27 14:03:36 2023 From: zzambers at openjdk.org (Zdenek Zambersky) Date: Fri, 27 Jan 2023 14:03:36 GMT Subject: git: openjdk/jdk8u-dev: 8301122: [8u] Fix unreliable vs2010 download link Message-ID: <8c82fe30-755b-4df1-a980-f74658bfc8cc@openjdk.org> Changeset: d0cbcc51 Author: Zdenek Zambersky Date: 2023-01-27 14:02:27 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/d0cbcc5101f166b0469b889ef6f05b2925f0760c 8301122: [8u] Fix unreliable vs2010 download link Reviewed-by: phh ! make/conf/test-dependencies From serb at openjdk.org Fri Jan 27 19:38:51 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 19:38:51 GMT Subject: git: openjdk/jdk8u-dev: 8293767: AWT test TestSinhalaChar.java has old SCCS markings Message-ID: <6287dd28-85f0-4521-a864-eb8d7ede8e79@openjdk.org> Changeset: 8192d03b Author: Sergey Bylokhov Date: 2023-01-27 19:37:09 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8192d03b0fad34f745addde9408f4aa301dbebef 8293767: AWT test TestSinhalaChar.java has old SCCS markings Backport-of: 141d5f5deec488531e410af875c781f4b70490da ! jdk/test/java/awt/font/TextLayout/TestSinhalaChar.java From serb at openjdk.org Fri Jan 27 19:43:57 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 19:43:57 GMT Subject: git: openjdk/jdk8u-dev: 8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail Message-ID: <30ddfb86-58b9-463c-be69-77b09ba59424@openjdk.org> Changeset: c3c871ee Author: Sergey Bylokhov Date: 2023-01-27 19:41:44 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/c3c871eeb1767ad68c26cdf4473cf354149b492a 8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail Backport-of: a222aedf0fa1961e902db35cbe4145623c6af999 ! jdk/test/javax/swing/JMenuItem/8152981/MenuItemIconTest.java From serb at openjdk.org Fri Jan 27 19:51:38 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 19:51:38 GMT Subject: git: openjdk/jdk8u-dev: 8196467: javax/swing/JInternalFrame/Test6325652.java fails Message-ID: <69ed72c1-8f17-4364-95ae-8609674b9635@openjdk.org> Changeset: 5274069b Author: Sergey Bylokhov Date: 2023-01-27 19:48:48 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/5274069b5258c91cf258f3554a6c131775ec99c6 8196467: javax/swing/JInternalFrame/Test6325652.java fails Backport-of: be762d7ac85910bffd7fd8e91e04d81961c35966 ! jdk/test/javax/swing/JInternalFrame/Test6325652.java From serb at openjdk.org Fri Jan 27 20:10:05 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 20:10:05 GMT Subject: git: openjdk/jdk8u-dev: 8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java Message-ID: <40a537f1-b0f7-4c65-b82e-05611831c6a5@openjdk.org> Changeset: 92c9aed6 Author: Sergey Bylokhov Date: 2023-01-27 20:09:37 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/92c9aed66cde03c3b4f3188b2ec64ea531316bbd 8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java Backport-of: cd8cd68e09370fbf0c3509deaee381417dd12533 ! jdk/test/javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java From serb at openjdk.org Fri Jan 27 20:14:59 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 20:14:59 GMT Subject: git: openjdk/jdk8u-dev: 7001973: java/awt/Graphics2D/CopyAreaOOB.java fails Message-ID: Changeset: 85050ef8 Author: Sergey Bylokhov Date: 2023-01-27 20:13:10 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/85050ef8db4209158e6bb37628eae326dbdcac20 7001973: java/awt/Graphics2D/CopyAreaOOB.java fails Backport-of: 22b7295e75d3bc7ba2c2cd7b871bb2bb5bf290eb ! jdk/test/sun/java2d/OpenGL/CopyAreaOOB.java From serb at openjdk.org Fri Jan 27 20:19:25 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 20:19:25 GMT Subject: git: openjdk/jdk8u-dev: 8042098: [TESTBUG] Test sun/java2d/AcceleratedXORModeTest.java fails on Windows Message-ID: <927af57a-0804-4c85-b3f6-7b1675231637@openjdk.org> Changeset: dd8dd7b2 Author: Sergey Bylokhov Date: 2023-01-27 20:17:10 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/dd8dd7b20846d18865cdfb3e26c15c8f153b1a09 8042098: [TESTBUG] Test sun/java2d/AcceleratedXORModeTest.java fails on Windows Backport-of: b5769155b4bf453d65c43921dbcae4d115f17df7 ! jdk/test/sun/java2d/AcceleratedXORModeTest.java From serb at openjdk.org Fri Jan 27 20:25:24 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 20:25:24 GMT Subject: git: openjdk/jdk8u-dev: 8239827: The test OpenByUNCPathNameTest.java should be changed to be manual Message-ID: <58e94900-2ad6-409d-8317-c10d92ec63b3@openjdk.org> Changeset: 456d7aca Author: Sergey Bylokhov Date: 2023-01-27 20:21:30 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/456d7aca8cc4ccc7fe9330bca92dda0b4ba0d8c0 8239827: The test OpenByUNCPathNameTest.java should be changed to be manual Backport-of: 7cc3ba5f9b188e5dd298dbcde3934d08b6101032 ! jdk/test/java/awt/Desktop/OpenByUNCPathNameTest/OpenByUNCPathNameTest.java From serb at openjdk.org Fri Jan 27 20:28:04 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Fri, 27 Jan 2023 20:28:04 GMT Subject: git: openjdk/jdk8u-dev: 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error Message-ID: <3507b739-e12e-433b-8038-045d13a6987a@openjdk.org> Changeset: f1426189 Author: Sergey Bylokhov Date: 2023-01-27 20:25:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/f14261896825ca5aa14099576a10183f4476508d 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error Backport-of: b0fddb9f8045cca10b4e757d8d187af7fb117405 ! jdk/test/java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.java From phh at openjdk.org Mon Jan 30 03:20:06 2023 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 30 Jan 2023 03:20:06 GMT Subject: git: openjdk/jdk8u-dev: 2 new changesets Message-ID: Changeset: ab678bc8 Author: Nagata, Haruhito Committer: Paul Hohensee Date: 2023-01-30 03:19:03 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/ab678bc8e8b2c55e01151d8349eb086dfcbc3e44 8283606: Tests may fail with zh locale on MacOS Reviewed-by: sgehwolf Backport-of: 7d545084f45af44386cb38172fd783f889a8c4e7 ! hotspot/test/runtime/classFileParserBug/TestEmptyBootstrapMethodsAttr.java ! langtools/test/tools/javadoc/6964914/TestStdDoclet.java ! langtools/test/tools/javadoc/6964914/TestUserDoclet.java ! langtools/test/tools/javah/T6893943.java Changeset: b057084f Author: Takakuri Committer: Paul Hohensee Date: 2023-01-30 03:19:38 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/b057084f8f44a6f81059ffa960304526c490aaad 8275650: Problemlist java/io/File/createTempFile/SpecialTempFile.java for Windows 11 Reviewed-by: phh, sgehwolf Backport-of: 32895ac60949ccceb0a3d25c73ec5e3a00c29593 ! jdk/test/ProblemList.txt From sgehwolf at openjdk.org Mon Jan 30 16:02:14 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 30 Jan 2023 16:02:14 GMT Subject: git: openjdk/jdk8u-dev: 8287107: CgroupSubsystemFactory.setCgroupV2Path asserts with freezer controller Message-ID: Changeset: 36f6f17a Author: Severin Gehwolf Date: 2023-01-30 15:59:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/36f6f17a9c2ad27a50159c2bf93b7e1fe067d3a8 8287107: CgroupSubsystemFactory.setCgroupV2Path asserts with freezer controller Reviewed-by: phh, andrew Backport-of: 704b9a66bba0dc8adb62be80fd62864b9c687c3f ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java From sgehwolf at openjdk.org Mon Jan 30 17:16:33 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 30 Jan 2023 17:16:33 GMT Subject: git: openjdk/jdk8u-dev: 8301332: [8u] Fix writing of test files after the cgroups v2 backport Message-ID: <2d26e5a3-ccf3-4b85-a779-a9d6395fdf7d@openjdk.org> Changeset: b4ee9f86 Author: Severin Gehwolf Date: 2023-01-30 17:12:51 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/b4ee9f86a159a3b1969b31e1e77f438b8833cc40 8301332: [8u] Fix writing of test files after the cgroups v2 backport Reviewed-by: andrew ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemController.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java From sgehwolf at openjdk.org Mon Jan 30 17:19:18 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 30 Jan 2023 17:19:18 GMT Subject: git: openjdk/jdk8u-dev: 8287741: Fix of JDK-8287107 (unused cgv1 freezer controller) was incomplete Message-ID: <10ebad66-f51c-4e86-995e-2af943c92e3e@openjdk.org> Changeset: 563f7b5d Author: Severin Gehwolf Date: 2023-01-30 17:16:50 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/563f7b5df2f5758e009a38ae373dbd1084ec81b2 8287741: Fix of JDK-8287107 (unused cgv1 freezer controller) was incomplete Backport-of: 8d28734ede0ed3922c92451a172d1fa676e484e9 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp From serb at openjdk.org Mon Jan 30 19:13:28 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Mon, 30 Jan 2023 19:13:28 GMT Subject: git: openjdk/jdk8u-dev: 8233570: [TESTBUG] HTMLEditorKit test bug5043626.java is failing on macos Message-ID: <76d4cfbb-0c12-4b58-a98c-81bfe976b5f1@openjdk.org> Changeset: 604e5829 Author: Sergey Bylokhov Date: 2023-01-30 19:07:58 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/604e582943f1aa66cce34c2baa0f5516d2d69162 8233570: [TESTBUG] HTMLEditorKit test bug5043626.java is failing on macos Backport-of: a5b42ec8b29249814dda28e751ee363869e98da0 ! jdk/test/javax/swing/text/html/HTMLEditorKit/5043626/bug5043626.java From serb at openjdk.org Mon Jan 30 19:16:05 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Mon, 30 Jan 2023 19:16:05 GMT Subject: git: openjdk/jdk8u-dev: 8280048: Missing comma in copyright header Message-ID: Changeset: 65b3bd91 Author: Sergey Bylokhov Date: 2023-01-30 19:14:51 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/65b3bd9162c7cd03c7348b45c24e57c8f0087a10 8280048: Missing comma in copyright header Backport-of: 9a18190a4f8e31801d1442d97f247f074a3fd5c0 ! jdk/test/sun/java2d/OpenGL/CopyAreaOOB.java From serb at openjdk.org Mon Jan 30 19:19:23 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Mon, 30 Jan 2023 19:19:23 GMT Subject: git: openjdk/jdk8u-dev: 8177560: @headful key can be removed from the tests for JavaSound Message-ID: <1eca3863-1be4-409f-a4d6-8e236b310327@openjdk.org> Changeset: 165ce6aa Author: Sergey Bylokhov Date: 2023-01-30 19:18:56 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/165ce6aa0bab08e9fbad3ac2495295278d3cf5c6 8177560: @headful key can be removed from the tests for JavaSound Backport-of: 0b9c38fa6ec2a64d00d244cbe161feb29963ab11 ! jdk/test/javax/sound/midi/Devices/InitializationHang.java ! jdk/test/javax/sound/midi/Sequencer/SeqRecordDoesNotCopy.java ! jdk/test/javax/sound/midi/Sequencer/SeqRecordsRealTimeEvents.java ! jdk/test/javax/sound/midi/Sequencer/SeqStartRecording.java ! jdk/test/javax/sound/midi/Synthesizer/bug4685396.java ! jdk/test/javax/sound/sampled/Clip/ClipCloseLoss.java ! jdk/test/javax/sound/sampled/Clip/bug5070081.java ! jdk/test/javax/sound/sampled/DataLine/LongFramePosition.java ! jdk/test/javax/sound/sampled/DirectAudio/bug6372428.java From andrew at openjdk.org Tue Jan 31 02:12:59 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:12:59 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u372-b00 for changeset 41159a51 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-30 14:30:48 +0000 Added tag jdk8u372-b00 for changeset 41159a51b41 Changeset: 41159a51 Author: Andrew John Hughes Date: 2022-11-25 16:34:21 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/41159a51b418405e634aa08deed07d47611af37f From andrew at openjdk.org Tue Jan 31 02:13:12 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:12 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u372-b01 for changeset f1426189 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-30 14:31:06 +0000 Added tag jdk8u372-b01 for changeset f14261896825ca5aa14099576a10183f4476508d Changeset: f1426189 Author: Sergey Bylokhov Date: 2023-01-27 20:25:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/f14261896825ca5aa14099576a10183f4476508d From andrew at openjdk.org Tue Jan 31 02:13:15 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:15 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u362-b06 for changeset 53620b38 Message-ID: Tagged by: Andrew John Hughes Date: 2022-12-12 14:17:34 +0000 Added tag jdk8u362-b06 for changeset 53620b38d3d Changeset: 53620b38 Author: Alexey Bakhtin Date: 2022-12-01 06:17:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/53620b38d3d46344b5d5e9deb017a234828ead28 From andrew at openjdk.org Tue Jan 31 02:13:21 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:21 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u362-b07 for changeset ebc5e190 Message-ID: <863ea3e8-bfd8-47b1-af8f-aeb19315bd89@openjdk.org> Tagged by: Andrew John Hughes Date: 2022-12-29 00:48:44 +0000 Added tag jdk8u362-b07 for changeset ebc5e190ac7 Changeset: ebc5e190 Author: Severin Gehwolf Date: 2022-12-23 17:55:05 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/ebc5e190ac7a3b0c143451105d9f9b7d9e780a4b From andrew at openjdk.org Tue Jan 31 02:13:30 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:30 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u362-b09 for changeset 36321be7 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-16 19:44:56 +0000 Added tag jdk8u362-b09 for changeset 36321be7840 Changeset: 36321be7 Author: Simon Tooke Committer: Andrew John Hughes Date: 2023-01-16 19:41:13 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/36321be7840c8e044340b8c162a75dce3ae7698f From andrew at openjdk.org Tue Jan 31 02:13:26 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:26 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u362-b08 for changeset 056d5a79 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-13 06:02:14 +0000 Added tag jdk8u362-b08 for changeset 056d5a79994 Changeset: 056d5a79 Author: Andrew John Hughes Date: 2023-01-12 17:44:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/056d5a79994cbaa67f901f3d89f5c140d4aa6f11 From andrew at openjdk.org Tue Jan 31 02:13:36 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:36 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u362-ga for changeset 36321be7 Message-ID: <0fff45f3-bf3b-44a9-b830-7f1ef76c0203@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-01-18 15:48:10 +0000 Added tag jdk8u362-ga for changeset 36321be7840 Changeset: 36321be7 Author: Simon Tooke Committer: Andrew John Hughes Date: 2023-01-16 19:41:13 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/36321be7840c8e044340b8c162a75dce3ae7698f From andrew at openjdk.org Tue Jan 31 02:13:43 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:43 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u372-b00 for changeset 41159a51 Message-ID: Tagged by: Andrew John Hughes Date: 2023-01-30 14:30:48 +0000 Added tag jdk8u372-b00 for changeset 41159a51b41 Changeset: 41159a51 Author: Andrew John Hughes Date: 2022-11-25 16:34:21 +0000 URL: https://git.openjdk.org/jdk8u/commit/41159a51b418405e634aa08deed07d47611af37f From andrew at openjdk.org Tue Jan 31 02:13:58 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 31 Jan 2023 02:13:58 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u372-b01 for changeset f1426189 Message-ID: <481ddf53-74ce-4d55-8291-0659540e4499@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-01-30 14:31:06 +0000 Added tag jdk8u372-b01 for changeset f14261896825ca5aa14099576a10183f4476508d Changeset: f1426189 Author: Sergey Bylokhov Date: 2023-01-27 20:25:19 +0000 URL: https://git.openjdk.org/jdk8u/commit/f14261896825ca5aa14099576a10183f4476508d From serb at openjdk.org Tue Jan 31 02:14:13 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 31 Jan 2023 02:14:13 GMT Subject: git: openjdk/jdk8u: 77 new changesets Message-ID: Changeset: 3b1bbef3 Author: Andrew John Hughes Date: 2022-11-30 14:54:29 +0000 URL: https://git.openjdk.org/jdk8u/commit/3b1bbef37be666017bd86b725e1e218dd11f5da6 8297739: Bump update version of OpenJDK: 8u372 Reviewed-by: sgehwolf ! .jcheck/conf ! common/autoconf/version-numbers Changeset: 7eb2803b Author: Jonathan Dowland Date: 2022-11-30 20:08:59 +0000 URL: https://git.openjdk.org/jdk8u/commit/7eb2803b5b3c769827cf02cc40a15b13b74bf588 8230305: Cgroups v2: Container awareness 8216366: Add rationale to PER_CPU_SHARES define 8229202: Docker reporting causes secondary crashes in error handling 8232207: Linux os::available_memory re-reads cgroup configuration on every invocation 8254997: Remove unimplemented OSContainer::read_memory_limit_in_bytes Implement Cgroups v2 container awareness in hotspot Reviewed-by: sgehwolf, andrew Backport-of: d462a6b5c9bd3dae5257cca42ea38c19cb742e3c + hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp + hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp + hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.cpp + hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.hpp + hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.cpp + hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.hpp ! hotspot/src/os/linux/vm/osContainer_linux.cpp ! hotspot/src/os/linux/vm/osContainer_linux.hpp ! hotspot/src/os/linux/vm/os_linux.hpp ! hotspot/test/runtime/containers/docker/TestCPUAwareness.java Changeset: e9acfceb Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 10:24:58 +0000 URL: https://git.openjdk.org/jdk8u/commit/e9acfceb354b49a00388a46f7f3172b2d90f0680 8295322: Tests for JDK-8271459 were not backported to 11u Reviewed-by: phh Backport-of: 70ddb1b025ce3b8eed4d8ad5af1b1fa4d0e0b015 + hotspot/test/compiler/c2/TestNegativeStringBuilderCapacity.java Changeset: 7b548500 Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 10:25:56 +0000 URL: https://git.openjdk.org/jdk8u/commit/7b5485004616b596e38f1205be76b91aa426ef65 8297329: [8u] hotspot needs to recognise VS2019 Reviewed-by: phh ! hotspot/make/windows/makefiles/compile.make ! hotspot/make/windows/makefiles/sanity.make ! hotspot/make/windows/makefiles/vm.make Changeset: 918a2ab7 Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 10:43:27 +0000 URL: https://git.openjdk.org/jdk8u/commit/918a2ab7c505aa5b22b26558b92ef4d7d6d6aeb9 8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873 Backport-of: 7166e13838a545b1e75307defc2cfa173dc38d20 ! jdk/src/windows/native/sun/windows/awt_DCHolder.cpp ! jdk/src/windows/native/sun/windows/awt_DnDDT.cpp ! jdk/src/windows/native/sun/windows/awt_ole.h Changeset: 1ec79849 Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 11:00:09 +0000 URL: https://git.openjdk.org/jdk8u/commit/1ec79849c25aed9fa7f71c6316da62d1441abbaa 8242468: VS2019 build missing vcruntime140_1.dll Reviewed-by: phh Backport-of: 2548ed31aeb255a61644885c501667a74f90ebc7 ! common/autoconf/basics.m4 ! common/autoconf/generated-configure.sh ! common/autoconf/spec.gmk.in ! common/autoconf/toolchain_windows.m4 ! jdk/make/CopyFiles.gmk ! jdk/make/lib/CoreLibraries.gmk ! jdk/src/windows/bin/java_md.c ! make/devkit/createWindowsDevkit2019.sh Changeset: fcd3c9ce Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 13:16:30 +0000 URL: https://git.openjdk.org/jdk8u/commit/fcd3c9ce6b503e63f2a898467d65893a7c703734 8247676: vcruntime140_1.dll is not needed on 32-bit Windows Reviewed-by: phh Backport-of: 78ba1e5a5f69909ddf073cb014784127b09dd47d ! common/autoconf/generated-configure.sh ! common/autoconf/toolchain_windows.m4 Changeset: 8356d04a Author: Roman Marchenko Committer: Andrew Brygin Date: 2022-12-01 15:25:12 +0000 URL: https://git.openjdk.org/jdk8u/commit/8356d04acbbb3c31c4baea034fce2f7bc0691847 8295982: Failure in sun/security/tools/keytool/WeakAlg.java - ks: The process cannot access the file because it is being used by another process Reviewed-by: dcherepanov ! jdk/test/sun/security/tools/keytool/WeakAlg.java Changeset: 77403ed2 Author: Victor Rudometov Committer: Paul Hohensee Date: 2022-12-01 18:03:20 +0000 URL: https://git.openjdk.org/jdk8u/commit/77403ed2500d1560ca71e5db1dbe49401697f7f7 8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3 Backport-of: 7964440dd3274b84713c0debe1846092bb6d6d68 + jdk/test/sun/java2d/SunGraphics2D/CoordinateTruncationBug.java Changeset: 55101454 Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2022-12-02 08:19:59 +0000 URL: https://git.openjdk.org/jdk8u/commit/5510145420117f1f3c4a933021c3675cd2a99051 8226236: win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails Backport-of: 038f58d4f0782f885547d2b052a47fdf2229cfe3 ! hotspot/src/share/vm/memory/metaspace.cpp Changeset: c9007cd4 Author: Jonathan Dowland Date: 2022-12-05 04:14:16 +0000 URL: https://git.openjdk.org/jdk8u/commit/c9007cd44db764fbd791218c6f38491f38af70c2 8231111: Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy 8275713: TestDockerMemoryMetrics test fails on recent runc 8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes) Reviewed-by: sgehwolf, andrew Backport-of: 4def210a22faaec6b47912dd314e6365ea48d28f ! jdk/make/lib/CoreLibraries.gmk ! jdk/make/mapfiles/libjava/mapfile-linux + jdk/src/linux/classes/jdk/internal/platform/CgroupInfo.java + jdk/src/linux/classes/jdk/internal/platform/CgroupMetrics.java + jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystem.java + jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemController.java + jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java + jdk/src/linux/classes/jdk/internal/platform/CgroupUtil.java + jdk/src/linux/classes/jdk/internal/platform/CgroupV1Metrics.java + jdk/src/linux/classes/jdk/internal/platform/CgroupV1MetricsImpl.java + jdk/src/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1MemorySubSystemController.java + jdk/src/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1Subsystem.java + jdk/src/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1SubsystemController.java - jdk/src/linux/classes/jdk/internal/platform/cgroupv1/Metrics.java - jdk/src/linux/classes/jdk/internal/platform/cgroupv1/SubSystem.java + jdk/src/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2Subsystem.java + jdk/src/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2SubsystemController.java + jdk/src/linux/native/jdk/internal/platform/cgroupv1/CgroupMetrics.c - jdk/src/linux/native/jdk/internal/platform/cgroupv1/Metrics.c ! jdk/src/share/classes/jdk/internal/platform/Metrics.java ! jdk/src/share/classes/sun/launcher/LauncherHelper.java ! jdk/src/solaris/classes/sun/management/OperatingSystemImpl.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupMetrics.java + jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemController.java ! jdk/test/jdk/internal/platform/docker/MetricsCpuTester.java ! jdk/test/jdk/internal/platform/docker/MetricsMemoryTester.java ! jdk/test/jdk/internal/platform/docker/TestDockerCpuMetrics.java ! jdk/test/jdk/internal/platform/docker/TestDockerMemoryMetrics.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/CPUSetsReader.java + jdk/test/lib/jdk/test/lib/containers/cgroup/CgroupMetricsTester.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTester.java + jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV1.java + jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java Changeset: 21a12369 Author: Ao Qi Committer: Severin Gehwolf Date: 2022-12-05 13:51:02 +0000 URL: https://git.openjdk.org/jdk8u/commit/21a123695dc17bd7618e9059ec9453bdec5318b0 8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing Backport-of: b6ea69c06aca7f013e26596cebd039960c5b4d34 ! jdk/test/java/security/cert/pkix/policyChanges/TestPolicy.java Changeset: 4388fa8e Author: Ao Qi Committer: Severin Gehwolf Date: 2022-12-05 13:53:20 +0000 URL: https://git.openjdk.org/jdk8u/commit/4388fa8e9d00248dce0e1af7fa90e55eb74b43d6 8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException Reviewed-by: phh Backport-of: 520db1eeb18797c782ddfad90467e19bbdd424ac ! jdk/test/java/security/cert/CertPathBuilder/targetConstraints/BuildEEBasicConstraints.java Changeset: a983a003 Author: Joshua Cao Committer: Paul Hohensee Date: 2022-12-05 18:22:38 +0000 URL: https://git.openjdk.org/jdk8u/commit/a983a003976a98ca4d2041b2550d789792b71801 6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows Reviewed-by: phh Backport-of: f56396f1689ea7e13dea78dcb1d14dcce94da898 ! jdk/test/java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java Changeset: 72269ee9 Author: Victor Rudometov Committer: Paul Hohensee Date: 2022-12-05 18:45:15 +0000 URL: https://git.openjdk.org/jdk8u/commit/72269ee95f2aaea02bf818b4e84cecc5ad23be38 8296632: Write a test to verify the content change of TextArea sends TextEvent Backport-of: 14592778b19af792f7394be381c3e23bf216372d + jdk/test/java/awt/event/ComponentEvent/TextAreaTextEventTest.java Changeset: 2abc2062 Author: Ben Taylor Committer: Paul Hohensee Date: 2022-12-05 23:16:17 +0000 URL: https://git.openjdk.org/jdk8u/commit/2abc2062b6706d7cdd01a9d95c46de3a63e9c763 8257620: Do not use objc_msgSend_stret to get macOS version Reviewed-by: akozlov, phh, omikhaltcova Backport-of: d4c7db5060978302382549246f9ad6831f19377d ! jdk/src/solaris/native/java/lang/java_props_macosx.c Changeset: d13b8131 Author: Sergey Bylokhov Date: 2022-12-06 03:29:04 +0000 URL: https://git.openjdk.org/jdk8u/commit/d13b8131bf6612de0a83d6e4721d554a74c2f664 8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox Backport-of: ebfa27b9f06aee8ceceabc564a78a351903ce9a1 ! jdk/src/macosx/classes/sun/lwawt/macosx/CAccessibleText.java Changeset: da681cf9 Author: Sergey Bylokhov Date: 2022-12-06 03:36:02 +0000 URL: https://git.openjdk.org/jdk8u/commit/da681cf9103486eb33319349fa800e79241aea44 8296496: Overzealous check in sizecalc.h prevents large memory allocation Backport-of: 84e12244a4ff82b3307a5ffe6fbe9dded7b08d86 ! jdk/src/share/native/common/sizecalc.h Changeset: 2ad48cb3 Author: Jonathan Dowland Date: 2022-12-06 05:29:01 +0000 URL: https://git.openjdk.org/jdk8u/commit/2ad48cb3ca0e79346d74dccb5c172a7f017c5c6d 8294767: 8u contains two copies of test/../FileUtils.java, one uses JDK9+ features Reviewed-by: sgehwolf, andrew - jdk/test/lib/jdk/test/lib/util/FileUtils.java Changeset: 3f44b9bf Author: Sergey Bylokhov Date: 2022-12-06 05:44:47 +0000 URL: https://git.openjdk.org/jdk8u/commit/3f44b9bfdd447c3cca889631e529ab57a1310e95 8296957: One more cast in SAFE_SIZE_NEW_ARRAY2 Backport-of: fb6c992f325981c42c7f75109a6c9db7ca8715d8 ! jdk/src/share/native/common/sizecalc.h Changeset: 40e7b68f Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2022-12-06 17:55:49 +0000 URL: https://git.openjdk.org/jdk8u/commit/40e7b68f2ed4bcba5c270856eadc15720a9d354e 8295952: Problemlist existing compiler/rtm tests also on x86 Reviewed-by: sgehwolf Backport-of: 3f2f128af6ec2f9097af7758bfd41aeaa4354d40 ! hotspot/test/ProblemList.txt Changeset: 633acfab Author: Jonathan Dowland Date: 2022-12-07 02:10:48 +0000 URL: https://git.openjdk.org/jdk8u/commit/633acfabf29e73b9f9cffedd2604c6fa652b9ebe 8253714: [cgroups v2] Soft memory limit incorrectly using memory.high The early implementation of cgroups v2 support was done with crun 0.8 and it contained a bug which set memory.high over memory.low when --memory-reservation was being used as a CLI option. This bug has been fixed in later crun versions, starting with crun 0.11. Use memory.low in OpenJDK as well. Reviewed-by: andrew Backport-of: ff6843ca4842498791061f924c545fa9469cc1dc ! hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.cpp ! jdk/src/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2Subsystem.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java Changeset: 97d00caf Author: Severin Gehwolf Date: 2022-12-07 15:03:28 +0000 URL: https://git.openjdk.org/jdk8u/commit/97d00caf3d79f534da431d373dfbae8e93f735cd 8253727: [cgroups v2] Memory and swap limits reported incorrectly Account for interface files for swap and memory being reported independently. The cgroup v1-like value is now reported by adding the memory.max value to the memory.swap.max value, and memory.current and memory.swap.current respectively. Reviewed-by: andrew Backport-of: 3e96721cd9d1e1f46711e70dfc22064bab212b64 ! hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.cpp ! jdk/src/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2Subsystem.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java Changeset: 362cf762 Author: Jonathan Dowland Date: 2022-12-08 20:20:54 +0000 URL: https://git.openjdk.org/jdk8u/commit/362cf7628b73f4112bee464cea52a8a29e6671ce 8237479: 8230305 causes slowdebug build failure Declare methods as pure virtual. Reviewed-by: sgehwolf, andrew Backport-of: 4ca06995855b5c974321d7b3622d661b8d27ba76 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp Changeset: c84a5b28 Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2022-12-12 09:42:32 +0000 URL: https://git.openjdk.org/jdk8u/commit/c84a5b2857aacff54ad0bf31d4bdd3747451d92f 8298307: Enable hotspot/tier1 for 32-bit builds in GHA for 8u Reviewed-by: sgehwolf ! .github/workflows/submit.yml Changeset: 989d68f1 Author: Jonathan Dowland Date: 2022-12-12 14:09:53 +0000 URL: https://git.openjdk.org/jdk8u/commit/989d68f1e1d046829d0b19aadb3453febd0566db 8239785: Cgroups: Incorrect detection logic on old systems in hotspot Return NULL subsystem if no cgroup controllers are mounted. Reviewed-by: sgehwolf Backport-of: add18914fb1294999877b563c734a25b4c17b922 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp ! hotspot/src/share/vm/prims/whitebox.cpp ! hotspot/src/share/vm/prims/whitebox.hpp + hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! hotspot/test/testlibrary/com/oracle/java/testlibrary/Utils.java ! hotspot/test/testlibrary/whitebox/sun/hotspot/WhiteBox.java Changeset: 4ab80ff5 Author: Jonathan Dowland Date: 2022-12-12 20:07:00 +0000 URL: https://git.openjdk.org/jdk8u/commit/4ab80ff59d51d15432ea2378ae8138d10dccd934 8244500: jtreg test error in test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java When the kernel doesn't support swap limits, expect host values instead. Reviewed-by: sgehwolf Backport-of: fb5132254d834ba01a4b65ce64143843e83c674e ! hotspot/test/runtime/containers/docker/CheckOperatingSystemMXBean.java Changeset: 9cd39a40 Author: Jonathan Dowland Date: 2022-12-13 11:11:35 +0000 URL: https://git.openjdk.org/jdk8u/commit/9cd39a4018c2126f4cccde07be9482c7a03ce663 8240189: [TESTBUG] Some cgroup tests are failing after JDK-8231111 Reviewed-by: sgehwolf Backport-of: c92adf41587767e9c5c8e116cfaeb375d36928aa ! jdk/test/jdk/internal/platform/docker/MetricsCpuTester.java ! jdk/test/jdk/internal/platform/docker/MetricsMemoryTester.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/CgroupMetricsTester.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV1.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java Changeset: a318e006 Author: Ao Qi Committer: Severin Gehwolf Date: 2022-12-13 14:51:50 +0000 URL: https://git.openjdk.org/jdk8u/commit/a318e0067c7bceae124c39794400685b956e37d2 8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB Backport-of: 137f13474383d72a0d2e392bc2f8926ad69d3da6 ! jdk/test/java/beans/Introspector/7064279/Test7064279.java ! jdk/test/java/beans/Introspector/Test7172865.java ! jdk/test/java/beans/Introspector/Test7195106.java Changeset: b0826174 Author: Jonathan Dowland Date: 2022-12-13 15:45:35 +0000 URL: https://git.openjdk.org/jdk8u/commit/b0826174b78d2acf758b1df8c3233a4885eb1715 8239559: Cgroups: Incorrect detection logic on some systems Adjust heuristic with cgroup mounts according to mountinfo Reviewed-by: sgehwolf Backport-of: 53ee0c4963007b86db7979312b81f990e6ce271a ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java + jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java ! jdk/test/lib/testlibrary/jdk/testlibrary/Utils.java Changeset: c7599bd2 Author: Jonathan Dowland Date: 2022-12-13 19:30:15 +0000 URL: https://git.openjdk.org/jdk8u/commit/c7599bd217bf4ba638456d9c58c69b33b405199b 8197408: Bad pointer comparison and small cleanup in os_linux.cpp Reviewed-by: sgehwolf Backport-of: 5287d9a366791793b644d765ece783496b011119 ! hotspot/src/os/linux/vm/os_linux.cpp + hotspot/test/runtime/containers/cgroup/PlainRead.java Changeset: 537ff942 Author: Leslie Zhai Committer: Severin Gehwolf Date: 2022-12-14 10:05:07 +0000 URL: https://git.openjdk.org/jdk8u/commit/537ff942252e33831446d285800e5765a84bc19c 8196196: Headful tests should not be run in headless mode Reviewed-by: sgehwolf Backport-of: 7578044e7107c1914d85894cef5eb712c223252a ! jdk/test/java/awt/FileDialog/FileDialogMemoryLeak/FileDialogLeakTest.java ! jdk/test/java/awt/Gtk/GtkVersionTest/GtkVersionTest.java ! jdk/test/java/awt/JAWT/JAWT.sh ! jdk/test/java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java ! jdk/test/java/awt/Toolkit/DesktopProperties/rfe4758438.java ! jdk/test/java/awt/TrayIcon/SystemTrayInstance/SystemTrayInstanceTest.java ! jdk/test/java/awt/print/PrinterJob/PrintCrashTest.java ! jdk/test/javax/swing/GroupLayout/7071166/bug7071166.java ! jdk/test/javax/swing/JComboBox/6632953/bug6632953.java ! jdk/test/javax/swing/JComboBox/7082443/bug7082443.java ! jdk/test/javax/swing/JFileChooser/6489130/bug6489130.java ! jdk/test/javax/swing/JFileChooser/8080628/bug8080628.java ! jdk/test/javax/swing/Security/6657138/bug6657138.java ! jdk/test/javax/swing/plaf/metal/MetalUtils/bug6190373.java Changeset: 5b01ebb6 Author: Jonathan Dowland Date: 2022-12-15 09:56:25 +0000 URL: https://git.openjdk.org/jdk8u/commit/5b01ebb6aaaa36cc54f14a260dec5a68077aa9e8 8278951: containers/cgroup/PlainRead.java fails on Ubuntu 21.10 Reviewed-by: sgehwolf Backport-of: 35172cdaf38d83cd3ed57a5436bf985dde2d802b ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp ! hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.cpp Changeset: d9db01cc Author: Jonathan Dowland Date: 2022-12-15 10:54:24 +0000 URL: https://git.openjdk.org/jdk8u/commit/d9db01ccc6253429b62aff71dea54be38be121c5 8252359: HotSpot Not Identifying it is Running in a Container Backport-of: 76f0588aaf265439a589cceb924e3ea9d3fda8f1 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java Changeset: 2bee6454 Author: Jonathan Dowland Date: 2022-12-15 13:46:36 +0000 URL: https://git.openjdk.org/jdk8u/commit/2bee6454e81edc18c66f28504dd5502adedf24ab 8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist Reviewed-by: sgehwolf Backport-of: 0054c15f60cce6470be05d29bfacbdb74cfb7bc9 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java Changeset: d2df91dc Author: Jonathan Dowland Date: 2022-12-15 14:58:16 +0000 URL: https://git.openjdk.org/jdk8u/commit/d2df91dc5cbb83052c9e9f1a1460abf1c9900423 8245543: Cgroups: Incorrect detection logic on some systems (still reproducible) Reviewed-by: sgehwolf Backport-of: 2bbf8a2a964a64d88298a3dd184459af506e58ed ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java Changeset: 4dfc7421 Author: Jonathan Dowland Date: 2022-12-15 18:01:19 +0000 URL: https://git.openjdk.org/jdk8u/commit/4dfc7421e8b934f503837659396e21cb4e29e694 8253939: [TESTBUG] Increase coverage of the cgroups detection code Reviewed-by: sgehwolf Backport-of: 42fc15899115ca61151bbee96b5580d4e4252beb ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java Changeset: b2619cf5 Author: Jonathan Dowland Date: 2022-12-15 18:22:37 +0000 URL: https://git.openjdk.org/jdk8u/commit/b2619cf5338fcc536aaa161e44f352e3578513ea 8253797: [cgroups v2] Account for the fact that swap accounting is disabled on some systems Backport-of: 669361117d30c9904813b6f728714f8d6abe8484 ! jdk/src/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2Subsystem.java ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java Changeset: 1b04ffe9 Author: Jonathan Dowland Date: 2022-12-16 10:07:48 +0000 URL: https://git.openjdk.org/jdk8u/commit/1b04ffe97c7be3bdcd506e1f69c3eaf4fdd029d0 8254001: [Metrics] Enhance parsing of cgroup interface files for version detection Reviewed-by: sgehwolf Backport-of: a50725db2ab621e1a17cb5505f78e4bc73972a27 ! jdk/src/linux/classes/jdk/internal/platform/CgroupInfo.java ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java ! jdk/src/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1Subsystem.java ! jdk/src/linux/classes/jdk/internal/platform/cgroupv2/CgroupV2Subsystem.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java Changeset: d7b14be2 Author: Jonathan Dowland Date: 2022-12-16 10:44:50 +0000 URL: https://git.openjdk.org/jdk8u/commit/d7b14be2b944d528679cdc447357dfda82fe3238 8262379: Add regression test for JDK-8257746 Reviewed-by: sgehwolf Backport-of: 4c9adce20d114a3df629fa8c72d88795039ae69a ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java Changeset: d039c8de Author: Jonathan Dowland Date: 2022-12-16 11:34:19 +0000 URL: https://git.openjdk.org/jdk8u/commit/d039c8de57bc9ed2263538189547082aee05e599 8291570: [TESTBUG] Part of JDK-8250984 absent from 11u Reviewed-by: andrew Backport-of: 2f0f34ce4cbe0f51a1bcc3145eb4d7ade9287d5d ! hotspot/test/runtime/containers/cgroup/PlainRead.java Changeset: 0662db27 Author: Jonathan Dowland Date: 2022-12-16 14:30:24 +0000 URL: https://git.openjdk.org/jdk8u/commit/0662db27bf72d15b2fdd7ed21ea675d40531aef5 8252957: Wrong comment in CgroupV1Subsystem::cpu_quota The comment is wrong. The 'us' in 'cpu.cfs_quota_us' stands for microseconds, which is read verbatim. Similarly for cgroups v2 all units in 'cpu.max' are in microseconds. Backport-of: 5166094647f8bfae32ef4bbde2e40f68e073b595 ! hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.cpp ! hotspot/src/os/linux/vm/cgroupV2Subsystem_linux.cpp Changeset: 99ff02e4 Author: Jonathan Dowland Date: 2022-12-16 16:57:19 +0000 URL: https://git.openjdk.org/jdk8u/commit/99ff02e404778c69cc7c6d3bd532c0326202d91f 8266391: Replace use of reflection in jdk.internal.platform.Metrics Reviewed-by: sgehwolf Backport-of: 3544a9d0e4a071ad9c82aa17ab113e0101b4020b + jdk/src/linux/classes/jdk/internal/platform/SystemMetrics.java + jdk/src/macosx/classes/jdk/internal/platform/SystemMetrics.java ! jdk/src/share/classes/jdk/internal/platform/Metrics.java + jdk/src/unix/classes/jdk/internal/platform/SystemMetrics.java + jdk/src/windows/classes/jdk/internal/platform/SystemMetrics.java Changeset: d6101df2 Author: Paul Hohensee Date: 2022-12-18 16:43:41 +0000 URL: https://git.openjdk.org/jdk8u/commit/d6101df29c7069326d26628f131f0ef8882ad68b 8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards Reviewed-by: andrew Backport-of: a777e82cd81fb5f02b09c4917b2a44f94c603939 ! jdk/src/share/classes/com/sun/crypto/provider/DESKeyFactory.java ! jdk/src/share/classes/com/sun/crypto/provider/DESedeKeyFactory.java ! jdk/src/share/classes/com/sun/crypto/provider/DHKeyFactory.java ! jdk/src/share/classes/sun/security/ec/ECKeyFactory.java ! jdk/src/share/classes/sun/security/pkcs11/P11DHKeyFactory.java ! jdk/src/share/classes/sun/security/pkcs11/P11DSAKeyFactory.java ! jdk/src/share/classes/sun/security/pkcs11/P11ECKeyFactory.java ! jdk/src/share/classes/sun/security/pkcs11/P11KeyFactory.java ! jdk/src/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java ! jdk/src/share/classes/sun/security/pkcs11/P11SecretKeyFactory.java ! jdk/src/share/classes/sun/security/provider/DSAKeyFactory.java ! jdk/src/share/classes/sun/security/rsa/RSAKeyFactory.java + jdk/test/java/security/KeyFactory/KeyFactoryGetKeySpecForInvalidSpec.java ! jdk/test/sun/security/rsa/TestKeyFactory.java ! jdk/test/sun/security/rsa/pss/TestPSSKeySupport.java Changeset: 9f76da9c Author: Jonathan Dowland Date: 2022-12-19 09:20:32 +0000 URL: https://git.openjdk.org/jdk8u/commit/9f76da9cab5d58aeaaf52e99364616a1e96993bf 8284756: [11u] Remove unused isUseContainerSupport in CgroupV1Subsystem The actual native method in use is in CgroupsMetrics after JDK-8231111 Backport-of: 8482b376d6630649728929158233984b11d0e2f7 ! jdk/src/linux/classes/jdk/internal/platform/cgroupv1/CgroupV1Subsystem.java Changeset: 06546d78 Author: Jonathan Dowland Date: 2022-12-19 11:12:23 +0000 URL: https://git.openjdk.org/jdk8u/commit/06546d786ae8cc3e445044ef940cb713494a5a95 8284102: [TESTBUG] [11u] Retroactively add regression test for JDK-8272124 Reviewed-by: sgehwolf Backport-of: 245e2f2da0302c9354255219248c2f6793947a6a ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java Changeset: 78cdc41a Author: Vyom Tewari Committer: Kumar Srinivasan Date: 2022-12-19 15:46:17 +0000 URL: https://git.openjdk.org/jdk8u/commit/78cdc41a2dcbe93ba594728bd5115c08be43686e 8234484: Add ability to configure third port for remote JMX Reviewed-by: ksrini Backport-of: f129cc43283a18cb5afdd1416b09691a636a7758 ! jdk/src/share/classes/sun/management/AgentConfigurationError.java ! jdk/src/share/classes/sun/management/jmxremote/ConnectorBootstrap.java ! jdk/src/share/lib/management/management.properties Changeset: b4ef3d33 Author: Jonathan Dowland Date: 2022-12-19 16:30:48 +0000 URL: https://git.openjdk.org/jdk8u/commit/b4ef3d338a67baae34933c76aaea94fb0a12b631 8292083: Detected container memory limit may exceed physical machine memory Reviewed-by: sgehwolf Backport-of: f694f8a7671002559e7d23fdb65d5e9c768f9c03 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.cpp ! hotspot/src/os/linux/vm/cgroupV1Subsystem_linux.hpp ! hotspot/src/os/linux/vm/osContainer_linux.cpp ! hotspot/src/os/linux/vm/os_linux.cpp ! hotspot/src/os/linux/vm/os_linux.hpp ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java Changeset: b4a745d2 Author: Kurashige Taizo Committer: Severin Gehwolf Date: 2022-12-23 09:46:29 +0000 URL: https://git.openjdk.org/jdk8u/commit/b4a745d2f8b7ba78c51b4a4ec837cd636a93fa51 8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist Backport-of: 444a0d98ac06ab043e3b11281234fd515abff302 ! jdk/test/lib/jdk/test/lib/containers/cgroup/MetricsTesterCgroupV2.java Changeset: 47090d6f Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-23 13:15:25 +0000 URL: https://git.openjdk.org/jdk8u/commit/47090d6f9572adec1f31260702ff0039a7a70ee4 8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's Reviewed-by: phh ! common/autoconf/basics_windows.m4 ! common/autoconf/generated-configure.sh ! jdk/make/Images.gmk Changeset: c5751e60 Author: Dan Lutker Committer: Paul Hohensee Date: 2022-12-27 20:28:27 +0000 URL: https://git.openjdk.org/jdk8u/commit/c5751e60a8f2a9e5f959b1fbc7fb2d91cd20ece4 8229182: [TESTBUG] runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12 Reviewed-by: phh Backport-of: a41b9a71acdf69b78104677a1ca899ff36293a60 ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java ! hotspot/test/testlibrary/com/oracle/java/testlibrary/DockerRunOptions.java ! hotspot/test/testlibrary/com/oracle/java/testlibrary/DockerTestUtils.java Changeset: 7ad517dd Author: Dmitry Cherepanov Date: 2023-01-05 07:48:45 +0000 URL: https://git.openjdk.org/jdk8u/commit/7ad517dd8fdc142827062876da334f53ceb65749 8283277: ISO 4217 Amendment 171 Update Reviewed-by: phh, andrew Backport-of: c4dc58e12e197562dce90c0027aa74c29047cea6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/src/share/classes/sun/util/resources/CurrencyNames.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt ! jdk/test/sun/text/resources/LocaleData ! jdk/test/sun/text/resources/LocaleDataTest.java Changeset: 0f698dae Author: Zdenek Zambersky Committer: Paul Hohensee Date: 2023-01-09 16:14:56 +0000 URL: https://git.openjdk.org/jdk8u/commit/0f698dae3bfee354de3c9bea32f881b4d7d5c73e 8299548: Fix hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java in 8u Reviewed-by: phh ! hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java Changeset: 65fcf619 Author: Jonathan Dowland Date: 2023-01-09 20:36:07 +0000 URL: https://git.openjdk.org/jdk8u/commit/65fcf61916526f929c1cc2c1d2971451676fc9e9 8293472: Incorrect container resource limit detection if manual cgroup fs mounts present Reviewed-by: sgehwolf Backport-of: 8f3bbe950fb5a3d9f6cae122209df01df0f342f0 ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.cpp ! hotspot/src/os/linux/vm/cgroupSubsystem_linux.hpp ! hotspot/test/runtime/containers/cgroup/CgroupSubsystemFactory.java ! hotspot/test/runtime/containers/docker/TestCPUAwareness.java ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java Changeset: ca685797 Author: Andrew John Hughes Date: 2023-01-10 02:47:21 +0000 URL: https://git.openjdk.org/jdk8u/commit/ca6857979dbc90b9f9ecbbea6b55727bc4540a97 8289549: ISO 4217 Amendment 172 Update Reviewed-by: dcherepanov Backport-of: 03a5c254d36a51d478b3c1042f0fb6f2c7453dc6 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: 7c51dae1 Author: Andrew John Hughes Date: 2023-01-10 04:30:28 +0000 URL: https://git.openjdk.org/jdk8u/commit/7c51dae174c4df694b3d9cb072f03ea455066bfd 8294307: ISO 4217 Amendment 173 Update Reviewed-by: dcherepanov Backport-of: e3eccbcbc2e27921c058d43b81fb113d10be2dab ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: 1694a3aa Author: Andrew John Hughes Date: 2023-01-10 18:56:11 +0000 URL: https://git.openjdk.org/jdk8u/commit/1694a3aa8fd28739889cca0356e1ec4b4db4b8fb 8296239: ISO 4217 Amendment 174 Update Reviewed-by: dcherepanov Backport-of: ff60b348813fd7e32bdda322f345f90311a60207 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/ValidateISO4217.java ! jdk/test/java/util/Currency/tablea1.txt Changeset: 5a3fc18e Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2023-01-11 13:09:55 +0000 URL: https://git.openjdk.org/jdk8u/commit/5a3fc18e92f3b34ad604b4cb269c08a96c021560 8299804: Fix non-portable code in hotspot shell tests in 8u Reviewed-by: phh, sgehwolf ! hotspot/test/compiler/criticalnatives/argumentcorruption/Test8167409.sh ! hotspot/test/compiler/floatingpoint/8165673/TestFloatJNIArgs.sh ! hotspot/test/compiler/floatingpoint/8207838/TestFloatSyncJNIArgs.sh ! hotspot/test/runtime/7107135/Test7107135.sh ! hotspot/test/runtime/jni/CallWithJNIWeak/test.sh ! hotspot/test/runtime/jni/ReturnJNIWeak/test.sh Changeset: 9d954b9f Author: Severin Gehwolf Date: 2023-01-11 17:32:50 +0000 URL: https://git.openjdk.org/jdk8u/commit/9d954b9ff20185366d394c0971b01fbea70c745f 8289695: [TESTBUG] TestMemoryAwareness.java fails on cgroups v2 and crun Reviewed-by: andrew Backport-of: ac6be165196457a26d837760b5f5030fe010d633 ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java Changeset: a5c3ebe6 Author: Andrew John Hughes Date: 2023-01-12 17:44:28 +0000 URL: https://git.openjdk.org/jdk8u/commit/a5c3ebe614d5d1595098bb402ae94e6ba5265171 8299439: java/text/Format/NumberFormat/CurrencyFormat.java fails for hr_HR 8299483: ProblemList java/text/Format/NumberFormat/CurrencyFormat.java Reviewed-by: dcherepanov, sgehwolf Backport-of: 80eecc50e663155f04dcec1797efb4be4b8ee7b2 ! jdk/src/share/classes/sun/util/resources/hr/CurrencyNames_hr_HR.properties ! jdk/test/java/text/Format/NumberFormat/CurrencySymbols.properties Changeset: 014f21f0 Author: Leslie Zhai Committer: Paul Hohensee Date: 2023-01-17 15:40:08 +0000 URL: https://git.openjdk.org/jdk8u/commit/014f21f0232b135c978774b8f256edad035ada00 8203485: [freetype] text rotated on 180 degrees is too narrow Reviewed-by: serb Backport-of: db67279f08b2db148958a4faafd19a0d50ff8742 ! jdk/src/share/native/sun/font/freetypeScaler.c + jdk/test/java/awt/font/Rotate/RotatedTextTest.java Changeset: ddb9a5c4 Author: Andrew John Hughes Date: 2023-01-18 15:46:44 +0000 URL: https://git.openjdk.org/jdk8u/commit/ddb9a5c4625839bdc985ed8d84d216626ef6db55 Merge Changeset: da57ed1b Author: Andrew John Hughes Date: 2023-01-18 17:38:39 +0000 URL: https://git.openjdk.org/jdk8u/commit/da57ed1b0d541803b5e4c0237449b86c9c26e342 Merge Changeset: a318e48e Author: Sergey Bylokhov Date: 2023-01-18 18:31:25 +0000 URL: https://git.openjdk.org/jdk8u/commit/a318e48e205acd2e15c50afb9c70c4106ed72463 8300014: Some backports placed the tests in the wrong location Reviewed-by: sgehwolf, phh = jdk/test/java/awt/print/RemotePrinterStatusRefresh/RemotePrinterStatusRefresh.java - jdk/test/jdk/java/awt/font/Rotate/RotatedItalicsTest.java Changeset: 55254644 Author: Roman Marchenko Committer: Paul Hohensee Date: 2023-01-19 12:55:41 +0000 URL: https://git.openjdk.org/jdk8u/commit/55254644f78cc8c67cf6b8bc46cf10676da5fe5e 8065422: Trailing dot in hostname causes TLS handshake to fail with SNI disabled Reviewed-by: yan, andrew Backport-of: a95ee5ada230a0177517efd3a417f319066169dd ! jdk/src/share/classes/sun/security/ssl/Utilities.java ! jdk/src/share/classes/sun/security/ssl/X509TrustManagerImpl.java + jdk/test/javax/net/ssl/ServerName/EndingDotHostname.java + jdk/test/javax/net/ssl/templates/SSLExampleCert.java Changeset: 8d2f7e0c Author: Jonathan Dowland Date: 2023-01-19 14:34:12 +0000 URL: https://git.openjdk.org/jdk8u/commit/8d2f7e0ccb2bf6c3d5bccb35aef39236e5c157d3 8292541: [Metrics] Reported memory limit may exceed physical machine memory 8300119: CgroupMetrics.getTotalMemorySize0() can report invalid results on 32 bit systems Reviewed-by: sgehwolf Backport-of: 9a0d1e7ce86368cdcade713a9e220604f7d77ecf ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java ! jdk/make/mapfiles/libjava/mapfile-linux ! jdk/src/linux/classes/jdk/internal/platform/CgroupMetrics.java ! jdk/src/linux/native/jdk/internal/platform/cgroupv1/CgroupMetrics.c Changeset: 75fd39f0 Author: Roman Marchenko Committer: Paul Hohensee Date: 2023-01-19 15:41:00 +0000 URL: https://git.openjdk.org/jdk8u/commit/75fd39f05e4c090192a5eca1fbdf2b6d1993fc4a 8282398: EndingDotHostname.java test fails because SSL cert expired Reviewed-by: yan, andrew Backport-of: afd4bcbc1d1b2a8a1c29005878c8e06c662a1f6e ! jdk/test/javax/net/ssl/ServerName/EndingDotHostname.java ! jdk/test/javax/net/ssl/templates/SSLExampleCert.java Changeset: a5bd9018 Author: Jonathan Dowland Date: 2023-01-24 10:41:06 +0000 URL: https://git.openjdk.org/jdk8u/commit/a5bd9018d5671f2399272b680e83239154443b11 8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts Reviewed-by: sgehwolf Backport-of: 6d83482a6b5f1898514fd450d8143dbfef57e362 ! hotspot/test/runtime/containers/docker/TestMemoryAwareness.java ! jdk/src/linux/classes/jdk/internal/platform/CgroupSubsystemFactory.java ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java + jdk/test/jdk/internal/platform/docker/TestDockerBasic.java ! jdk/test/jdk/internal/platform/docker/TestDockerCpuMetrics.java ! jdk/test/jdk/internal/platform/docker/TestDockerMemoryMetrics.java Changeset: d0cbcc51 Author: Zdenek Zambersky Date: 2023-01-27 14:02:27 +0000 URL: https://git.openjdk.org/jdk8u/commit/d0cbcc5101f166b0469b889ef6f05b2925f0760c 8301122: [8u] Fix unreliable vs2010 download link Reviewed-by: phh ! make/conf/test-dependencies Changeset: 8192d03b Author: Sergey Bylokhov Date: 2023-01-27 19:37:09 +0000 URL: https://git.openjdk.org/jdk8u/commit/8192d03b0fad34f745addde9408f4aa301dbebef 8293767: AWT test TestSinhalaChar.java has old SCCS markings Backport-of: 141d5f5deec488531e410af875c781f4b70490da ! jdk/test/java/awt/font/TextLayout/TestSinhalaChar.java Changeset: c3c871ee Author: Sergey Bylokhov Date: 2023-01-27 19:41:44 +0000 URL: https://git.openjdk.org/jdk8u/commit/c3c871eeb1767ad68c26cdf4473cf354149b492a 8159135: [PIT] javax/swing/JMenuItem/8152981/MenuItemIconTest.java always fail Backport-of: a222aedf0fa1961e902db35cbe4145623c6af999 ! jdk/test/javax/swing/JMenuItem/8152981/MenuItemIconTest.java Changeset: 5274069b Author: Sergey Bylokhov Date: 2023-01-27 19:48:48 +0000 URL: https://git.openjdk.org/jdk8u/commit/5274069b5258c91cf258f3554a6c131775ec99c6 8196467: javax/swing/JInternalFrame/Test6325652.java fails Backport-of: be762d7ac85910bffd7fd8e91e04d81961c35966 ! jdk/test/javax/swing/JInternalFrame/Test6325652.java Changeset: 92c9aed6 Author: Sergey Bylokhov Date: 2023-01-27 20:09:37 +0000 URL: https://git.openjdk.org/jdk8u/commit/92c9aed66cde03c3b4f3188b2ec64ea531316bbd 8039888: [TEST_BUG] keyboard garbage after javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java Backport-of: cd8cd68e09370fbf0c3509deaee381417dd12533 ! jdk/test/javax/swing/plaf/windows/WindowsRootPaneUI/WrongAltProcessing/WrongAltProcessing.java Changeset: 85050ef8 Author: Sergey Bylokhov Date: 2023-01-27 20:13:10 +0000 URL: https://git.openjdk.org/jdk8u/commit/85050ef8db4209158e6bb37628eae326dbdcac20 7001973: java/awt/Graphics2D/CopyAreaOOB.java fails Backport-of: 22b7295e75d3bc7ba2c2cd7b871bb2bb5bf290eb ! jdk/test/sun/java2d/OpenGL/CopyAreaOOB.java Changeset: dd8dd7b2 Author: Sergey Bylokhov Date: 2023-01-27 20:17:10 +0000 URL: https://git.openjdk.org/jdk8u/commit/dd8dd7b20846d18865cdfb3e26c15c8f153b1a09 8042098: [TESTBUG] Test sun/java2d/AcceleratedXORModeTest.java fails on Windows Backport-of: b5769155b4bf453d65c43921dbcae4d115f17df7 ! jdk/test/sun/java2d/AcceleratedXORModeTest.java Changeset: 456d7aca Author: Sergey Bylokhov Date: 2023-01-27 20:21:30 +0000 URL: https://git.openjdk.org/jdk8u/commit/456d7aca8cc4ccc7fe9330bca92dda0b4ba0d8c0 8239827: The test OpenByUNCPathNameTest.java should be changed to be manual Backport-of: 7cc3ba5f9b188e5dd298dbcde3934d08b6101032 ! jdk/test/java/awt/Desktop/OpenByUNCPathNameTest/OpenByUNCPathNameTest.java Changeset: f1426189 Author: Sergey Bylokhov Date: 2023-01-27 20:25:19 +0000 URL: https://git.openjdk.org/jdk8u/commit/f14261896825ca5aa14099576a10183f4476508d 8075964: Test java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html fails intermittently with timeout error Backport-of: b0fddb9f8045cca10b4e757d8d187af7fb117405 ! jdk/test/java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.java