[jdk8u-dev] Integrated: 8286582: Build fails on macos aarch64 when using --with-zlib=bundled
Sergey Bylokhov
serb at openjdk.org
Wed Nov 16 02:55:59 UTC 2022
On Mon, 27 Jun 2022 00:33:27 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Hi all,
> This pull request contains a backport of commit [50d47de8](https://github.com/openjdk/jdk/commit/50d47de8358e2f22bf3a4a165d660c25ef6eacbc) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository.
> The commit being backported was authored by Jaikiran Pai on 12 May 2022 and was reviewed by Magnus Ihse Bursie and Lance Andersen.
>
> The patch for JDK8 is slightly different:
> * The main code patch is moved from the `make/autoconf/lib-bundled.m4` to the `jdk/make/lib/CoreLibraries.gmk` the same place where `":= -lz"` option is set.
> * All disabled warnings are removed from the patch, seems we do not have such DISABLED_WARNINGS_XX in JDK8
This pull request has now been integrated.
Changeset: 7ae002ca
Author: Sergey Bylokhov <serb at openjdk.org>
URL: https://git.openjdk.org/jdk8u-dev/commit/7ae002caba9ef17db5c105f76478424ce4cde04a
Stats: 4 lines in 1 file changed: 3 ins; 0 del; 1 mod
8286582: Build fails on macos aarch64 when using --with-zlib=bundled
Reviewed-by: phh, sgehwolf
Backport-of: 8363d9db801314f13e708db62993da5b73634f69
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/80
More information about the jdk8u-dev
mailing list