RFR: JDK-8298448: UndefinedBehaviorSanitizer [v10]

Justin King jcking at openjdk.org
Wed Jan 4 21:26:53 UTC 2023


On Sat, 17 Dec 2022 06:39:48 GMT, Justin King <jcking at openjdk.org> wrote:

>> Allow building OpenJDK with UBSan. Currently the build fails when optimizing the image due to lots of undefined behavior (it invokes the built JVM). Follow up PRs will either replace the undefined behavior with well defined behavior or suppress errors which are intentional. The goal is to make OpenJDK more well defined and thus more portable across compilers and architectures.
>
> Justin King has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Delete unintended addition of files from previous commit
>   
>   Signed-off-by: Justin King <jcking at google.com>

Friendly poke.

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

PR: https://git.openjdk.org/jdk/pull/11604



More information about the build-dev mailing list