From snazarki at openjdk.org Tue Apr 2 16:04:16 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Tue, 2 Apr 2024 16:04:16 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 14 new changesets Message-ID: <9ac5b6b3-b664-4b36-b2da-bd4de29e9a7c@openjdk.org> Changeset: 9aabf22d Author: Leslie Zhai Committer: Andrew John Hughes Date: 2024-02-17 20:03:11 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9aabf22db445c7bc8b986f3e2c874b221f1452d6 8270517: Add Zero support for LoongArch Reviewed-by: aoqi, andrew Backport-of: e92e2fd4e0bc805d8f7d70f632cce0282eb1809b ! common/autoconf/build-aux/config.guess ! common/autoconf/generated-configure.sh ! common/autoconf/platform.m4 ! hotspot/src/os/linux/vm/os_linux.cpp Changeset: e926edc1 Author: sunyaqi Committer: Paul Hohensee Date: 2024-02-19 19:05:46 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/e926edc11f7aa45ef9080e0ecb0c3ac1e251ab69 8276139: TestJpsHostName.java not reliable, better to expand HostIdentifierCreate.java test 8251155: HostIdentifier fails to canonicalize hostnames starting with digits Reviewed-by: phh Backport-of: 2af9e5976fdf94afc7dbe5ad7827553818057bae ! jdk/src/share/classes/sun/jvmstat/monitor/HostIdentifier.java ! jdk/test/sun/jvmstat/monitor/HostIdentifier/HostIdentifierCreate.java ! jdk/test/sun/jvmstat/monitor/HostIdentifier/testcases Changeset: 9bd600c8 Author: Frederic Thevenet Committer: Thomas Stuefe Date: 2024-02-20 09:47:34 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/9bd600c8ac096afd05c1633a5e56ee2a359aa35c 8079441: Intermittent failures on Windows with "Unexpected exit from test [exit code: 1080890248]" (0x406d1388) Do not raise (windows thread name) exception 0x406d1388 when no debugger is attached. Reviewed-by: andrew, stuefe Backport-of: b1c82624b9a700c74339139dee096b07c46db854 ! hotspot/src/os/windows/vm/os_windows.cpp Changeset: ae516a38 Author: Frederic Thevenet Committer: Thomas Stuefe Date: 2024-02-21 17:05:00 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/ae516a3889b2d70005f9ddce073b30791db03864 8074860: Structured Exception Catcher missing around CreateJavaVM on Windows Add __try/__except around JNI_CreateJavaVM Reviewed-by: andrew, stuefe Backport-of: 704c02a180cafab1da03d5e5cfd09d92bc4cda8c ! hotspot/src/cpu/x86/vm/vm_version_x86.cpp ! hotspot/src/os/windows/vm/os_windows.cpp ! hotspot/src/os/windows/vm/os_windows.hpp ! hotspot/src/os/windows/vm/os_windows.inline.hpp ! hotspot/src/share/vm/prims/jni.cpp Changeset: b7bda28c Author: Dan Lutker Committer: Severin Gehwolf Date: 2024-02-21 17:49:16 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/b7bda28cc8c0094ce6cff8cd6e3ea7a299626b6d 8325150: (tz) Update Timezone Data to 2024a Reviewed-by: sgehwolf, andrew Backport-of: 917838e0a564b1f2cbfb6cc214ccbfd1a237019f ! jdk/make/data/tzdata/VERSION ! jdk/make/data/tzdata/africa ! jdk/make/data/tzdata/asia ! jdk/make/data/tzdata/australasia ! jdk/make/data/tzdata/etcetera ! jdk/make/data/tzdata/europe ! jdk/make/data/tzdata/leapseconds ! jdk/make/data/tzdata/northamerica ! jdk/make/data/tzdata/southamerica ! jdk/test/java/util/TimeZone/TimeZoneData/VERSION ! 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/australasia ! jdk/test/sun/util/calendar/zi/tzdata/etcetera ! jdk/test/sun/util/calendar/zi/tzdata/europe ! jdk/test/sun/util/calendar/zi/tzdata/leapseconds ! jdk/test/sun/util/calendar/zi/tzdata/northamerica ! jdk/test/sun/util/calendar/zi/tzdata/southamerica Changeset: a37b8560 Author: Frederic Thevenet Committer: Andrew John Hughes Date: 2024-02-22 17:46:40 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/a37b856085f03ac2f44be5ec515239b9ca05d3d0 8016451: Scary messages emitted by build.tools.generatenimbus.PainterGenerator during build Reviewed-by: andrew Backport-of: a4fbee71455e8f06be1288a3886b17796ccd1f39 ! jdk/make/src/classes/build/tools/generatenimbus/PainterGenerator.java Changeset: 53e0826d Author: SendaoYan Committer: Paul Hohensee Date: 2024-02-22 18:03:12 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/53e0826d0b104d93262f8c33870f93d691282122 8323640: [TESTBUG]testMemoryFailCount in jdk/internal/platform/docker/TestDockerMemoryMetrics.java always fail because OOM killed Reviewed-by: phh Backport-of: 791b427f4410057cdcdf8fd8ea0dcce71f7dc513 ! jdk/test/jdk/internal/platform/docker/MetricsMemoryTester.java Changeset: 5e70a860 Author: Thomas Stuefe Date: 2024-02-22 20:39:07 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/5e70a8608c274e08cdb64bc293b312e252764363 8324530: Build error with gcc 10 Reviewed-by: andrew ! hotspot/src/share/vm/ci/ciMethodBlocks.cpp Changeset: 824dbfbc Author: Frederic Thevenet Committer: Andrew John Hughes Date: 2024-02-22 21:33:15 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/824dbfbc98c12811dc30a7391ae51c0f71158d3e 8186199: [windows] JNI_DestroyJavaVM not covered by SEH Reviewed-by: andrew, stuefe Backport-of: 14d898a1e69ef5afeeb55396881783a3002874fa ! hotspot/src/share/vm/prims/jni.cpp Changeset: 22d2c99c Author: Sergey Nazarkin Date: 2024-04-02 17:31:54 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/22d2c99c1b9589a639031ba4a30a44275e823e1c Merge tag 'jdk8u412-b05' ! common/autoconf/generated-configure.sh ! common/autoconf/platform.m4 ! hotspot/src/os/linux/vm/os_linux.cpp ! common/autoconf/generated-configure.sh ! common/autoconf/platform.m4 ! hotspot/src/os/linux/vm/os_linux.cpp Changeset: 78c0afa3 Author: Sergey Bylokhov Date: 2024-03-07 12:27:45 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/78c0afa3281b59d2f9cb8675a66b839bd4e7747b 8322750: Test "api/java_awt/interactive/SystemTrayTests.html" failed because A blue ball icon is added outside of the system tray Reviewed-by: phh, andrew Backport-of: 5a988a5087d0afbb577c6715fd5e1e44564888cb ! jdk/src/solaris/classes/sun/awt/UNIXToolkit.java ! jdk/src/solaris/classes/sun/awt/X11/XSystemTrayPeer.java Changeset: a1190082 Author: Sergey Nazarkin Date: 2024-04-02 17:32:14 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/a119008216c2a04030d6d67606aa45343c5d003a Merge tag 'jdk8u412-b06' Changeset: 04ccdbf8 Author: Andrew John Hughes Date: 2024-03-22 23:10:07 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/04ccdbf84df493283a2755c996b3381500a79aa8 8321408: Add Certainly roots R1 and E1 Reviewed-by: sgehwolf Backport-of: e8f7eaeefe503a34089fd49051f9114d98a63cb1 + jdk/make/data/cacerts/certainlyroote1 + jdk/make/data/cacerts/certainlyrootr1 ! jdk/test/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java ! jdk/test/sun/security/lib/cacerts/VerifyCACerts.java Changeset: 3f211ced Author: Sergey Nazarkin Date: 2024-04-02 17:32:20 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3f211ced31432bbd05f41abbca25cb28c090b202 Merge tag 'jdk8u412-b07' From snazarki at openjdk.org Fri Apr 19 09:16:59 2024 From: snazarki at openjdk.org (Sergey Nazarkin) Date: Fri, 19 Apr 2024 09:16:59 GMT Subject: git: openjdk/aarch32-port-jdk8u: master: 6 new changesets Message-ID: <2ddc1c39-62f7-47f1-b169-a845634db4c1@openjdk.org> Changeset: 54419d4d Author: Alexey Bakhtin Committer: Andrew John Hughes Date: 2024-02-05 10:47:09 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/54419d4dcd230a1c7bd9fc67a169c6ad6cb71385 8318340: Improve RSA key implementations Reviewed-by: mbalao, andrew Backport-of: 62d9cec1d6b804a70381bfb8ac902b6bb649f8ae ! jdk/src/share/classes/sun/security/rsa/RSAPrivateCrtKeyImpl.java ! jdk/src/share/classes/sun/security/rsa/RSAPrivateKeyImpl.java ! jdk/src/windows/classes/sun/security/mscapi/CKey.java ! jdk/src/windows/classes/sun/security/mscapi/CPrivateKey.java ! jdk/src/windows/classes/sun/security/mscapi/CPublicKey.java Changeset: ce255d65 Author: Martin Balao Committer: Andrew John Hughes Date: 2024-02-21 23:31:47 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/ce255d6565fb6819596e218161538bde327daf91 8319851: Improve exception logging Reviewed-by: andrew Backport-of: 87dfeeb14fdd0fa1648a8bec91b5b713cc2c1b83 ! hotspot/src/share/vm/classfile/javaClasses.cpp ! hotspot/src/share/vm/classfile/javaClasses.hpp ! hotspot/src/share/vm/classfile/resolutionErrors.cpp ! hotspot/src/share/vm/classfile/resolutionErrors.hpp ! hotspot/src/share/vm/classfile/systemDictionary.cpp ! hotspot/src/share/vm/classfile/systemDictionary.hpp ! hotspot/src/share/vm/interpreter/interpreterRuntime.cpp ! hotspot/src/share/vm/oops/constantPool.cpp ! hotspot/src/share/vm/oops/constantPool.hpp Changeset: 2ffb900d Author: Martin Balao Committer: Andrew John Hughes Date: 2024-03-07 18:20:26 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/2ffb900d7eca6472fd21d362d00e229babb7bd3f 8322114: Improve Pack 200 handling Co-authored-by: Alexey Bakhtin Co-authored-by: Martin Balao Reviewed-by: fferrari, andrew ! jdk/src/share/classes/com/sun/java/util/jar/pack/NativeUnpack.java Changeset: 97be5478 Author: Martin Balao Committer: Andrew John Hughes Date: 2024-02-09 13:06:47 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/97be54783b8e5464dcb9796c1714e8b69c106409 8322122: Enhance generation of addresses Co-authored-by: Andrew Brygin Reviewed-by: aph, andrew Backport-of: 1a4a46e102a2bc282fcbec571169867d715f4ade ! hotspot/src/cpu/aarch64/vm/c1_LIRGenerator_aarch64.cpp ! hotspot/src/cpu/sparc/vm/c1_LIRGenerator_sparc.cpp Changeset: 43cb8755 Author: Martin Balao Committer: Andrew John Hughes Date: 2024-03-27 03:21:25 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/43cb87550865a93c559c9e8eaa59fcb071301bd3 8317507: C2 compilation fails with "Exceeded _node_regs array" Reviewed-by: roland, andrew Backport-of: a5818972c16bd883d768ff2fb23a8aa9e0142c65 ! hotspot/src/share/vm/adlc/output_c.cpp + hotspot/test/compiler/regalloc/TestNodeRegArrayOverflow.java Changeset: 17e39b8f Author: Sergey Nazarkin Date: 2024-04-19 11:13:37 +0000 URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/17e39b8fd094195208a9342e322bcc4522ec1442 Merge tag 'jdk8u412-b08' ! hotspot/src/share/vm/interpreter/interpreterRuntime.cpp ! hotspot/src/share/vm/oops/constantPool.hpp ! hotspot/src/share/vm/interpreter/interpreterRuntime.cpp ! hotspot/src/share/vm/oops/constantPool.hpp