git: openjdk/aarch32-port-jdk8u: master: 14 new changesets
Sergey Nazarkin
snazarki at openjdk.org
Tue Apr 2 16:04:16 UTC 2024
Changeset: 9aabf22d
Author: Leslie Zhai <lzhai at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
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 <sunyaqi at loongson.cn>
Committer: Paul Hohensee <phh at openjdk.org>
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 <fthevenet at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
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 <fthevenet at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
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 <dlutker at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
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 <fthevenet at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
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 <syan at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
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 <stuefe at openjdk.org>
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 <fthevenet at openjdk.org>
Committer: Andrew John Hughes <andrew at openjdk.org>
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 <snazarki at openjdk.org>
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 <serb at openjdk.org>
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 <snazarki at openjdk.org>
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 <andrew at openjdk.org>
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 <snazarki at openjdk.org>
Date: 2024-04-02 17:32:20 +0000
URL: https://git.openjdk.org/aarch32-port-jdk8u/commit/3f211ced31432bbd05f41abbca25cb28c090b202
Merge tag 'jdk8u412-b07'
More information about the aarch32-port-dev
mailing list