> Background:
> 
> Oracle is updating the version of GCC for building the JDK on Linux to 14.2.0.
> 
> This change updates the versions of the components used for the (Linux) 
> devkit. Newer versions of ccache use cmake for the build, so some of the 
> logic in `make/devkit/Tools.gmk` had to be updated to support cmake based 
> components. This change also fixes JDK-8344272 (gcc devkit doesn't have 
> lto-plugin where needed).
> 
> Testing:
> 
> Manual builds, tier1-5 + additional func & performance testing.

Mikael Vidstedt 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 five additional 
commits since the last revision:

 - Merge branch 'master' into 8351603-gcc-14.2.0
 - Update jib-profiles.js
 - Update doc/building.{md,html}
 - Add missing liblto_plugin.so link
 - Change to GCC 14.2.0 for building on Linux at Oracle

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/23975/files
  - new: https://git.openjdk.org/jdk/pull/23975/files/ac2b44db..baadf879

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=23975&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=23975&range=01-02

  Stats: 336870 lines in 3659 files changed: 78030 ins; 243524 del; 15316 mod
  Patch: https://git.openjdk.org/jdk/pull/23975.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23975/head:pull/23975

PR: https://git.openjdk.org/jdk/pull/23975

Reply via email to