RFR: 8295435: Build failure with GCC7 after JDK-8294314 due to strict-overflow warnings
Jie Fu
jiefu at openjdk.org
Tue Oct 18 02:43:15 UTC 2022
Hi all,
Let's disable `-Werror=strict-overflow` to get it build with gcc7 on Linux/x86.
bytecodeAssembler.cpp
instanceKlass.cpp
klassVtable.cpp
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8295435: Build failure with GCC7 after JDK-8294314 due to strict-overflow warnings
Changes: https://git.openjdk.org/jdk/pull/10738/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=10738&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8295435
Stats: 3 lines in 1 file changed: 3 ins; 0 del; 0 mod
Patch: https://git.openjdk.org/jdk/pull/10738.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/10738/head:pull/10738
PR: https://git.openjdk.org/jdk/pull/10738
More information about the build-dev
mailing list