git: openjdk/jdk8u: 9 new changesets

Andrew John Hughes andrew at openjdk.org
Tue Feb 27 10:19:47 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/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/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/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/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/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/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/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/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/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



More information about the jdk8u-dev-changes mailing list