From snazarki at openjdk.org Mon Sep 2 11:46:01 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Mon, 2 Sep 2024 11:46:01 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 51 new changesets Message-ID: <74206e75-2367-4502-9834-b2b3686966ca@openjdk.org> Changeset: db860f0c Branch: master Author: Robert Toyonaga Committer: Severin Gehwolf Date: 2024-05-29 08:28:26 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/db860f0cf8bd5b47516508be170f930710e5e396 8326529: JFR: Test for CompilerCompile events fails due to time out Reviewed-by: sgehwolf Backport-of: 4dd6c44cbdb0b5957414fa87b6c559fa4d6f2fa8 ! jdk/test/jdk/jfr/event/compiler/TestCompilerCompile.java Changeset: 663ecc70 Branch: master Author: Andrew John Hughes Date: 2024-05-31 15:37:07 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/663ecc703dd8526178e3aab0036ddeac8767ff0f 8333126: Bump update version of OpenJDK: 8u432 Reviewed-by: sgehwolf ! .jcheck/conf ! common/autoconf/version-numbers Changeset: 9a7aa794 Branch: master Author: Zdenek Zambersky Date: 2024-06-06 12:11:50 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9a7aa794506ded4771d8a29356c20f7c0c6e8327 8333669: [8u] GHA: Dead VS2010 download link Reviewed-by: sgehwolf ! .github/workflows/submit.yml ! make/conf/test-dependencies Changeset: 9da73809 Branch: master Author: Zdenek Zambersky Date: 2024-06-06 13:13:55 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9da7380962e4532c880235c1dc74c9333a1b52f1 8331730: [8u] GHA: update sysroot for cross builds to Debian bullseye Reviewed-by: serb ! .github/workflows/submit.yml Changeset: 8892b817 Branch: master Author: Robert Toyonaga Committer: Severin Gehwolf Date: 2024-06-06 15:37:39 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/8892b817af1b25520b05608a30ea539dd0c0b25f 8326521: JFR: CompilerPhase event test fails on windows 32 bit Reviewed-by: sgehwolf Backport-of: 96530bcc07514c3eda40fd6ffa74f197fe541dea ! jdk/test/jdk/jfr/event/compiler/TestCompilerPhase.java Changeset: 61dde502 Branch: master Author: SendaoYan Committer: Severin Gehwolf Date: 2024-06-07 15:25:28 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/61dde50292198f9f35f906eef00b1fd002a19074 8333724: Problem list security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java#teliasonerarootcav1 Reviewed-by: sgehwolf Backport-of: 8ffc35d117846a7a2aa08afed662273d2f887770 ! jdk/test/ProblemList.txt Changeset: 0357abbf Branch: master Author: fitzsim Committer: Andrew John Hughes Date: 2024-06-12 19:31:59 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/0357abbfe41fc3dc244c30e48f8f9193219ea406 8324632: Update Zlib Data Compression Library to Version 1.3.1 8315117: Update Zlib Data Compression Library to Version 1.3 8326351: Update the Zlib version in open/src/java.base/share/legal/zlib.md to 1.3.1 Reviewed-by: sgehwolf, andrew Backport-of: 6aa721649d870354a79c3508343b14222e0edcfb ! THIRD_PARTY_README ! corba/THIRD_PARTY_README ! hotspot/THIRD_PARTY_README ! jaxp/THIRD_PARTY_README ! jaxws/THIRD_PARTY_README ! jdk/THIRD_PARTY_README ! jdk/src/share/native/java/util/zip/zlib/ChangeLog ! 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/deflate.c ! jdk/src/share/native/java/util/zip/zlib/deflate.h ! jdk/src/share/native/java/util/zip/zlib/gzclose.c ! 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/inffast.h ! jdk/src/share/native/java/util/zip/zlib/inflate.c ! 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/zadler32.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 ! langtools/THIRD_PARTY_README ! nashorn/THIRD_PARTY_README Changeset: bfb1a7d1 Branch: master Author: Kazuhisa Takakuri Committer: Andrew John Hughes Date: 2024-06-13 23:35:09 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/bfb1a7d1e34ed2e0e88e67a5f77410de097fc489 4660158: TTY: NumberFormatException while trying to set values by 'set' command Reviewed-by: andrew Backport-of: 6c4e462b47983509cea416c001982559edf53b59 ! jdk/src/share/classes/com/sun/tools/example/debug/expr/Expr.jj ! jdk/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java ! jdk/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserConstants.java ! jdk/src/share/classes/com/sun/tools/example/debug/expr/ExpressionParserTokenManager.java = jdk/src/share/classes/com/sun/tools/example/debug/expr/JavaCharStream.java ! jdk/src/share/classes/com/sun/tools/example/debug/expr/LValue.java ! jdk/src/share/classes/com/sun/tools/example/debug/expr/ParseException.java ! jdk/src/share/classes/com/sun/tools/example/debug/expr/Token.java ! jdk/src/share/classes/com/sun/tools/example/debug/expr/TokenMgrError.java + jdk/test/com/sun/jdi/JdbExprTest.sh Changeset: 68386057 Branch: master Author: Sergey Bylokhov Date: 2024-06-17 00:43:44 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/683860572c87e9c89ba7de45264c1d32b195db8c 8311666: Disabled tests in test/jdk/sun/java2d/marlin Reviewed-by: andrew Backport-of: b285ed72aebe2d802fa9c071372cea6c09870b9a ! jdk/test/sun/pisces/ScaleTest.java ! jdk/test/sun/pisces/StrokeShapeTest.java ! jdk/test/sun/pisces/ThinLineTest.java Changeset: 6abb3f27 Branch: master Author: Kazuhisa Takakuri Committer: Paul Hohensee Date: 2024-06-17 17:57:59 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/6abb3f27b9a535f741c7d3a8dfa0d6b811263a9e 8035395: sun/management/jmxremote/startstop/JMXStartStopTest.java fails intermittently: Port already in use Reviewed-by: phh, andrew Backport-of: 70f2238ba9a81ba0bb3fe6cbd98a553009992ecb ! jdk/test/sun/management/jmxremote/startstop/JMXStartStopTest.java Changeset: b1e2ea81 Branch: master Author: Zdenek Zambersky Date: 2024-06-24 08:03:31 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b1e2ea81f45d9b144e1de8d16b2b698f1788d4d7 8279164: Disable TLS_ECDH_* cipher suites Reviewed-by: sgehwolf, andrew, mbalao Backport-of: 5dddf69319480251cdc904cf7a1d4fcd81573bb8 ! jdk/src/share/lib/security/java.security-aix ! jdk/src/share/lib/security/java.security-linux ! jdk/src/share/lib/security/java.security-macosx ! jdk/src/share/lib/security/java.security-solaris ! jdk/src/share/lib/security/java.security-windows ! jdk/test/javax/net/ssl/ciphersuites/DisabledAlgorithms.java ! jdk/test/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java Changeset: b499ea7e Branch: master Author: Kazuhisa Takakuri Committer: Zdenek Zambersky Date: 2024-06-25 11:05:35 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b499ea7ec2ffb2211a67d38b3bd689a77866cb0d 8030204: com/sun/jdi/JdbExprTest.sh: Required output "Can\\'t convert 2147483648 to int" not found Reviewed-by: andrew, zzambers Backport-of: 4799040e87ad97963e8d089d4338d429b1f7b0d1 ! jdk/test/com/sun/jdi/JdbExprTest.sh Changeset: a0715ab4 Branch: master Author: Kazuhisa Takakuri Committer: Paul Hohensee Date: 2024-06-27 13:52:33 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/a0715ab4bc71642203324a2c06774aacee35fda7 8238274: (sctp) JDK-7118373 is not fixed for SctpChannel Reviewed-by: phh, andrew Backport-of: d91e227abb94953129adc297fbd456c55bb2ae10 ! jdk/src/solaris/classes/sun/nio/ch/sctp/SctpChannelImpl.java ! jdk/src/solaris/classes/sun/nio/ch/sctp/SctpMultiChannelImpl.java ! jdk/src/solaris/classes/sun/nio/ch/sctp/SctpServerChannelImpl.java + jdk/test/com/sun/nio/sctp/SctpChannel/CloseDescriptors.java Changeset: 44eac487 Branch: master Author: Kazuhisa Takakuri Committer: Paul Hohensee Date: 2024-06-27 17:44:26 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/44eac48705dd89f20cda5c4384cbecf417555eb1 8137329: [windows] Build broken on VS2010 after "8046148: JEP 158: Unified JVM Logging" Reviewed-by: stuefe, andrew Backport-of: 6c113577e63d359a78ed72e5f37919da26b2f20d ! hotspot/src/share/vm/utilities/globalDefinitions_visCPP.hpp Changeset: 385e34d8 Branch: master Author: Francisco Ferrari Bihurriet Committer: Martin Balao Date: 2024-06-28 16:03:10 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/385e34d860965a77df355edfd8c1d99af5afe38c 8262017: C2: assert(n != __null) failed: Bad immediate dominator info. 8205407: [windows, vs<2017] C4800 after 8203197 Reviewed-by: mbalao, roland Backport-of: 2db9005c07585b580b3ec0889b8b5e3ed0d0ca6a ! hotspot/make/windows/makefiles/compile.make ! hotspot/src/share/vm/opto/addnode.cpp ! hotspot/src/share/vm/opto/addnode.hpp ! hotspot/src/share/vm/opto/loopTransform.cpp + hotspot/test/compiler/rangechecks/TestRangeCheckLimits.java Changeset: 54f7734c Branch: master Author: Martin Balao Date: 2024-07-01 19:07:08 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/54f7734c7cea3a20d49103c4387ed9023992e5a6 8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL Reviewed-by: andrew, roland Backport-of: cc894d849aa5f730d5a806acfc7a237cf5170af1 ! hotspot/src/share/vm/opto/addnode.cpp ! hotspot/src/share/vm/opto/addnode.hpp ! hotspot/src/share/vm/opto/classes.hpp ! hotspot/src/share/vm/opto/connode.cpp ! hotspot/src/share/vm/opto/connode.hpp ! hotspot/src/share/vm/opto/loopTransform.cpp ! hotspot/src/share/vm/opto/macro.cpp ! hotspot/src/share/vm/opto/node.hpp ! hotspot/src/share/vm/opto/phaseX.cpp ! hotspot/src/share/vm/runtime/vmStructs.cpp + hotspot/test/compiler/loopopts/TestUnrollLimitPreciseType.java Changeset: 16ea85b5 Branch: master Author: Francisco Ferrari Bihurriet Committer: Martin Balao Date: 2024-07-03 23:36:15 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/16ea85b54115073c6c22377b817878fe112b2100 8335552: [8u] JDK-8303466 backport to 8u requires 3 ::Identity signature fixes Reviewed-by: mbalao, roland, andrew Backport-of: 8efb3ab7c1cf0164237c50d60c4cd564b3d6a897 ! hotspot/src/share/vm/opto/addnode.cpp ! hotspot/src/share/vm/opto/addnode.hpp ! hotspot/src/share/vm/opto/connode.cpp ! hotspot/src/share/vm/opto/connode.hpp Changeset: c8eb027b Branch: master Author: Francisco Ferrari Bihurriet Committer: Andrew John Hughes Date: 2024-07-05 14:39:35 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/c8eb027b59dbb12150a1edd926b14fc2f6753bbd 8075511: Enable -Woverloaded-virtual C++ warning for HotSpot build Reviewed-by: andrew Backport-of: 8efb3ab7c1cf0164237c50d60c4cd564b3d6a897 ! hotspot/make/linux/makefiles/gcc.make Changeset: ddce2b5d Branch: master Author: Chad Rakoczy Committer: Paul Hohensee Date: 2024-07-08 19:19:20 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/ddce2b5d39cb780c84d0c4d3bf01df2fe5d3d989 8299677: Formatter.format might take a long time to format an integer or floating-point Reviewed-by: shade, phh, andrew Backport-of: 33412c102ce799ff2de3512df77e6e07d76acd36 ! jdk/src/share/classes/java/util/Formatter.java + jdk/test/java/util/Formatter/Padding.java Changeset: fc15e99a Branch: master Author: Robert Toyonaga Committer: Severin Gehwolf Date: 2024-07-09 15:51:44 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/fc15e99a3218a88434c27da1d7d09a01c592d8f9 8305931: jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java failed with "Expected chains but found none" Reviewed-by: stuefe Backport-of: 65be5e0c547d74ca7de288b164aa9bd6d6855685 ! jdk/test/jdk/jfr/jcmd/TestJcmdDumpPathToGCRoots.java Changeset: 21e4278a Branch: master Author: Kazuhisa Takakuri Committer: Andrew John Hughes Date: 2024-07-18 17:31:13 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/21e4278aeed3db5eec63679ee1417c3407daf8e7 8320964: sun/tools/native2ascii/Native2AsciiTests.sh fails on Japanese Reviewed-by: phh, andrew ! jdk/test/sun/tools/native2ascii/Native2AsciiTests.sh Changeset: f231e27d Branch: master Author: Justin Lu Committer: Lance Andersen Date: 2024-07-18 20:01:43 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/f231e27d90dd282355b5776653af20ca04f75591 8330415: Update system property for Java SE specification maintenance version Reviewed-by: lancea, iris Backport-of: bda97a28e0d0830b3c07b33482c4d6a99524af99 ! jdk/src/share/native/java/lang/System.c Changeset: 765bd89b Branch: master Author: Zdenek Zambersky Date: 2024-07-22 21:51:08 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/765bd89b6c3dd12f9248d8626884103f58cbaa5a 8318039: GHA: Bump macOS and Xcode versions Reviewed-by: sgehwolf, andrew Backport-of: 605c9767291ddf1c409c3e805ffb3182899d06c2 ! .github/workflows/submit.yml Changeset: c8d52b07 Branch: master Author: Alexander Zvegintsev Date: 2024-07-23 11:41:05 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/c8d52b07e18552105d653667e003c566db33e5dc 8307779: Relax the java.awt.Robot specification Reviewed-by: prr Backport-of: c0a876a5c06e54e2c4c7df8c44ebd9e6151e7dac ! jdk/src/share/classes/java/awt/Robot.java Changeset: 0e7148db Branch: master Author: Andrew John Hughes Date: 2024-07-27 19:01:04 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/0e7148dbfab4b01bdcb615eb2e8d217a47d6874e Merge Changeset: 284a46b5 Branch: master Author: Sergey Nazarkin Date: 2024-08-30 12:29:53 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/284a46b5f481e63f03a7ad6a352588823f6e4e5c Merge tag 'jdk8u432-b01' ! .jcheck/conf ! hotspot/make/linux/makefiles/gcc.make ! .jcheck/conf ! hotspot/make/linux/makefiles/gcc.make Changeset: 047b08a8 Branch: master Author: George Adams Date: 2024-08-13 14:56:32 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/047b08a891d837efb925448b6334679f772ef0e5 8324723: GHA: Upgrade some actions to avoid deprecated Node 16 8315863: [GHA] Update checkout action to use v4 Reviewed-by: sgehwolf, zzambers Backport-of: f2565a6c6f26e84d8e5eede39c0f3a50be5d579f ! .github/workflows/submit.yml Changeset: d4adbe33 Branch: master Author: Martin Balao Date: 2024-08-13 14:58:08 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/d4adbe339c3dd09a7f431da2c909b03560c6579e 8152207: Perform array bound checks while getting a length of bytecode instructions Reviewed-by: sgehwolf, phh Backport-of: 68c8a74fbe25918ec50711ce10eff65afcc73b93 ! hotspot/src/share/vm/interpreter/bytecodes.hpp ! jdk/src/share/native/common/check_code.c Changeset: 09bab6e4 Branch: master Author: Alexey Bakhtin Date: 2024-08-13 17:07:53 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/09bab6e4c31531975ab6461832d4618dc9759ca9 8145919: sun/management/jmxremote/bootstrap/RmiSslBootstrapTest failed with Connection failed for no credentials Reviewed-by: phh Backport-of: ee5b32591130f560b90ec2cea7ab40d0612ecb8d ! jdk/test/sun/management/jmxremote/bootstrap/management_ssltest07_ok.properties.in + jdk/test/sun/management/jmxremote/bootstrap/ssl/Readme.txt ! jdk/test/sun/management/jmxremote/bootstrap/ssl/keystore ! jdk/test/sun/management/jmxremote/bootstrap/ssl/truststore Changeset: b4fc8e71 Branch: master Author: Andrew John Hughes Date: 2024-08-14 15:35:02 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b4fc8e711c5953823e687f8cc133aac5e8fdd577 8337312: [8u] Windows x86 VS2010 build broken by JDK-8320097 Reviewed-by: phh ! jdk/src/share/native/sun/java2d/loops/TransformHelper.c Changeset: 4106121e Branch: master Author: Andrew John Hughes Date: 2024-08-14 15:50:20 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4106121e0ae42d644e45c6eab9037874110ed670 8281096: Flags introduced by configure script are not passed to ADLC build Reviewed-by: stuefe, zzambers, sgehwolf ! .github/workflows/submit.yml ! common/autoconf/flags.m4 ! common/autoconf/generated-configure.sh ! common/autoconf/hotspot-spec.gmk.in ! hotspot/make/aix/makefiles/adlc.make ! hotspot/make/bsd/makefiles/adlc.make ! hotspot/make/linux/makefiles/adlc.make ! hotspot/make/solaris/makefiles/adlc.make Changeset: 4538bba3 Branch: master Author: SendaoYan Committer: Sergey Bylokhov Date: 2024-08-16 22:46:46 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4538bba37c61982e3122dbf83fa2ea5c70434641 8335851: [8u] Test JMXStartStopTest.java fails after JDK-8334415 Reviewed-by: serb ! jdk/test/sun/management/jmxremote/startstop/JMXStartStopTest.java Changeset: fb0a658d Branch: master Author: SendaoYan Committer: Sergey Bylokhov Date: 2024-08-16 22:54:22 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/fb0a658dd5dc417fa4ce74b17d10c507ed6bc66f 8335894: [8u] Fix SupplementalJapaneseEraTest.java for jdks with symlinked conf dir Reviewed-by: serb ! jdk/test/java/util/Calendar/SupplementalJapaneseEraTest.java Changeset: 9b822025 Branch: master Author: Sergey Nazarkin Date: 2024-08-30 12:31:21 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9b822025664178401832dd1bd002d328b75c0bb6 Merge tag 'jdk8u432-b02' ! common/autoconf/generated-configure.sh ! hotspot/src/share/vm/interpreter/bytecodes.hpp ! common/autoconf/generated-configure.sh ! hotspot/src/share/vm/interpreter/bytecodes.hpp Changeset: ea76f37d Branch: master Author: Andrew John Hughes Date: 2024-08-17 10:21:08 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/ea76f37ddb113b84f5421d64e687e1b6b7a13ea6 8338144: [8u] Remove duplicate license files Reviewed-by: phh, serb - corba/ASSEMBLY_EXCEPTION - corba/LICENSE - corba/THIRD_PARTY_README - hotspot/ASSEMBLY_EXCEPTION - hotspot/LICENSE - hotspot/THIRD_PARTY_README - jaxp/ASSEMBLY_EXCEPTION - jaxp/LICENSE - jaxp/THIRD_PARTY_README - jaxws/ASSEMBLY_EXCEPTION - jaxws/LICENSE - jaxws/THIRD_PARTY_README - jdk/ASSEMBLY_EXCEPTION - jdk/LICENSE - jdk/THIRD_PARTY_README ! jdk/make/Images.gmk - langtools/ASSEMBLY_EXCEPTION - langtools/LICENSE - langtools/THIRD_PARTY_README - nashorn/ASSEMBLY_EXCEPTION - nashorn/LICENSE - nashorn/THIRD_PARTY_README Changeset: 1ca84ad5 Branch: master Author: Karm Michal Babacek Committer: Severin Gehwolf Date: 2024-08-19 08:30:51 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/1ca84ad59a4db33ab43cebc7d78ee99f87455be1 8305400: ISO 4217 Amendment 175 Update Reviewed-by: sgehwolf Backport-of: 8c243a33b290f5e747ee227f005d30260e6d846f ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/test/java/util/Currency/tablea1.txt Changeset: edbdf053 Branch: master Author: Zdenek Zambersky Date: 2024-08-19 10:19:31 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/edbdf0538df3fe764ea6a109c3e07cb145dbfe48 8336928: GHA: Bundle artifacts removal broken Reviewed-by: sgehwolf Backport-of: 98562166e4a4c8921709014423c6cbc993aa0d97 ! .github/workflows/submit.yml Changeset: 439e9104 Branch: master Author: Karm Michal Babacek Committer: Severin Gehwolf Date: 2024-08-20 16:39:36 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/439e910420ab9e1ca7c4645bb20634bc7cdbbe57 8321480: ISO 4217 Amendment 176 Update Reviewed-by: sgehwolf Backport-of: ea06b5c966e9261cacb35300ddde6eae48ec632f ! jdk/make/src/classes/build/tools/generatecurrencydata/GenerateCurrencyData.java ! 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 Changeset: 2afd9188 Branch: master Author: Sergey Bylokhov Date: 2024-08-21 00:02:16 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/2afd9188fa17d748dca15bcdc1f39bdb1c6dfca9 8221903: PIT: javax/swing/RepaintManager/IconifyTest/IconifyTest.java fails on ubuntu18.04 Reviewed-by: aph Backport-of: ae60ed6f0517465bbd164f600c3bccf25d6bb35a ! jdk/test/javax/swing/RepaintManager/IconifyTest/IconifyTest.java Changeset: 8b28c35f Branch: master Author: Sergey Bylokhov Date: 2024-08-21 00:08:53 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/8b28c35f2efe5f4d6bd2f4e36720ca6a529836dd 8264328: Broken license in javax/swing/JComboBox/8072767/bug8072767.java Reviewed-by: sgehwolf Backport-of: 6678b01c576532a393272dc74d87b6c180a869e7 ! jdk/test/javax/swing/JComboBox/8072767/bug8072767.java Changeset: 4c9c5a42 Branch: master Author: Sergey Bylokhov Date: 2024-08-21 00:18:13 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4c9c5a4275550fee0dbf46697255c147a8dc98b6 8327007: javax/swing/JSpinner/8008657/bug8008657.java fails Reviewed-by: sgehwolf Backport-of: b7540df6a4279c63e69d32b9d9834f7a427478d1 ! jdk/test/javax/swing/JSpinner/8008657/bug8008657.java Changeset: 855480b9 Branch: master Author: Sergey Bylokhov Date: 2024-08-21 00:24:43 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/855480b9336976cfdeea6ff5f57a712e4119e61a 8334905: [8u] The test java/awt/Mixing/AWT_Mixing/JButtonOverlapping.java started to fail after 8159690 Reviewed-by: phh ! jdk/test/java/awt/Mixing/AWT_Mixing/JButtonOverlapping.java Changeset: 4fe22e82 Branch: master Author: Sergey Bylokhov Date: 2024-08-21 00:35:13 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4fe22e82ebd3640c7999e094903874c9ac7f2391 6544871: java/awt/event/KeyEvent/KeyTyped/CtrlASCII.html fails from jdk b09 on windows. Backport-of: 791267a0961353693ad6a92d888675b2e2837edc ! jdk/test/java/awt/event/KeyEvent/KeyTyped/CtrlASCII.java Changeset: 933c78eb Branch: master Author: SendaoYan Committer: Severin Gehwolf Date: 2024-08-21 08:47:26 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/933c78ebd5be5aedc2181b95917933dffe7e279c 8309138: Fix container tests for jdks with symlinked conf dir Reviewed-by: phh, sgehwolf Backport-of: c1bb926f4d5eaf49777f93b9f8788db243bba83b ! hotspot/test/testlibrary/com/oracle/java/testlibrary/DockerTestUtils.java ! test/lib/jdk/test/lib/containers/docker/DockerTestUtils.java Changeset: 5c7f201a Branch: master Author: Adam Farley Committer: Severin Gehwolf Date: 2024-08-21 09:43:47 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/5c7f201af69a500b06a345f84a5b1ce550b605b2 8021775: compiler/8009761/Test8009761.java "Failed: init recursive calls: 51. After deopt 50" Reimplemented the test using the Whitebox API to deterministically trigger compilation and deoptimization. Now allowing number of recursive calls to vary by 1. Reviewed-by: sgehwolf Backport-of: 1ed4c8394859f6c36e165c4f59a6b5c9fbd793ee ! hotspot/test/TEST.groups ! hotspot/test/compiler/8009761/Test8009761.java Changeset: 8867d017 Branch: master Author: Yuri Nesterenko Date: 2024-08-21 10:47:31 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/8867d017b18ad7cd8842b9324c5c031a44a58064 8193682: Infinite loop in ZipOutputStream.close() Reviewed-by: sgehwolf Backport-of: 1e9ed54d362b8c57be5fbbac2de5afbd0f05435f ! jdk/src/share/classes/java/util/zip/DeflaterOutputStream.java ! jdk/src/share/classes/java/util/zip/GZIPOutputStream.java ! jdk/src/share/classes/java/util/zip/ZipOutputStream.java + jdk/test/java/util/zip/CloseDeflaterTest.java Changeset: fc33f51c Branch: master Author: Sergey Bylokhov Date: 2024-08-21 18:23:29 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/fc33f51c24d21e30a73ce3a70ba961651b483672 8266248: Compilation failure in PLATFORM_API_MacOSX_MidiUtils.c with Xcode 12.5 Reviewed-by: sgehwolf Backport-of: dedddd5ab2e39a30a039d24f629a7974048b0923 ! jdk/src/macosx/native/com/sun/media/sound/PLATFORM_API_MacOSX_MidiUtils.c Changeset: aa443466 Branch: master Author: Sergey Bylokhov Date: 2024-08-21 18:39:45 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/aa443466bbe5f8326ab595ef9f4a2fa9919250e9 7188098: TEST_BUG: closed/javax/sound/midi/Synthesizer/Receiver/bug6186488.java fails Backport-of: c640fe42c2b5e6668a2a875678be44443942c868 ! jdk/test/javax/sound/midi/Synthesizer/Receiver/bug6186488.java Changeset: 9a426ad4 Branch: master Author: Sergey Bylokhov Date: 2024-08-21 22:49:05 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9a426ad460815f2637d53df37b27b68e64d5b75b 8318951: Additional negative value check in JPEG decoding Reviewed-by: sgehwolf Backport-of: 75ce02fe74e1232bfa8d72b4fdad82ed938ef957 ! jdk/src/share/native/sun/awt/image/jpeg/imageioJPEG.c ! jdk/src/share/native/sun/awt/image/jpeg/jpegdecoder.c Changeset: 89697c3c Branch: master Author: Karm Michal Babacek Committer: Andrew John Hughes Date: 2024-08-23 12:03:49 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/89697c3c19f1276e92c6955600730b8d3353c4ea 8334653: ISO 4217 Amendment 177 Update Reviewed-by: andrew Backport-of: b05f58e9ec57ce7f140ad47df3b5bdf4cc42f5f9 ! jdk/src/share/classes/java/util/CurrencyData.properties ! jdk/src/share/classes/sun/util/resources/CurrencyNames.properties ! jdk/test/java/util/Currency/CheckDataVersion.java ! jdk/test/java/util/Currency/CurrencyTest.java = jdk/test/java/util/Currency/ISO4217-list-one.txt ! jdk/test/java/util/Currency/ValidateISO4217.java Changeset: 0fbdc4e3 Branch: master Author: Sergey Nazarkin Date: 2024-08-30 12:31:38 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/0fbdc4e3ac6d69240a388463c8e8a3ad052183f6 Merge tag 'jdk8u432-b03' From anleonar at redhat.com Wed Sep 4 13:10:45 2024 From: anleonar at redhat.com (Andrew Leonard) Date: Wed, 4 Sep 2024 14:10:45 +0100 Subject: Latest build tags, naming convention changed? Message-ID: Did we intend to remove the "-" in the latest tag names? jdk8u432-b03-aarch3220240830 jdk8u432-b02-aarch3220240830 jdk8u432-b01-aarch3220240830 as opposed to : jdk8u432-b03-aarch32-20240830 ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: From snazarkin at azul.com Wed Sep 4 14:09:16 2024 From: snazarkin at azul.com (Sergey Nazarkin) Date: Wed, 4 Sep 2024 14:09:16 +0000 Subject: Latest build tags, naming convention changed? In-Reply-To: References: Message-ID: <7BE7252A-E341-4F49-9B45-15064C011983@azul.com> Oops, I?m sorry, my fault, I?ll retag it again. Thank you for noticing On 4 Sep 2024, at 16:10, Andrew Leonard wrote: Caution: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Did we intend to remove the "-" in the latest tag names? jdk8u432-b03-aarch3220240830 jdk8u432-b02-aarch3220240830 jdk8u432-b01-aarch3220240830 as opposed to : jdk8u432-b03-aarch32-20240830 ?? -------------- next part -------------- An HTML attachment was scrubbed... URL: From anleonar at redhat.com Wed Sep 4 14:58:25 2024 From: anleonar at redhat.com (Andrew Leonard) Date: Wed, 4 Sep 2024 15:58:25 +0100 Subject: Latest build tags, naming convention changed? In-Reply-To: <7BE7252A-E341-4F49-9B45-15064C011983@azul.com> References: <7BE7252A-E341-4F49-9B45-15064C011983@azul.com> Message-ID: No worries. thank you for fixing Sergey On Wed, Sep 4, 2024 at 3:11?PM Sergey Nazarkin wrote: > Oops, I?m sorry, my fault, I?ll retag it again. Thank you for noticing > > > On 4 Sep 2024, at 16:10, Andrew Leonard wrote: > > Caution: This email originated from outside of the organization. Do not > click links or open attachments unless you recognize the sender and know > the content is safe. > > Did we intend to remove the "-" in the latest tag names? > jdk8u432-b03-aarch3220240830 > jdk8u432-b02-aarch3220240830 > jdk8u432-b01-aarch3220240830 > > as opposed to : jdk8u432-b03-aarch32-20240830 ?? > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From snazarki at openjdk.org Mon Sep 23 13:48:12 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Mon, 23 Sep 2024 13:48:12 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 6 new changesets Message-ID: <3960557a-1181-426a-a8a4-a8249cbc990b@openjdk.org> Changeset: 49425166 Branch: master Author: Yuri Nesterenko Date: 2024-08-26 10:28:45 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/49425166c201e73dd954bd033ea6e33f4a9811b3 8278794: Infinite loop in DeflaterOutputStream.finish() 8284771: java/util/zip/CloseInflaterDeflaterTest.java failed with "AssertionError: Expected IOException to be thrown, but nothing was thrown" Reviewed-by: phh, sgehwolf Backport-of: ff0b0927a2df8b36f8fd6ed41bd4e20e71a5b653 ! jdk/src/share/classes/java/util/zip/Deflater.java ! jdk/src/share/classes/java/util/zip/DeflaterOutputStream.java ! jdk/src/share/classes/java/util/zip/ZipOutputStream.java - jdk/test/java/util/zip/CloseDeflaterTest.java + jdk/test/java/util/zip/CloseInflaterDeflaterTest.java Changeset: 7d36fed8 Branch: master Author: Zdenek Zambersky Date: 2024-08-26 11:20:43 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/7d36fed8e01c6ee0a1b301a379df5dae8afa960d 8337110: [8u] TestNoEagerReclaimOfHumongousRegions.java should be in gc/g1 directory Reviewed-by: phh = hotspot/test/gc/g1/TestNoEagerReclaimOfHumongousRegions.java Changeset: 7c13bd84 Branch: master Author: Sergey Bylokhov Date: 2024-08-28 23:00:05 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/7c13bd84274ffdd437ffcc3b39694f9efce0ec1b 8030795: java/nio/file/Files/probeContentType/ForceLoad.java failing with ServiceConfigurationError without jtreg -agentvm option Reviewed-by: aph, andrew Backport-of: 0abb2b14edd9f7b4de461efa47fe31b4cbfb92c1 ! jdk/test/java/nio/file/Files/probeContentType/ForceLoad.java Changeset: 8b0fedcc Branch: master Author: Sergey Bylokhov Date: 2024-08-30 01:24:22 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/8b0fedccb89308b7dfdf1ab7c7801b4e3a786ec2 8316328: Test jdk/jfr/event/oldobject/TestSanityDefault.java times out for some heap sizes Reviewed-by: phh, andrew Backport-of: 9b1d6d66b8297d53c6b96b9e2f9bd69af90ab8fb ! jdk/test/jdk/jfr/event/oldobject/TestSanityDefault.java Changeset: e32d62e2 Branch: master Author: Sergey Bylokhov Date: 2024-08-30 01:52:17 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/e32d62e2a39510f643b32d615e76f0ff9be3d9f3 8298887: On the latest macOS+XCode the Robot API may report wrong colors Reviewed-by: phh, andrew Backport-of: ceb6793bf3b5855c7c521678b5d99d752800b441 ! jdk/src/macosx/native/sun/awt/CRobot.m ! jdk/src/macosx/native/sun/awt/QuartzSurfaceData.h ! jdk/test/java/awt/Robot/CheckCommonColors/CheckCommonColors.java ! jdk/test/java/awt/font/GlyphVector/MultiSlotFontTest.java Changeset: 4292a880 Branch: master Author: Sergey Nazarkin Date: 2024-09-18 11:25:54 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4292a88053be692a6f4985b9d58bdf1843c3f71b Merge tag 'jdk8u432-b04' From snazarki at openjdk.org Mon Sep 30 07:30:36 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Mon, 30 Sep 2024 07:30:36 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 2 new changesets Message-ID: <3854650b-2083-4f17-b45d-7aab4796624f@openjdk.org> Changeset: 39221f82 Branch: master Author: Francisco Ferrari Bihurriet Committer: Andrew John Hughes Date: 2024-09-20 10:44:37 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/39221f82e5b7efbc60191fe199e41428667b48d8 8337664: Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs Reviewed-by: sgehwolf, andrew Backport-of: 7d49c52272b54070a13b02708dd7ce5f8e375a06 ! jdk/src/share/classes/sun/security/validator/CADistrustPolicy.java + jdk/src/share/classes/sun/security/validator/EntrustTLSPolicy.java ! jdk/src/share/lib/security/java.security-aix ! jdk/src/share/lib/security/java.security-linux ! jdk/src/share/lib/security/java.security-macosx ! jdk/src/share/lib/security/java.security-solaris ! jdk/src/share/lib/security/java.security-windows + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/Distrust.java + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustcommercialca-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustnetworkingca-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustpremiumca-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/affirmtrustpremiumeccca-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/entrust2048ca-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustevca-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustrootcaec1-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustrootcag2-chain.pem + jdk/test/sun/security/ssl/X509TrustManagerImpl/Entrust/entrustrootcag4-chain.pem Changeset: 4d111a77 Branch: master Author: Sergey Nazarkin Date: 2024-09-26 08:36:51 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/4d111a77a9be3516394b1fb4c13fb4f027927a3d Merge tag 'jdk8u432-b05'