From phh at openjdk.org Tue May 2 18:21:17 2023 From: phh at openjdk.org (Paul Hohensee) Date: Tue, 2 May 2023 18:21:17 GMT Subject: git: openjdk/jdk8u: 23 new changesets Message-ID: <11a75ac5-6bb3-4d34-a9a1-bfb721b1ca10@openjdk.org> Changeset: 3d1fc4bf Author: Andrew John Hughes Date: 2023-03-03 18:04:02 +0000 URL: https://git.openjdk.org/jdk8u/commit/3d1fc4bf31e7b4bc7f3d0627f7aee44fe48d414c 8303462: Bump update version of OpenJDK: 8u382 Reviewed-by: sgehwolf ! .jcheck/conf ! common/autoconf/version-numbers Changeset: eb2aee68 Author: Dongbo He Committer: Roland Westrelin Date: 2023-03-06 14:56:38 +0000 URL: https://git.openjdk.org/jdk8u/commit/eb2aee68eaff5d4880b52bc8c01967215dd6a741 8185736: missing default exception handler in calls to rethrow_Stub Reviewed-by: roland Backport-of: b97f668af3f55c0d67cdd7a4a191bd81cdc4aa78 ! hotspot/src/share/vm/opto/doCall.cpp ! hotspot/src/share/vm/opto/output.cpp Changeset: 7c5d77cb Author: Andrew John Hughes Date: 2023-03-08 02:58:56 +0000 URL: https://git.openjdk.org/jdk8u/commit/7c5d77cbd2cf993643d48ded46342e01772a96cc Merge Changeset: a7fb08c2 Author: Zdenek Zambersky Date: 2023-03-14 18:32:07 +0000 URL: https://git.openjdk.org/jdk8u/commit/a7fb08c286f0181a3bb725b88a7da8c651202be0 8293815: P11PSSSignature.engineUpdate should not print debug messages during normal operation Backport-of: 80615a6f39bf8929908804ce3f9f5c6d4b3f2864 ! jdk/src/share/classes/sun/security/pkcs11/P11PSSSignature.java Changeset: d6f81510 Author: Zdenek Zambersky Date: 2023-03-14 18:32:53 +0000 URL: https://git.openjdk.org/jdk8u/commit/d6f8151053f40ccd8c23b9f9eecb40c306a6253f 8282600: SSLSocketImpl should not use user_canceled workaround when not necessary Backport-of: e80528bf2bd1c87fc1394dd32015281ac6652363 ! jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java Changeset: ad41d908 Author: Zdenek Zambersky Date: 2023-03-21 11:31:16 +0000 URL: https://git.openjdk.org/jdk8u/commit/ad41d908eb4655782eb85272d28ccad80fa648eb 8293232: Fix race condition in pkcs11 SessionManager Backport-of: 939741c0a0a4a5ce2c68d14b15e1f42563bc653d ! jdk/src/share/classes/sun/security/pkcs11/SessionManager.java Changeset: ae6405fe Author: Zdenek Zambersky Date: 2023-03-21 11:31:56 +0000 URL: https://git.openjdk.org/jdk8u/commit/ae6405fe642c8b5092c82ed22b41a281f49961b5 8289301: P11Cipher should not throw out of bounds exception during padding Reviewed-by: phh Backport-of: 7d8991978bbe1cc03ba2386f5e699239ba47934c ! jdk/src/share/classes/sun/security/pkcs11/P11Cipher.java + jdk/test/sun/security/pkcs11/Cipher/TestPaddingOOB.java Changeset: de0e5a2d Author: Zdenek Zambersky Date: 2023-03-21 11:32:39 +0000 URL: https://git.openjdk.org/jdk8u/commit/de0e5a2dcb61d3827e38e56655f5263813bfcc0f 8152432: Implement setting jtreg @requires properties vm.flavor, vm.bits, vm.compMode Reviewed-by: phh, sgehwolf Backport-of: 24a9e0ac188a37dc57cc4d1bb8d8635abb4c4f89 ! hotspot/test/TEST.ROOT ! hotspot/test/runtime/Metaspace/MaxMetaspaceSizeTest.java ! hotspot/test/runtime/NMT/HugeArenaTracking.java ! hotspot/test/runtime/SharedArchiveFile/DefaultUseWithClient.java + test/jtreg-ext/requires/VMProps.java Changeset: ca1c3b1e Author: Ravali Yatham Committer: Paul Hohensee Date: 2023-03-27 14:49:05 +0000 URL: https://git.openjdk.org/jdk8u/commit/ca1c3b1efd8fbe0716e2e6e3b287856299e9ceef 8302791: Add specific ClassLoader object to Proxy IllegalArgumentException message Reviewed-by: phh Backport-of: 9f9d678591e02ecaeae7b81eeefb0ba41c7b4dae ! jdk/src/share/classes/java/lang/reflect/Proxy.java Changeset: 5dc33f2c Author: Stewart X Addison Committer: Severin Gehwolf Date: 2023-03-27 15:49:33 +0000 URL: https://git.openjdk.org/jdk8u/commit/5dc33f2c9c4de56b76ee56a3526c2fa21394aea2 8295530: Update Zlib Data Compression Library to Version 1.2.13 Reviewed-by: andrew, sgehwolf Backport-of: 6042c6b9bbacbff1bd47f087f0f19646a20eef97 ! THIRD_PARTY_README ! jdk/src/share/native/java/util/zip/zlib/README ! jdk/src/share/native/java/util/zip/zlib/compress.c ! jdk/src/share/native/java/util/zip/zlib/crc32.h ! jdk/src/share/native/java/util/zip/zlib/deflate.c ! jdk/src/share/native/java/util/zip/zlib/deflate.h ! jdk/src/share/native/java/util/zip/zlib/gzguts.h ! jdk/src/share/native/java/util/zip/zlib/gzlib.c ! jdk/src/share/native/java/util/zip/zlib/gzread.c ! jdk/src/share/native/java/util/zip/zlib/gzwrite.c ! jdk/src/share/native/java/util/zip/zlib/infback.c ! jdk/src/share/native/java/util/zip/zlib/inffast.c ! jdk/src/share/native/java/util/zip/zlib/inflate.c ! jdk/src/share/native/java/util/zip/zlib/inflate.h ! jdk/src/share/native/java/util/zip/zlib/inftrees.c ! jdk/src/share/native/java/util/zip/zlib/inftrees.h ! jdk/src/share/native/java/util/zip/zlib/patches/ChangeLog_java ! jdk/src/share/native/java/util/zip/zlib/trees.c ! jdk/src/share/native/java/util/zip/zlib/uncompr.c ! jdk/src/share/native/java/util/zip/zlib/zconf.h ! jdk/src/share/native/java/util/zip/zlib/zcrc32.c ! jdk/src/share/native/java/util/zip/zlib/zlib.h ! jdk/src/share/native/java/util/zip/zlib/zutil.c ! jdk/src/share/native/java/util/zip/zlib/zutil.h Changeset: cd40350f Author: Andrew John Hughes Date: 2023-03-28 18:24:15 +0000 URL: https://git.openjdk.org/jdk8u/commit/cd40350f0e69faf4d9a4658408798eb6e389f573 Merge Reviewed-by: sgehwolf Changeset: d41618f3 Author: Alexey Bakhtin Date: 2023-04-04 10:29:11 +0000 URL: https://git.openjdk.org/jdk8u/commit/d41618f34f1d2f5416ec3c035f33dcb15cf5ab99 8271199: Mutual TLS handshake fails signing client certificate with custom sensitive PKCS11 key Reviewed-by: andrew, mbalao Backport-of: f6232982b91cb2314e96ddbde3984836a810a556 ! jdk/src/share/classes/sun/security/rsa/RSAPSSSignature.java ! jdk/src/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java Changeset: 1ee22a75 Author: Andrew John Hughes Date: 2023-04-04 16:16:37 +0000 URL: https://git.openjdk.org/jdk8u/commit/1ee22a7584b79ca66e5dffa1276d55e385eb1909 8263059: security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java fails due to revoked cert Reviewed-by: sgehwolf Backport-of: 0d0aa7ce8116db959836d59477598a8427a4c16f ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/ComodoCA.java Changeset: f1c1f969 Author: Severin Gehwolf Date: 2023-04-07 18:11:14 +0000 URL: https://git.openjdk.org/jdk8u/commit/f1c1f969a77c9841cf87b2434fa90dcf4002c6be 8278851: Correct signer logic for jars signed with multiple digest algorithms Reviewed-by: mbalao, andrew Backport-of: cbe497394786ff76a09f9743040e3ba96ee8298f ! jdk/src/share/classes/java/util/jar/JarVerifier.java ! jdk/src/share/classes/sun/security/util/ManifestEntryVerifier.java + jdk/test/sun/security/tools/jarsigner/disdigest/JarWithOneNonDisabledDigestAlg.java Changeset: 4445e5cc Author: Paul Hohensee Date: 2023-04-13 18:24:54 +0000 URL: https://git.openjdk.org/jdk8u/commit/4445e5ccc86212c167a3af66ed6c4e6389905bef 8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec Reviewed-by: simonis, mbalao, andrew Backport-of: a5d7de235101696463dba22792703c6809ff7fc4 ! jdk/src/share/classes/sun/security/pkcs11/P11RSAKeyFactory.java ! jdk/src/share/classes/sun/security/rsa/RSAKeyFactory.java ! jdk/test/java/security/KeyFactory/KeyFactoryGetKeySpecForInvalidSpec.java + jdk/test/sun/security/pkcs11/nss/p11-nss-sensitive.txt + jdk/test/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java Changeset: 721c0ee3 Author: Victor Rudometov Committer: Paul Hohensee Date: 2023-04-17 15:47:04 +0000 URL: https://git.openjdk.org/jdk8u/commit/721c0ee3d790b7dfbaa7b1018e4921a1d4751fd2 8305113: (tz) Update Timezone Data to 2023c Reviewed-by: andrew Backport-of: ed9592c6e81f82e2bf6508ce45ba15aad8232181 ! 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/europe ! jdk/make/data/tzdata/iso3166.tab ! jdk/make/data/tzdata/leapseconds ! jdk/make/data/tzdata/northamerica ! jdk/make/data/tzdata/southamerica ! jdk/make/data/tzdata/zone.tab ! jdk/src/share/classes/sun/util/calendar/ZoneInfoFile.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/java/util/TimeZone/TimeZoneTest.java ! 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/europe ! jdk/test/sun/util/calendar/zi/tzdata/iso3166.tab ! jdk/test/sun/util/calendar/zi/tzdata/leapseconds ! 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: 43561ef4 Author: Thomas Stuefe Date: 2023-04-19 11:37:40 +0000 URL: https://git.openjdk.org/jdk8u/commit/43561ef435feae8d71913201dbb5e5503e1fc6f3 8151460: Metaspace counters can have inconsistent values Reviewed-by: phh, sgehwolf Backport-of: d30aeec30c3832b2514a6f06451897afdaf52fb3 ! hotspot/test/gc/metaspace/TestMetaspacePerfCounters.java ! hotspot/test/gc/metaspace/TestPerfCountersAndMemoryPools.java Changeset: b94b5684 Author: Dan Lutker Committer: Paul Hohensee Date: 2023-04-19 16:43:36 +0000 URL: https://git.openjdk.org/jdk8u/commit/b94b5684dcc98e880ab3ef5c343946b95ddf2702 8277881: Missing SessionID in TLS1.3 resumption in compatibility mode Backport-of: 9d99a377bfb6ffa890db049aee575e97914fc2a1 ! jdk/src/share/classes/sun/security/ssl/ClientHello.java ! jdk/src/share/classes/sun/security/ssl/SSLConfiguration.java ! jdk/test/javax/net/ssl/SSLSession/ResumeTLS13withSNI.java Changeset: cfc654b0 Author: Sergey Bylokhov Date: 2023-04-19 22:13:45 +0000 URL: https://git.openjdk.org/jdk8u/commit/cfc654b01421b13dc6fe42783e6ae137e8b9e404 8215105: java/awt/Robot/HiDPIScreenCapture/ScreenCaptureTest.java: Wrong Pixel Color Reviewed-by: phh Backport-of: 5bffde3d4ff623283e342d902439b3ca5ebe81f5 ! jdk/src/macosx/native/sun/awt/CRobot.m + jdk/test/java/awt/Robot/CheckCommonColors/CheckCommonColors.java Changeset: 644e79d9 Author: Alexander Scherbatiy Date: 2023-04-20 12:34:32 +0000 URL: https://git.openjdk.org/jdk8u/commit/644e79d9440ea7ba08f25b762d3d739e511c8f40 8276841: Add support for Visual Studio 2022 Reviewed-by: sgehwolf Backport-of: 0ba5a81e7c0117855665a28a43f9589635e94222 ! common/autoconf/generated-configure.sh ! common/autoconf/toolchain_windows.m4 Changeset: 0e018191 Author: Alexander Scherbatiy Date: 2023-04-20 12:42:38 +0000 URL: https://git.openjdk.org/jdk8u/commit/0e018191eb40beedfd8bdf70e6f1854e733dcb17 8282345: handle latest VS2022 in abstract_vm_version Reviewed-by: sgehwolf Backport-of: 1d9108f4f7d07e1be916bd0595ff4262c4e835c5 ! hotspot/src/share/vm/runtime/vm_version.cpp Changeset: 7878655e Author: Andrew John Hughes Date: 2023-04-20 20:52:18 +0000 URL: https://git.openjdk.org/jdk8u/commit/7878655eb64403ba7e84d1afe80cd8c00459535e Merge ! jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java ! jdk/src/share/classes/sun/security/ssl/SSLSocketImpl.java Changeset: 3147b1ba Author: Joshua Zhu Committer: Paul Hohensee Date: 2023-04-25 19:51:50 +0000 URL: https://git.openjdk.org/jdk8u/commit/3147b1bafe12326a97269655de46f066931f3ee4 8305165: [8u] ServiceThread::nmethods_do is not called to keep nmethods from being zombied while in the queue Reviewed-by: phh ! hotspot/src/share/vm/runtime/thread.hpp From andrew at openjdk.org Tue May 2 18:21:33 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 2 May 2023 18:21:33 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u382-b01 for changeset 3147b1ba Message-ID: Tagged by: Andrew John Hughes Date: 2023-04-29 21:04:03 +0000 Added tag jdk8u382-b01 for changeset 3147b1bafe1 Changeset: 3147b1ba Author: Joshua Zhu Committer: Paul Hohensee Date: 2023-04-25 19:51:50 +0000 URL: https://git.openjdk.org/jdk8u/commit/3147b1bafe12326a97269655de46f066931f3ee4 From andrew at openjdk.org Tue May 2 18:23:48 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 2 May 2023 18:23:48 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u372-b07 for changeset 338acde3 Message-ID: <56ca9a11-1198-40b4-8710-b2cc695c7972@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-04-18 06:20:23 +0000 Added tag jdk8u372-b07 for changeset 338acde3306 Changeset: 338acde3 Author: Victor Rudometov Committer: Andrew John Hughes Date: 2023-04-17 15:47:04 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/338acde33061b8af9d30aa510d86ec8156009021 From andrew at openjdk.org Tue May 2 18:23:53 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 2 May 2023 18:23:53 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u372-ga for changeset 338acde3 Message-ID: <932ee28c-3710-4967-9b01-116990747fea@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-04-20 09:43:15 +0000 Added tag jdk8u372-ga for changeset 338acde3306 Changeset: 338acde3 Author: Victor Rudometov Committer: Andrew John Hughes Date: 2023-04-17 15:47:04 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/338acde33061b8af9d30aa510d86ec8156009021 From andrew at openjdk.org Tue May 2 18:23:39 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 2 May 2023 18:23:39 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u382-b01 for changeset 3147b1ba Message-ID: <10040a5b-3976-4a50-a2f2-c258d50da26e@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-04-29 21:04:03 +0000 Added tag jdk8u382-b01 for changeset 3147b1bafe1 Changeset: 3147b1ba Author: Joshua Zhu Committer: Paul Hohensee Date: 2023-04-25 19:51:50 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/3147b1bafe12326a97269655de46f066931f3ee4 From andrew at openjdk.org Tue May 2 18:23:41 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Tue, 2 May 2023 18:23:41 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u372-b06 for changeset 89aeae16 Message-ID: Tagged by: Andrew John Hughes Date: 2023-03-21 18:09:33 +0000 Added tag jdk8u372-b06 for changeset 89aeae16e85 Changeset: 89aeae16 Author: Adam Farley Committer: Severin Gehwolf Date: 2023-03-15 14:11:17 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/89aeae16e85ddfbd581cb86d0b0480b1e2d50e99 From naoto at openjdk.org Wed May 10 17:03:36 2023 From: naoto at openjdk.org (Naoto Sato) Date: Wed, 10 May 2023 17:03:36 GMT Subject: git: openjdk/jdk8u-dev: 8301400: Allow additional characters for GB18030-2022 support Message-ID: Changeset: 9740c243 Author: Naoto Sato Date: 2023-05-10 17:02:09 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/9740c2434fa39a6fac800e87160af659f718362c 8301400: Allow additional characters for GB18030-2022 support Co-authored-by: Justin Lu Reviewed-by: lancea, iris, rriggs Backport-of: a039f39ee8486e990a4b4341c9e07fc49d3dac2d ! jdk/make/data/characterdata/CharacterData00.java.template ! jdk/make/data/unicodedata/UnicodeData.txt ! jdk/src/share/classes/java/lang/Character.java ! jdk/test/java/lang/Character/Scripts.txt ! jdk/test/java/lang/Character/TestIsJavaIdentifierMethods.java From naoto at openjdk.org Wed May 10 17:17:17 2023 From: naoto at openjdk.org (Naoto Sato) Date: Wed, 10 May 2023 17:17:17 GMT Subject: git: openjdk/jdk8u-dev: 8305681: Allow additional characters for GB18030-2022 (Level 2) support Message-ID: <35e2443c-eeb9-46cf-8aea-c446b30d53d8@openjdk.org> Changeset: 3d9e8d05 Author: Naoto Sato Date: 2023-05-10 17:15:52 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/3d9e8d05e053613afea1f4493121b5975a37ab2a 8305681: Allow additional characters for GB18030-2022 (Level 2) support Co-authored-by: Justin Lu Reviewed-by: lancea, iris, rriggs Backport-of: b08cddec8625424b1292051088513a60606ef1e9 ! jdk/make/data/characterdata/CharacterData02.java.template ! jdk/make/data/unicodedata/UnicodeData.txt ! jdk/src/share/classes/java/lang/Character.java ! jdk/test/java/lang/Character/CheckScript.java ! jdk/test/java/lang/Character/Scripts.txt ! jdk/test/java/lang/Character/TestIsJavaIdentifierMethods.java From naoto at openjdk.org Thu May 11 16:31:29 2023 From: naoto at openjdk.org (Naoto Sato) Date: Thu, 11 May 2023 16:31:29 GMT Subject: git: openjdk/jdk8u-dev: 8303028: Update system property for Java SE specification maintenance version Message-ID: Changeset: 4328fec3 Author: Justin Lu Committer: Naoto Sato Date: 2023-05-11 16:30:40 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/4328fec3a75657f9923a9cfabe8eb6e1081a510d 8303028: Update system property for Java SE specification maintenance version Reviewed-by: rriggs, lancea, naoto, iris Backport-of: 9eb797dc6ac09f250b4e308abd43bffa6529c534 ! jdk/src/share/native/java/lang/System.c From yan at openjdk.org Fri May 12 10:33:01 2023 From: yan at openjdk.org (Yuri Nesterenko) Date: Fri, 12 May 2023 10:33:01 GMT Subject: git: openjdk/jdk8u-dev: 8307531: [aarch64] JDK8 single-step debugging is extremely slow Message-ID: <3f6cb0d4-086e-45b1-899a-638d2602cd7b@openjdk.org> Changeset: 3e69b49f Author: Sergey Nazarkin Committer: Yuri Nesterenko Date: 2023-05-12 10:32:15 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/3e69b49f71e1c00a4761a9e63440cb7af1216389 8307531: [aarch64] JDK8 single-step debugging is extremely slow Reviewed-by: aph ! hotspot/src/share/vm/prims/jvmtiExport.cpp ! hotspot/src/share/vm/prims/jvmtiThreadState.cpp From yan at openjdk.org Wed May 17 17:12:39 2023 From: yan at openjdk.org (Yuri Nesterenko) Date: Wed, 17 May 2023 17:12:39 GMT Subject: git: openjdk/jdk8u: 4 new changesets Message-ID: <912609be-8cd7-4afc-a95b-b14457f21e59@openjdk.org> Changeset: 9740c243 Author: Naoto Sato Date: 2023-05-10 17:02:09 +0000 URL: https://git.openjdk.org/jdk8u/commit/9740c2434fa39a6fac800e87160af659f718362c 8301400: Allow additional characters for GB18030-2022 support Co-authored-by: Justin Lu Reviewed-by: lancea, iris, rriggs Backport-of: a039f39ee8486e990a4b4341c9e07fc49d3dac2d ! jdk/make/data/characterdata/CharacterData00.java.template ! jdk/make/data/unicodedata/UnicodeData.txt ! jdk/src/share/classes/java/lang/Character.java ! jdk/test/java/lang/Character/Scripts.txt ! jdk/test/java/lang/Character/TestIsJavaIdentifierMethods.java Changeset: 3d9e8d05 Author: Naoto Sato Date: 2023-05-10 17:15:52 +0000 URL: https://git.openjdk.org/jdk8u/commit/3d9e8d05e053613afea1f4493121b5975a37ab2a 8305681: Allow additional characters for GB18030-2022 (Level 2) support Co-authored-by: Justin Lu Reviewed-by: lancea, iris, rriggs Backport-of: b08cddec8625424b1292051088513a60606ef1e9 ! jdk/make/data/characterdata/CharacterData02.java.template ! jdk/make/data/unicodedata/UnicodeData.txt ! jdk/src/share/classes/java/lang/Character.java ! jdk/test/java/lang/Character/CheckScript.java ! jdk/test/java/lang/Character/Scripts.txt ! jdk/test/java/lang/Character/TestIsJavaIdentifierMethods.java Changeset: 4328fec3 Author: Justin Lu Committer: Naoto Sato Date: 2023-05-11 16:30:40 +0000 URL: https://git.openjdk.org/jdk8u/commit/4328fec3a75657f9923a9cfabe8eb6e1081a510d 8303028: Update system property for Java SE specification maintenance version Reviewed-by: rriggs, lancea, naoto, iris Backport-of: 9eb797dc6ac09f250b4e308abd43bffa6529c534 ! jdk/src/share/native/java/lang/System.c Changeset: 3e69b49f Author: Sergey Nazarkin Committer: Yuri Nesterenko Date: 2023-05-12 10:32:15 +0000 URL: https://git.openjdk.org/jdk8u/commit/3e69b49f71e1c00a4761a9e63440cb7af1216389 8307531: [aarch64] JDK8 single-step debugging is extremely slow Reviewed-by: aph ! hotspot/src/share/vm/prims/jvmtiExport.cpp ! hotspot/src/share/vm/prims/jvmtiThreadState.cpp From andrew at openjdk.org Wed May 17 17:12:48 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 17 May 2023 17:12:48 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u382-b02 for changeset 3e69b49f Message-ID: Tagged by: Andrew John Hughes Date: 2023-05-16 18:31:25 +0000 Added tag jdk8u382-b02 for changeset 3e69b49f71e Changeset: 3e69b49f Author: Sergey Nazarkin Committer: Yuri Nesterenko Date: 2023-05-12 10:32:15 +0000 URL: https://git.openjdk.org/jdk8u/commit/3e69b49f71e1c00a4761a9e63440cb7af1216389 From andrew at openjdk.org Wed May 17 17:13:22 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 17 May 2023 17:13:22 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u382-b02 for changeset 3e69b49f Message-ID: <9acf7a03-d8d8-48c3-ba81-58366638bcaa@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-05-16 18:31:25 +0000 Added tag jdk8u382-b02 for changeset 3e69b49f71e Changeset: 3e69b49f Author: Sergey Nazarkin Committer: Yuri Nesterenko Date: 2023-05-12 10:32:15 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/3e69b49f71e1c00a4761a9e63440cb7af1216389 From shade at openjdk.org Wed May 24 18:13:10 2023 From: shade at openjdk.org (Aleksey Shipilev) Date: Wed, 24 May 2023 18:13:10 GMT Subject: git: openjdk/jdk8u-dev: 8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 Message-ID: Changeset: c7c080ad Author: Ben Taylor Committer: Aleksey Shipilev Date: 2023-05-24 18:10:56 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/c7c080ad9e0ec05ca09501f90ff4223183653534 8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 Reviewed-by: phh, shade Backport-of: 269eae61894b6bd0a7512045a369b53df747f6e5 ! jdk/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c ! jdk/test/java/nio/channels/DatagramChannel/Disconnect.java From serb at openjdk.org Wed May 24 22:30:52 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 24 May 2023 22:30:52 GMT Subject: git: openjdk/jdk8u-dev: 8268558: [TESTBUG] Case 2 in TestP11KeyFactoryGetRSAKeySpec is skipped Message-ID: <06935cdf-25b7-46d7-a8e4-0de7c8424423@openjdk.org> Changeset: 85622986 Author: Sergey Bylokhov Date: 2023-05-24 22:30:07 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8562298613992526914416039f27c51e280703f7 8268558: [TESTBUG] Case 2 in TestP11KeyFactoryGetRSAKeySpec is skipped Reviewed-by: phh Backport-of: 041ae20b10e11381415e8f61fd39e9e19aa8d4f2 ! jdk/test/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java From serb at openjdk.org Wed May 24 22:41:09 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 24 May 2023 22:41:09 GMT Subject: git: openjdk/jdk8u-dev: 8307310: Backport the tests for JDK-8058969 and JDK-8039271 to the OpenJDK8 Message-ID: <03a5c15e-fc20-41fd-9ee2-bd27243702d8@openjdk.org> Changeset: 764dbd54 Author: Sergey Bylokhov Date: 2023-05-24 22:38:59 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/764dbd54958f606475092d2ccc5f831d9ad5d7d5 8307310: Backport the tests for JDK-8058969 and JDK-8039271 to the OpenJDK8 Reviewed-by: phh + jdk/test/java/awt/Color/LoadProfileWithSM.java + jdk/test/java/awt/Color/LoadStandardProfilesTest.java From serb at openjdk.org Thu May 25 00:25:32 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Thu, 25 May 2023 00:25:32 GMT Subject: git: openjdk/jdk8u-dev: 8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace Message-ID: Changeset: 20b4c702 Author: Sergey Bylokhov Date: 2023-05-25 00:23:35 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/20b4c702073a20e7809024277cb03317219c4264 8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace Backport-of: f4fa68a2a795ca073409b76332037cc601e66b13 ! jdk/src/share/classes/java/awt/color/ICC_ColorSpace.java + jdk/test/java/awt/Color/GetMinMaxValue_ICC_ColorSpace.java From sgehwolf at openjdk.org Thu May 25 17:00:39 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Thu, 25 May 2023 17:00:39 GMT Subject: git: openjdk/jdk8u-dev: 8305975: Add TWCA Global Root CA Message-ID: <5f0adf30-75c0-4a6f-8774-056e8c024215@openjdk.org> Changeset: 54208fcd Author: Severin Gehwolf Date: 2023-05-25 16:59:43 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/54208fcd86ade96a286f58c533fd211085566dd1 8305975: Add TWCA Global Root CA Reviewed-by: andrew Backport-of: 093f02aadbeedb8f22db7512cb5555c4c890b0fc + jdk/make/data/cacerts/twcaglobalrootca + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/TWCAGlobalCA.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java From sgehwolf at openjdk.org Thu May 25 17:31:30 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Thu, 25 May 2023 17:31:30 GMT Subject: git: openjdk/jdk8u-dev: 8298108: Add a regression test for JDK-8297684 Message-ID: <33daaef4-b4f3-47f6-ad93-0ac861f9e5f2@openjdk.org> Changeset: 29ba98e5 Author: Severin Gehwolf Date: 2023-05-25 17:30:08 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/29ba98e59b2df7fd85d3f0a000df0554fea845c2 8298108: Add a regression test for JDK-8297684 8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows Reviewed-by: phh, andrew Backport-of: 4da8411674b7515310000bd8243860bc73f9a03d + jdk/test/java/security/SignedJar/spi-calendar-provider/TestSPISigned.java + jdk/test/java/security/SignedJar/spi-calendar-provider/provider/baz/CalendarDataProviderImpl.java + jdk/test/java/security/SignedJar/spi-calendar-provider/provider/meta/META-INF/services/java.util.spi.CalendarDataProvider From sgehwolf at openjdk.org Fri May 26 08:17:55 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 26 May 2023 08:17:55 GMT Subject: git: openjdk/jdk8u-dev: 8304760: Add 2 Microsoft TLS roots Message-ID: <26238018-a199-4ec0-a9c9-80f3628928a2@openjdk.org> Changeset: f5c2c39f Author: Severin Gehwolf Date: 2023-05-26 08:16:59 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/f5c2c39f665788bdcfdf915e5429032da9a675fd 8304760: Add 2 Microsoft TLS roots Reviewed-by: andrew Backport-of: f655ccd1c74bb18000ef2789d26952055c2deba1 + jdk/make/data/cacerts/microsoftecc2017 + jdk/make/data/cacerts/microsoftrsa2017 + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/MicrosoftTLS.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java From sgehwolf at openjdk.org Fri May 26 12:06:55 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 26 May 2023 12:06:55 GMT Subject: git: openjdk/jdk8u-dev: 8307134: Add GTS root CAs Message-ID: <1751b799-e8d2-4350-9598-fe2a1e81c3aa@openjdk.org> Changeset: 8efa32e5 Author: Severin Gehwolf Date: 2023-05-26 12:05:17 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8efa32e54e23a0fb99cd7df697bec7e6c6baf8bf 8307134: Add GTS root CAs Reviewed-by: andrew Backport-of: 03030d47ebee5c20919fe0162ec86d3d400cd955 + jdk/make/data/cacerts/gtsrootcar1 + jdk/make/data/cacerts/gtsrootcar2 + jdk/make/data/cacerts/gtsrootecccar3 + jdk/make/data/cacerts/gtsrootecccar4 + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GoogleCA.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java From sgehwolf at openjdk.org Wed May 31 14:37:31 2023 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 31 May 2023 14:37:31 GMT Subject: git: openjdk/jdk8u: 8 new changesets Message-ID: <8e99ce48-6fd9-4ac8-be4f-95756634cc9a@openjdk.org> Changeset: c7c080ad Author: Ben Taylor Committer: Aleksey Shipilev Date: 2023-05-24 18:10:56 +0000 URL: https://git.openjdk.org/jdk8u/commit/c7c080ad9e0ec05ca09501f90ff4223183653534 8285515: (dc) DatagramChannel.disconnect fails with "Invalid argument" on macOS 12.4 Reviewed-by: phh, shade Backport-of: 269eae61894b6bd0a7512045a369b53df747f6e5 ! jdk/src/solaris/native/sun/nio/ch/DatagramChannelImpl.c ! jdk/test/java/nio/channels/DatagramChannel/Disconnect.java Changeset: 85622986 Author: Sergey Bylokhov Date: 2023-05-24 22:30:07 +0000 URL: https://git.openjdk.org/jdk8u/commit/8562298613992526914416039f27c51e280703f7 8268558: [TESTBUG] Case 2 in TestP11KeyFactoryGetRSAKeySpec is skipped Reviewed-by: phh Backport-of: 041ae20b10e11381415e8f61fd39e9e19aa8d4f2 ! jdk/test/sun/security/pkcs11/rsa/TestP11KeyFactoryGetRSAKeySpec.java Changeset: 764dbd54 Author: Sergey Bylokhov Date: 2023-05-24 22:38:59 +0000 URL: https://git.openjdk.org/jdk8u/commit/764dbd54958f606475092d2ccc5f831d9ad5d7d5 8307310: Backport the tests for JDK-8058969 and JDK-8039271 to the OpenJDK8 Reviewed-by: phh + jdk/test/java/awt/Color/LoadProfileWithSM.java + jdk/test/java/awt/Color/LoadStandardProfilesTest.java Changeset: 20b4c702 Author: Sergey Bylokhov Date: 2023-05-25 00:23:35 +0000 URL: https://git.openjdk.org/jdk8u/commit/20b4c702073a20e7809024277cb03317219c4264 8072678: Wrong exception messages in java.awt.color.ICC_ColorSpace Backport-of: f4fa68a2a795ca073409b76332037cc601e66b13 ! jdk/src/share/classes/java/awt/color/ICC_ColorSpace.java + jdk/test/java/awt/Color/GetMinMaxValue_ICC_ColorSpace.java Changeset: 54208fcd Author: Severin Gehwolf Date: 2023-05-25 16:59:43 +0000 URL: https://git.openjdk.org/jdk8u/commit/54208fcd86ade96a286f58c533fd211085566dd1 8305975: Add TWCA Global Root CA Reviewed-by: andrew Backport-of: 093f02aadbeedb8f22db7512cb5555c4c890b0fc + jdk/make/data/cacerts/twcaglobalrootca + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/TWCAGlobalCA.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 29ba98e5 Author: Severin Gehwolf Date: 2023-05-25 17:30:08 +0000 URL: https://git.openjdk.org/jdk8u/commit/29ba98e59b2df7fd85d3f0a000df0554fea845c2 8298108: Add a regression test for JDK-8297684 8298271: java/security/SignedJar/spi-calendar-provider/TestSPISigned.java failing on Windows Reviewed-by: phh, andrew Backport-of: 4da8411674b7515310000bd8243860bc73f9a03d + jdk/test/java/security/SignedJar/spi-calendar-provider/TestSPISigned.java + jdk/test/java/security/SignedJar/spi-calendar-provider/provider/baz/CalendarDataProviderImpl.java + jdk/test/java/security/SignedJar/spi-calendar-provider/provider/meta/META-INF/services/java.util.spi.CalendarDataProvider Changeset: f5c2c39f Author: Severin Gehwolf Date: 2023-05-26 08:16:59 +0000 URL: https://git.openjdk.org/jdk8u/commit/f5c2c39f665788bdcfdf915e5429032da9a675fd 8304760: Add 2 Microsoft TLS roots Reviewed-by: andrew Backport-of: f655ccd1c74bb18000ef2789d26952055c2deba1 + jdk/make/data/cacerts/microsoftecc2017 + jdk/make/data/cacerts/microsoftrsa2017 + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/MicrosoftTLS.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 8efa32e5 Author: Severin Gehwolf Date: 2023-05-26 12:05:17 +0000 URL: https://git.openjdk.org/jdk8u/commit/8efa32e54e23a0fb99cd7df697bec7e6c6baf8bf 8307134: Add GTS root CAs Reviewed-by: andrew Backport-of: 03030d47ebee5c20919fe0162ec86d3d400cd955 + jdk/make/data/cacerts/gtsrootcar1 + jdk/make/data/cacerts/gtsrootcar2 + jdk/make/data/cacerts/gtsrootecccar3 + jdk/make/data/cacerts/gtsrootecccar4 + jdk/test/security/infra/java/security/cert/CertPathValidator/certification/GoogleCA.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java From andrew at openjdk.org Wed May 31 14:37:41 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 31 May 2023 14:37:41 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u382-b03 for changeset 8efa32e5 Message-ID: <7794cb20-f0d8-4de5-9aa1-f2d6029bb4a1@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-05-30 20:06:45 +0000 Added tag jdk8u382-b03 for changeset 8efa32e54e2 Changeset: 8efa32e5 Author: Severin Gehwolf Date: 2023-05-26 12:05:17 +0000 URL: https://git.openjdk.org/jdk8u/commit/8efa32e54e23a0fb99cd7df697bec7e6c6baf8bf From andrew at openjdk.org Wed May 31 14:52:32 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 31 May 2023 14:52:32 GMT Subject: git: openjdk/jdk8u-dev: Added tag jdk8u382-b03 for changeset 8efa32e5 Message-ID: <3e8d1d25-2d5f-4e46-a577-f158ef9ea001@openjdk.org> Tagged by: Andrew John Hughes Date: 2023-05-30 20:06:45 +0000 Added tag jdk8u382-b03 for changeset 8efa32e54e2 Changeset: 8efa32e5 Author: Severin Gehwolf Date: 2023-05-26 12:05:17 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/8efa32e54e23a0fb99cd7df697bec7e6c6baf8bf From andrew at openjdk.org Wed May 31 15:01:13 2023 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 31 May 2023 15:01:13 GMT Subject: git: openjdk/jdk8u-dev: 8309122: Bump update version of OpenJDK: 8u392 Message-ID: <3c82c334-1aa2-4ee0-b10f-6d0b63681b74@openjdk.org> Changeset: 4923d46b Author: Andrew John Hughes Date: 2023-05-31 14:58:29 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/4923d46b6f43f98c9cdc133c7161ab3b629621b0 8309122: Bump update version of OpenJDK: 8u392 Reviewed-by: serb, sgehwolf ! .jcheck/conf ! common/autoconf/version-numbers From serb at openjdk.org Wed May 31 21:50:54 2023 From: serb at openjdk.org (Sergey Bylokhov) Date: Wed, 31 May 2023 21:50:54 GMT Subject: git: openjdk/jdk8u-dev: 8253269: The CheckCommonColors test should provide more info on failure Message-ID: Changeset: 1c802b2a Author: Sergey Bylokhov Date: 2023-05-31 21:49:29 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/1c802b2ae8d00bedf425a4fe94f510bd8a616589 8253269: The CheckCommonColors test should provide more info on failure Backport-of: 1c2754bfe3294fb3c80defe5479bdd85b0d07e29 ! jdk/test/java/awt/Robot/CheckCommonColors/CheckCommonColors.java