RFR: 8330047: ASAN build error with gcc 13 [v2]

Sonia Zaldana Calles szaldana at openjdk.org
Mon Jun 3 18:07:23 UTC 2024


> Hi all,
> 
> This PR addresses [8330047](https://bugs.openjdk.org/browse/JDK-8330047).
> 
> This is the workaround suggested in the comments. Might be worthwhile to include this patch as the recommended toolchain version for [building](https://openjdk.org/groups/build/doc/building.html) the JDK is currently gcc 13.2.0.
> 
> Testing: 
> - [x] Reproduced build failure with gcc 13.2.0.
> - [x] Verified release build is successful after patch with ```--enable-asan```. 
> 
> Thanks, 
> Sonia

Sonia Zaldana Calles 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 two additional commits since the last revision:

 - Merge branch 'openjdk:master' into JDK-8330047
 - 8330047: ASAN build error with gcc 13

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/18825/files
  - new: https://git.openjdk.org/jdk/pull/18825/files/d399b090..adbee692

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

  Stats: 166376 lines in 3707 files changed: 101007 ins; 47706 del; 17663 mod
  Patch: https://git.openjdk.org/jdk/pull/18825.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/18825/head:pull/18825

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


More information about the hotspot-gc-dev mailing list