RFR: 8330936: [ubsan] exclude function BilinearInterp and ShapeSINextSpan in libawt java2d from ubsan checks

Matthias Baesken mbaesken at openjdk.org
Fri Jan 31 08:10:49 UTC 2025


On Fri, 31 Jan 2025 01:02:34 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> how it is possible to repro these warnings?

Configure  with  '--enable-ubsan' added  (on Linux; ubsan package needs to be installed on your distro).  After the build, run the mentioned jtreg tests  (java/awt/Scrollbar/AquaLFScrollbarTest/ScrollBarBorderTest.java  and java/awt/BasicStroke/DashStrokeTest.java, if you run  jtreg  jdk :tier4 there might be a few other tests showing the issues too).

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

PR Comment: https://git.openjdk.org/jdk/pull/23255#issuecomment-2626556464


More information about the client-libs-dev mailing list