From abakhtin at openjdk.org Thu Dec 1 06:18:30 2022 From: abakhtin at openjdk.org (Alexey Bakhtin) Date: Thu, 1 Dec 2022 06:18:30 GMT Subject: git: openjdk/jdk8u: 8275887: jarsigner prints invalid digest/signature algorithm warnings if keysize is weak/disabled Message-ID: Changeset: 53620b38 Author: Alexey Bakhtin Date: 2022-12-01 06:17:19 +0000 URL: https://git.openjdk.org/jdk8u/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 From yan at openjdk.org Thu Dec 1 10:26:03 2022 From: yan at openjdk.org (Yuri Nesterenko) Date: Thu, 1 Dec 2022 10:26:03 GMT Subject: git: openjdk/jdk8u-dev: 8295322: Tests for JDK-8271459 were not backported to 11u Message-ID: <0d0c1111-06b1-417b-968c-a0bd54105abe@openjdk.org> Changeset: e9acfceb Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 10:24:58 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/e9acfceb354b49a00388a46f7f3172b2d90f0680 8295322: Tests for JDK-8271459 were not backported to 11u Reviewed-by: phh Backport-of: 70ddb1b025ce3b8eed4d8ad5af1b1fa4d0e0b015 + hotspot/test/compiler/c2/TestNegativeStringBuilderCapacity.java From yan at openjdk.org Thu Dec 1 10:30:47 2022 From: yan at openjdk.org (Yuri Nesterenko) Date: Thu, 1 Dec 2022 10:30:47 GMT Subject: git: openjdk/jdk8u-dev: 8297329: [8u] hotspot needs to recognise VS2019 Message-ID: Changeset: 7b548500 Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 10:25:56 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From yan at openjdk.org Thu Dec 1 10:44:57 2022 From: yan at openjdk.org (Yuri Nesterenko) Date: Thu, 1 Dec 2022 10:44:57 GMT Subject: git: openjdk/jdk8u-dev: 8241087: Build failure with VS 2019 (16.5.0) due to C2039 and C2873 Message-ID: Changeset: 918a2ab7 Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 10:43:27 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From yan at openjdk.org Thu Dec 1 11:03:30 2022 From: yan at openjdk.org (Yuri Nesterenko) Date: Thu, 1 Dec 2022 11:03:30 GMT Subject: git: openjdk/jdk8u-dev: 8242468: VS2019 build missing vcruntime140_1.dll Message-ID: <12e06b11-3154-48bc-b472-33cfcb59ba57@openjdk.org> Changeset: 1ec79849 Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 11:00:09 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From yan at openjdk.org Thu Dec 1 13:21:21 2022 From: yan at openjdk.org (Yuri Nesterenko) Date: Thu, 1 Dec 2022 13:21:21 GMT Subject: git: openjdk/jdk8u-dev: 8247676: vcruntime140_1.dll is not needed on 32-bit Windows Message-ID: <5d64fee1-672d-4f1b-8df9-85cef5e7bda6@openjdk.org> Changeset: fcd3c9ce Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-01 13:16:30 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From bae at openjdk.org Thu Dec 1 15:27:31 2022 From: bae at openjdk.org (Andrew Brygin) Date: Thu, 1 Dec 2022 15:27:31 GMT Subject: git: openjdk/jdk8u-dev: 8295982: Failure in sun/security/tools/keytool/WeakAlg.java - ks: The process cannot access the file because it is being used by another process Message-ID: Changeset: 8356d04a Author: Roman Marchenko Committer: Andrew Brygin Date: 2022-12-01 15:25:12 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From phh at openjdk.org Thu Dec 1 18:07:42 2022 From: phh at openjdk.org (Paul Hohensee) Date: Thu, 1 Dec 2022 18:07:42 GMT Subject: git: openjdk/jdk8u-dev: 8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3 Message-ID: <84064c34-ee39-4c8c-a619-af2808be668d@openjdk.org> Changeset: 77403ed2 Author: Victor Rudometov Committer: Paul Hohensee Date: 2022-12-01 18:03:20 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/77403ed2500d1560ca71e5db1dbe49401697f7f7 8286624: Regression Test CoordinateTruncationBug.java fails on OL8.3 Backport-of: 7964440dd3274b84713c0debe1846092bb6d6d68 + jdk/test/sun/java2d/SunGraphics2D/CoordinateTruncationBug.java From sgehwolf at openjdk.org Fri Dec 2 08:21:50 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 2 Dec 2022 08:21:50 GMT Subject: git: openjdk/jdk8u-dev: 8226236: win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails Message-ID: <6d4fe394-3c7c-4afb-ae9b-aefc79fa853d@openjdk.org> Changeset: 55101454 Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2022-12-02 08:19:59 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/5510145420117f1f3c4a933021c3675cd2a99051 8226236: win32: gc/metaspace/TestCapacityUntilGCWrapAround.java fails Backport-of: 038f58d4f0782f885547d2b052a47fdf2229cfe3 ! hotspot/src/share/vm/memory/metaspace.cpp From jdowland at openjdk.org Mon Dec 5 04:16:20 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 5 Dec 2022 04:16:20 GMT Subject: git: openjdk/jdk8u-dev: 8231111: Cgroups v2: Rework Metrics in java.base so as to recognize unified hierarchy Message-ID: <68d18b30-3241-4765-9129-2533d96a9adb@openjdk.org> Changeset: c9007cd4 Author: Jonathan Dowland Date: 2022-12-05 04:14:16 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From sgehwolf at openjdk.org Mon Dec 5 13:53:51 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 5 Dec 2022 13:53:51 GMT Subject: git: openjdk/jdk8u-dev: 8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing Message-ID: Changeset: 21a12369 Author: Ao Qi Committer: Severin Gehwolf Date: 2022-12-05 13:51:02 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/21a123695dc17bd7618e9059ec9453bdec5318b0 8296480: java/security/cert/pkix/policyChanges/TestPolicy.java is failing Backport-of: b6ea69c06aca7f013e26596cebd039960c5b4d34 ! jdk/test/java/security/cert/pkix/policyChanges/TestPolicy.java From sgehwolf at openjdk.org Mon Dec 5 13:57:56 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 5 Dec 2022 13:57:56 GMT Subject: git: openjdk/jdk8u-dev: 8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException Message-ID: <9ae7f1c4-d29b-46b0-8cb2-5f630a97a525@openjdk.org> Changeset: 4388fa8e Author: Ao Qi Committer: Severin Gehwolf Date: 2022-12-05 13:53:20 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/4388fa8e9d00248dce0e1af7fa90e55eb74b43d6 8296485: BuildEEBasicConstraints.java test fails with SunCertPathBuilderException Reviewed-by: phh Backport-of: 520db1eeb18797c782ddfad90467e19bbdd424ac ! jdk/test/java/security/cert/CertPathBuilder/targetConstraints/BuildEEBasicConstraints.java From phh at openjdk.org Mon Dec 5 18:24:27 2022 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 5 Dec 2022 18:24:27 GMT Subject: git: openjdk/jdk8u-dev: 6829250: Reg test: java/awt/Toolkit/ScreenInsetsTest/ScreenInsetsTest.java fails in Windows Message-ID: Changeset: a983a003 Author: Joshua Cao Committer: Paul Hohensee Date: 2022-12-05 18:22:38 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From phh at openjdk.org Mon Dec 5 18:47:17 2022 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 5 Dec 2022 18:47:17 GMT Subject: git: openjdk/jdk8u-dev: 8296632: Write a test to verify the content change of TextArea sends TextEvent Message-ID: Changeset: 72269ee9 Author: Victor Rudometov Committer: Paul Hohensee Date: 2022-12-05 18:45:15 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From phh at openjdk.org Mon Dec 5 23:16:49 2022 From: phh at openjdk.org (Paul Hohensee) Date: Mon, 5 Dec 2022 23:16:49 GMT Subject: git: openjdk/jdk8u-dev: 8257620: Do not use objc_msgSend_stret to get macOS version Message-ID: Changeset: 2abc2062 Author: Ben Taylor Committer: Paul Hohensee Date: 2022-12-05 23:16:17 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From serb at openjdk.org Tue Dec 6 03:30:13 2022 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 6 Dec 2022 03:30:13 GMT Subject: git: openjdk/jdk8u-dev: 8284690: [macos] VoiceOver : Getting java.lang.IllegalArgumentException: Invalid location on Editable JComboBox Message-ID: <254e9d37-1f78-4c4f-800f-400bb7f66b8d@openjdk.org> Changeset: d13b8131 Author: Sergey Bylokhov Date: 2022-12-06 03:29:04 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From serb at openjdk.org Tue Dec 6 03:37:05 2022 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 6 Dec 2022 03:37:05 GMT Subject: git: openjdk/jdk8u-dev: 8296496: Overzealous check in sizecalc.h prevents large memory allocation Message-ID: Changeset: da681cf9 Author: Sergey Bylokhov Date: 2022-12-06 03:36:02 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/da681cf9103486eb33319349fa800e79241aea44 8296496: Overzealous check in sizecalc.h prevents large memory allocation Backport-of: 84e12244a4ff82b3307a5ffe6fbe9dded7b08d86 ! jdk/src/share/native/common/sizecalc.h From jdowland at openjdk.org Tue Dec 6 05:31:51 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Tue, 6 Dec 2022 05:31:51 GMT Subject: git: openjdk/jdk8u-dev: 8294767: 8u contains two copies of test/../FileUtils.java, one uses JDK9+ features Message-ID: Changeset: 2ad48cb3 Author: Jonathan Dowland Date: 2022-12-06 05:29:01 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From serb at openjdk.org Tue Dec 6 05:48:02 2022 From: serb at openjdk.org (Sergey Bylokhov) Date: Tue, 6 Dec 2022 05:48:02 GMT Subject: git: openjdk/jdk8u-dev: 8296957: One more cast in SAFE_SIZE_NEW_ARRAY2 Message-ID: <0a2b3c88-951a-4593-a426-61be7edaa626@openjdk.org> Changeset: 3f44b9bf Author: Sergey Bylokhov Date: 2022-12-06 05:44:47 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/3f44b9bfdd447c3cca889631e529ab57a1310e95 8296957: One more cast in SAFE_SIZE_NEW_ARRAY2 Backport-of: fb6c992f325981c42c7f75109a6c9db7ca8715d8 ! jdk/src/share/native/common/sizecalc.h From sgehwolf at openjdk.org Tue Dec 6 18:00:26 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Tue, 6 Dec 2022 18:00:26 GMT Subject: git: openjdk/jdk8u-dev: 8295952: Problemlist existing compiler/rtm tests also on x86 Message-ID: Changeset: 40e7b68f Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2022-12-06 17:55:49 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/40e7b68f2ed4bcba5c270856eadc15720a9d354e 8295952: Problemlist existing compiler/rtm tests also on x86 Reviewed-by: sgehwolf Backport-of: 3f2f128af6ec2f9097af7758bfd41aeaa4354d40 ! hotspot/test/ProblemList.txt From jdowland at openjdk.org Wed Dec 7 02:14:15 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Wed, 7 Dec 2022 02:14:15 GMT Subject: git: openjdk/jdk8u-dev: 8253714: [cgroups v2] Soft memory limit incorrectly using memory.high Message-ID: <999a5098-de0e-4d34-abad-1ee5e62d999b@openjdk.org> Changeset: 633acfab Author: Jonathan Dowland Date: 2022-12-07 02:10:48 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From sgehwolf at openjdk.org Wed Dec 7 15:04:20 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 7 Dec 2022 15:04:20 GMT Subject: git: openjdk/jdk8u-dev: 8253727: [cgroups v2] Memory and swap limits reported incorrectly Message-ID: <8a43a07e-0c88-47e4-81ac-74e9ce23742e@openjdk.org> Changeset: 97d00caf Author: Severin Gehwolf Date: 2022-12-07 15:03:28 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Thu Dec 8 20:23:34 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 8 Dec 2022 20:23:34 GMT Subject: git: openjdk/jdk8u-dev: 8237479: 8230305 causes slowdebug build failure Message-ID: <32d93d60-47e3-4be0-af00-6ed5847e7dd1@openjdk.org> Changeset: 362cf762 Author: Jonathan Dowland Date: 2022-12-08 20:20:54 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From sgehwolf at openjdk.org Mon Dec 12 09:44:48 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Mon, 12 Dec 2022 09:44:48 GMT Subject: git: openjdk/jdk8u-dev: 8298307: Enable hotspot/tier1 for 32-bit builds in GHA for 8u Message-ID: <1e284de2-b202-46be-a5e7-795c8ea0b1d3@openjdk.org> Changeset: c84a5b28 Author: Zdenek Zambersky Committer: Severin Gehwolf Date: 2022-12-12 09:42:32 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/c84a5b2857aacff54ad0bf31d4bdd3747451d92f 8298307: Enable hotspot/tier1 for 32-bit builds in GHA for 8u Reviewed-by: sgehwolf ! .github/workflows/submit.yml From jdowland at openjdk.org Mon Dec 12 14:11:11 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 12 Dec 2022 14:11:11 GMT Subject: git: openjdk/jdk8u-dev: 8239785: Cgroups: Incorrect detection logic on old systems in hotspot Message-ID: Changeset: 989d68f1 Author: Jonathan Dowland Date: 2022-12-12 14:09:53 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Mon Dec 12 20:10:03 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 12 Dec 2022 20:10:03 GMT Subject: git: openjdk/jdk8u-dev: 8244500: jtreg test error in test/hotspot/jtreg/containers/docker/TestMemoryAwareness.java Message-ID: <41651b45-0c25-42a1-a137-edf5988e8905@openjdk.org> Changeset: 4ab80ff5 Author: Jonathan Dowland Date: 2022-12-12 20:07:00 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Tue Dec 13 11:13:36 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Tue, 13 Dec 2022 11:13:36 GMT Subject: git: openjdk/jdk8u-dev: 8240189: [TESTBUG] Some cgroup tests are failing after JDK-8231111 Message-ID: <133c8933-b1d2-4d05-b4b3-0100a1c5b45f@openjdk.org> Changeset: 9cd39a40 Author: Jonathan Dowland Date: 2022-12-13 11:11:35 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From sgehwolf at openjdk.org Tue Dec 13 14:52:28 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Tue, 13 Dec 2022 14:52:28 GMT Subject: git: openjdk/jdk8u-dev: 8072770: [TESTBUG] Some Introspector tests fail with a Java heap bigger than 4GB Message-ID: Changeset: a318e006 Author: Ao Qi Committer: Severin Gehwolf Date: 2022-12-13 14:51:50 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Tue Dec 13 15:49:29 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Tue, 13 Dec 2022 15:49:29 GMT Subject: git: openjdk/jdk8u-dev: 8239559: Cgroups: Incorrect detection logic on some systems Message-ID: <600484d1-55fd-4526-8a54-501ae65fc741@openjdk.org> Changeset: b0826174 Author: Jonathan Dowland Date: 2022-12-13 15:45:35 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Tue Dec 13 19:31:35 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Tue, 13 Dec 2022 19:31:35 GMT Subject: git: openjdk/jdk8u-dev: 8197408: Bad pointer comparison and small cleanup in os_linux.cpp Message-ID: <7aa57742-28e9-4284-826e-b75d3a35c3bc@openjdk.org> Changeset: c7599bd2 Author: Jonathan Dowland Date: 2022-12-13 19:30:15 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From sgehwolf at openjdk.org Wed Dec 14 10:05:52 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Wed, 14 Dec 2022 10:05:52 GMT Subject: git: openjdk/jdk8u-dev: 8196196: Headful tests should not be run in headless mode Message-ID: <1688147d-e24f-4ca4-9c99-550b2b1e67fb@openjdk.org> Changeset: 537ff942 Author: Leslie Zhai Committer: Severin Gehwolf Date: 2022-12-14 10:05:07 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From andrew at openjdk.org Wed Dec 14 16:24:00 2022 From: andrew at openjdk.org (Andrew John Hughes) Date: Wed, 14 Dec 2022 16:24:00 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u362-b06 for changeset 53620b38 Message-ID: <9f692fb8-4792-4ffb-bc08-0b002a7b347f@openjdk.org> 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/commit/53620b38d3d46344b5d5e9deb017a234828ead28 From jdowland at openjdk.org Thu Dec 15 09:58:53 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 15 Dec 2022 09:58:53 GMT Subject: git: openjdk/jdk8u-dev: 8278951: containers/cgroup/PlainRead.java fails on Ubuntu 21.10 Message-ID: Changeset: 5b01ebb6 Author: Jonathan Dowland Date: 2022-12-15 09:56:25 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Thu Dec 15 10:58:15 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 15 Dec 2022 10:58:15 GMT Subject: git: openjdk/jdk8u-dev: 8252359: HotSpot Not Identifying it is Running in a Container Message-ID: <01df0273-9b46-4607-8514-3f26ea9cbadc@openjdk.org> Changeset: d9db01cc Author: Jonathan Dowland Date: 2022-12-15 10:54:24 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Thu Dec 15 13:48:56 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 15 Dec 2022 13:48:56 GMT Subject: git: openjdk/jdk8u-dev: 8253435: Cgroup: 'stomping of _mount_path' crash if manually mounted cpusets exist Message-ID: <2852f106-be67-4634-aff3-d47cb8e5918b@openjdk.org> Changeset: 2bee6454 Author: Jonathan Dowland Date: 2022-12-15 13:46:36 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Thu Dec 15 14:58:57 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 15 Dec 2022 14:58:57 GMT Subject: git: openjdk/jdk8u-dev: 8245543: Cgroups: Incorrect detection logic on some systems (still reproducible) Message-ID: Changeset: d2df91dc Author: Jonathan Dowland Date: 2022-12-15 14:58:16 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Thu Dec 15 18:04:08 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 15 Dec 2022 18:04:08 GMT Subject: git: openjdk/jdk8u-dev: 8253939: [TESTBUG] Increase coverage of the cgroups detection code Message-ID: Changeset: 4dfc7421 Author: Jonathan Dowland Date: 2022-12-15 18:01:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Thu Dec 15 18:24:48 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Thu, 15 Dec 2022 18:24:48 GMT Subject: git: openjdk/jdk8u-dev: 8253797: [cgroups v2] Account for the fact that swap accounting is disabled on some systems Message-ID: Changeset: b2619cf5 Author: Jonathan Dowland Date: 2022-12-15 18:22:37 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Fri Dec 16 10:09:08 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Fri, 16 Dec 2022 10:09:08 GMT Subject: git: openjdk/jdk8u-dev: 8254001: [Metrics] Enhance parsing of cgroup interface files for version detection Message-ID: <779fc229-4890-4748-8aa7-54570890113e@openjdk.org> Changeset: 1b04ffe9 Author: Jonathan Dowland Date: 2022-12-16 10:07:48 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Fri Dec 16 10:46:59 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Fri, 16 Dec 2022 10:46:59 GMT Subject: git: openjdk/jdk8u-dev: 8262379: Add regression test for JDK-8257746 Message-ID: <3d6e9e2c-b284-4af9-867e-43c1cdfb96e7@openjdk.org> Changeset: d7b14be2 Author: Jonathan Dowland Date: 2022-12-16 10:44:50 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/d7b14be2b944d528679cdc447357dfda82fe3238 8262379: Add regression test for JDK-8257746 Reviewed-by: sgehwolf Backport-of: 4c9adce20d114a3df629fa8c72d88795039ae69a ! jdk/test/jdk/internal/platform/cgroup/TestCgroupSubsystemFactory.java From jdowland at openjdk.org Fri Dec 16 11:37:24 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Fri, 16 Dec 2022 11:37:24 GMT Subject: git: openjdk/jdk8u-dev: 8291570: [TESTBUG] Part of JDK-8250984 absent from 11u Message-ID: Changeset: d039c8de Author: Jonathan Dowland Date: 2022-12-16 11:34:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/commit/d039c8de57bc9ed2263538189547082aee05e599 8291570: [TESTBUG] Part of JDK-8250984 absent from 11u Reviewed-by: andrew Backport-of: 2f0f34ce4cbe0f51a1bcc3145eb4d7ade9287d5d ! hotspot/test/runtime/containers/cgroup/PlainRead.java From jdowland at openjdk.org Fri Dec 16 14:32:26 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Fri, 16 Dec 2022 14:32:26 GMT Subject: git: openjdk/jdk8u-dev: 8252957: Wrong comment in CgroupV1Subsystem::cpu_quota Message-ID: Changeset: 0662db27 Author: Jonathan Dowland Date: 2022-12-16 14:30:24 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Fri Dec 16 17:00:07 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Fri, 16 Dec 2022 17:00:07 GMT Subject: git: openjdk/jdk8u-dev: 8266391: Replace use of reflection in jdk.internal.platform.Metrics Message-ID: <444e56c5-7efb-4418-8470-949af61e42cb@openjdk.org> Changeset: 99ff02e4 Author: Jonathan Dowland Date: 2022-12-16 16:57:19 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From phh at openjdk.org Sun Dec 18 16:44:50 2022 From: phh at openjdk.org (Paul Hohensee) Date: Sun, 18 Dec 2022 16:44:50 GMT Subject: git: openjdk/jdk8u-dev: 8254717: isAssignableFrom checks in KeyFactorySpi.engineGetKeySpec appear to be backwards Message-ID: Changeset: d6101df2 Author: Paul Hohensee Date: 2022-12-18 16:43:41 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Mon Dec 19 09:22:41 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 19 Dec 2022 09:22:41 GMT Subject: git: openjdk/jdk8u-dev: 8284756: [11u] Remove unused isUseContainerSupport in CgroupV1Subsystem Message-ID: Changeset: 9f76da9c Author: Jonathan Dowland Date: 2022-12-19 09:20:32 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Mon Dec 19 11:13:40 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 19 Dec 2022 11:13:40 GMT Subject: git: openjdk/jdk8u-dev: 8284102: [TESTBUG] [11u] Retroactively add regression test for JDK-8272124 Message-ID: <1af1ad9e-2a60-4c10-bf35-480990b12d32@openjdk.org> Changeset: 06546d78 Author: Jonathan Dowland Date: 2022-12-19 11:12:23 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From ksrini at openjdk.org Mon Dec 19 15:47:07 2022 From: ksrini at openjdk.org (Kumar Srinivasan) Date: Mon, 19 Dec 2022 15:47:07 GMT Subject: git: openjdk/jdk8u-dev: 8234484: Add ability to configure third port for remote JMX Message-ID: <3d4934f9-3aa8-41d2-939d-1d4f2580227e@openjdk.org> Changeset: 78cdc41a Author: Vyom Tewari Committer: Kumar Srinivasan Date: 2022-12-19 15:46:17 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From jdowland at openjdk.org Mon Dec 19 16:32:04 2022 From: jdowland at openjdk.org (Jonathan Dowland) Date: Mon, 19 Dec 2022 16:32:04 GMT Subject: git: openjdk/jdk8u-dev: 8292083: Detected container memory limit may exceed physical machine memory Message-ID: <8f8a5cd9-264f-4263-853e-64ed28bb945b@openjdk.org> Changeset: b4ef3d33 Author: Jonathan Dowland Date: 2022-12-19 16:30:48 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From andrew at openjdk.org Thu Dec 22 01:00:08 2022 From: andrew at openjdk.org (Andrew John Hughes) Date: Thu, 22 Dec 2022 01:00:08 GMT Subject: git: openjdk/jdk8u: 8296715: CLDR v42 update for tzdata 2022f Message-ID: <6d8d6da9-a88d-4807-820c-101b11b6cbb2@openjdk.org> Changeset: 518047d8 Author: Andrew John Hughes Date: 2022-12-22 00:57:38 +0000 URL: https://git.openjdk.org/jdk8u/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 From andrew at openjdk.org Thu Dec 22 01:10:38 2022 From: andrew at openjdk.org (Andrew John Hughes) Date: Thu, 22 Dec 2022 01:10:38 GMT Subject: git: openjdk/jdk8u: 8297804: (tz) Update Timezone Data to 2022g Message-ID: <9065cbf8-d0c3-4049-8853-fa10d6917ce1@openjdk.org> Changeset: c961cb9f Author: Andrew John Hughes Date: 2022-12-22 01:07:55 +0000 URL: https://git.openjdk.org/jdk8u/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 From sgehwolf at openjdk.org Fri Dec 23 09:47:44 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 23 Dec 2022 09:47:44 GMT Subject: git: openjdk/jdk8u-dev: 8284977: MetricsTesterCgroupV2.getLongValueEntryFromFile fails when named value doesn't exist Message-ID: <0b1a1918-23c8-40a1-ba2b-992508c33745@openjdk.org> Changeset: b4a745d2 Author: Kurashige Taizo Committer: Severin Gehwolf Date: 2022-12-23 09:46:29 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From yan at openjdk.org Fri Dec 23 13:16:27 2022 From: yan at openjdk.org (Yuri Nesterenko) Date: Fri, 23 Dec 2022 13:16:27 GMT Subject: git: openjdk/jdk8u-dev: 8297996: [8u] generated images are broken due to renaming of MSVC runtime DLL's Message-ID: <4de5e14f-5acb-4ff0-b971-0a2db6b713f3@openjdk.org> Changeset: 47090d6f Author: Alexey Pavlyutkin Committer: Yuri Nesterenko Date: 2022-12-23 13:15:25 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From sgehwolf at openjdk.org Fri Dec 23 17:58:02 2022 From: sgehwolf at openjdk.org (Severin Gehwolf) Date: Fri, 23 Dec 2022 17:58:02 GMT Subject: git: openjdk/jdk8u: 8280890: Cannot use '-Djava.system.class.loader' with class loader in signed JAR Message-ID: <671eb5d4-3839-4336-819e-9400a1e75ce8@openjdk.org> Changeset: ebc5e190 Author: Severin Gehwolf Date: 2022-12-23 17:55:05 +0000 URL: https://git.openjdk.org/jdk8u/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 From phh at openjdk.org Tue Dec 27 20:30:20 2022 From: phh at openjdk.org (Paul Hohensee) Date: Tue, 27 Dec 2022 20:30:20 GMT Subject: git: openjdk/jdk8u-dev: 8229182: [TESTBUG] runtime/containers/docker/TestMemoryAwareness.java test fails on SLES12 Message-ID: <40748b9f-ce5e-4a1e-98a5-f6953aa0174b@openjdk.org> Changeset: c5751e60 Author: Dan Lutker Committer: Paul Hohensee Date: 2022-12-27 20:28:27 +0000 URL: https://git.openjdk.org/jdk8u-dev/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 From andrew at openjdk.org Thu Dec 29 18:37:34 2022 From: andrew at openjdk.org (Andrew John Hughes) Date: Thu, 29 Dec 2022 18:37:34 GMT Subject: git: openjdk/jdk8u: Added tag jdk8u362-b07 for changeset ebc5e190 Message-ID: <000c95a6-99ea-4166-8d93-dad0dfcedeb8@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/commit/ebc5e190ac7a3b0c143451105d9f9b7d9e780a4b