-
Bug
-
Resolution: Unresolved
-
P4
-
23, 24, 25
-
aarch64
-
os_x
When running ubsan-enabled binaries on macOS aarch64 , the following issue is show in jtreg test
java/awt/Graphics2D/RenderClipTest/RenderClipTest.java
src/java.desktop/share/native/libawt/java2d/loops/FillParallelogram.c:101:25: runtime error: -2.05162e+25 is outside the range of representable values of type 'long'
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.
java/awt/Graphics2D/RenderClipTest/RenderClipTest.java
src/java.desktop/share/native/libawt/java2d/loops/FillParallelogram.c:101:25: runtime error: -2.05162e+25 is outside the range of representable values of type 'long'
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.