RFR: 8352420: [ubsan] codeBuffer.cpp:984:27: runtime error: applying non-zero offset 18446744073709486080 to null pointer
Matthias Baesken
mbaesken at openjdk.org
Thu Mar 20 10:27:52 UTC 2025
On Wed, 19 Mar 2025 15:47:42 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> or remind me how I can do that myself.
Hi @dougxc you have to use the --enable-ubsan configure option; and probably you need XCode 15 on macOS aarch64 (with XCode 13 we had problems using ubsan). But I can also later test your change.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24118#issuecomment-2739593454
More information about the hotspot-compiler-dev
mailing list