RFR: 8331731: ubsan: relocInfo.cpp:155:30: runtime error: applying non-zero offset 18446744073709551614 to null pointer [v3]
Matthias Baesken
mbaesken at openjdk.org
Fri May 31 11:40:04 UTC 2024
On Fri, 31 May 2024 09:48:29 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> I guess Matthias only wanted to fix UB in hotspot ASAP and doesn't have the bandwidth to change the design everywhere.
Yes .
The first goal to make the '--enable-ubsan' configure flag useful; currently we have the configure flag but still fail already in the OpenJDK build (because of a number of ubsan related issues in HS).
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19424#issuecomment-2141852058
More information about the hotspot-compiler-dev
mailing list