git: openjdk/jdk11u-dev: 2 new changesets

Paul Hohensee phh at openjdk.org
Wed Aug 17 20:58:59 UTC 2022


Changeset: 58076db0
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-08-17 20:56:29 +0000
URL:       https://git.openjdk.org/jdk11u-dev/commit/58076db0c1f923127ca76f29eab50f1aa3a9f4e8

8214078: (fs) SecureDirectoryStream not supported on arm32

Reviewed-by: phh
Backport-of: 10cd386ac3508c19bd4e7202a8b07e03dcc0462b

! src/java.base/unix/native/libnio/fs/UnixNativeDispatcher.c

Changeset: ad2e6e4d
Author:    Joshua Cao <joshcao at amazon.com>
Committer: Paul Hohensee <phh at openjdk.org>
Date:      2022-08-17 20:57:27 +0000
URL:       https://git.openjdk.org/jdk11u-dev/commit/ad2e6e4d2526f036a5525913fd529c9a5cf12f0c

8251152: ARM32: jtreg c2 Test8202414 test crash

Some CPUs (like ARM32) does not support unaligned memory accesses. To avoid JVM crashes tests that perform such accesses should be skipped on corresponding platforms.

Reviewed-by: phh
Backport-of: 70d5cac961db663f96223bd9efbc8b5ca77cc88a

! test/hotspot/jtreg/compiler/c2/Test8202414.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeUnalignedAccess.java



More information about the jdk-updates-changes mailing list