RFR: JDK-8298448: UndefinedBehaviorSanitizer [v2]
Justin King
jcking at openjdk.org
Mon Dec 12 05:59:19 UTC 2022
> 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:
Remove UBSAN_ENABLED From spec.gmk.in
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/11604/files
- new: https://git.openjdk.org/jdk/pull/11604/files/d878ede0..6f8c8394
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=11604&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=11604&range=00-01
Stats: 3 lines in 1 file changed: 0 ins; 3 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/11604.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/11604/head:pull/11604
PR: https://git.openjdk.org/jdk/pull/11604
More information about the build-dev
mailing list