On Wed, 25 Sep 2024 12:17:59 GMT, Matthias Baesken <mbaes...@openjdk.org> wrote:
> There is some old awt/2d coding where warnings occur when running with ubsan > enabled binaries. > However at most of these locations the coding should work (at least on our > supported platform set) so the warnings can be disabled at least for now. > > The change adds a macro ATTRIBUTE_NO_UBSAN similar to what we already use in > Hotspot coding. This pull request has now been integrated. Changeset: e7cf25ce Author: Matthias Baesken <mbaes...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e7cf25ce0efdf568fc8eaff249d49e46d5a6eda1 Stats: 45 lines in 2 files changed: 45 ins; 0 del; 0 mod 8340801: Disable ubsan checks in some awt/2d coding Reviewed-by: ihse, lucy, goetz, jwaters ------------- PR: https://git.openjdk.org/jdk/pull/21184