RFR: 8340801: Disable ubsan checks in some awt/2d coding

Matthias Baesken mbaesken at openjdk.org
Thu Sep 26 12:04:37 UTC 2024


On Thu, 26 Sep 2024 11:51:19 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> The exclusions should work (similar to HS) for the whole JDK C codebase.

Maybe we can offer a separate header ub.hpp next to jni_md.h  that contains the macro/attribute stuff.
Similar to sanitizers/ub.hpp in HS.  This header is then included in the few files were the macro/attributes are needed.

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

PR Comment: https://git.openjdk.org/jdk/pull/21184#issuecomment-2376743367


More information about the core-libs-dev mailing list