[jdk8u-dev] RFR: 8286582: Build fails on macos aarch64 when using --with-zlib=bundled [v2]
Sergey Bylokhov
serb at openjdk.org
Sun Oct 30 00:12:55 UTC 2022
> 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
Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
- Merge remote-tracking branch 'upstream/master' into JDK-8286582
- Simplify the change
- Merge branch 'master' into JDK-8286582
- 8286582: Build fails on macos aarch64 when using --with-zlib=bundled
-------------
Changes:
- all: https://git.openjdk.org/jdk8u-dev/pull/80/files
- new: https://git.openjdk.org/jdk8u-dev/pull/80/files/5b2db66e..cd2f7444
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=80&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=80&range=00-01
Stats: 23492 lines in 272 files changed: 6927 ins; 14280 del; 2285 mod
Patch: https://git.openjdk.org/jdk8u-dev/pull/80.diff
Fetch: git fetch https://git.openjdk.org/jdk8u-dev pull/80/head:pull/80
PR: https://git.openjdk.org/jdk8u-dev/pull/80
More information about the jdk8u-dev
mailing list