On Tue, 18 Oct 2022 02:35:59 GMT, Jie Fu <ji...@openjdk.org> wrote: > 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
This pull request has now been integrated. Changeset: f502ab85 Author: Jie Fu <ji...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/f502ab85c987be827d36b0a29f77ec5ce5bb3d01 Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod 8295435: Build failure with GCC7 after JDK-8294314 due to strict-overflow warnings Co-authored-by: Aleksey Shipilev <sh...@openjdk.org> Reviewed-by: shade, ihse ------------- PR: https://git.openjdk.org/jdk/pull/10738