Integrated: 8330047: ASAN build error with gcc 13
Sonia Zaldana Calles
szaldana at openjdk.org
Wed Jun 5 14:17:03 UTC 2024
On Wed, 17 Apr 2024 18:54:30 GMT, Sonia Zaldana Calles <szaldana at openjdk.org> wrote:
> 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.
>
> [Update June 3rd]
> I modified the patch to use @xmas92's suggestion instead.
>
> Testing:
> - [x] Reproduced build failure with gcc 13.2.0.
> - [x] Verified release build is successful after patch with ```--enable-asan```.
>
> Thanks,
> Sonia
This pull request has now been integrated.
Changeset: 9a8096fe
Author: Sonia Zaldana Calles <szaldana at openjdk.org>
Committer: Thomas Stuefe <stuefe at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9a8096feb82991784cabede823f0248fe2f41e53
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
8330047: ASAN build error with gcc 13
Reviewed-by: aboldtch, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/18825
More information about the hotspot-gc-dev
mailing list