-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8246695 | 13.0.4 | Magnus Ihse Bursie | P4 | Resolved | Fixed | b04 |
JDK-8239851 | 11.0.7 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
I'm seeing errors like this now:
/ws/dev1/open/src/java.base/share/native/libzip/zlib/inflate.c:766:25: error: this statement may fall through [-Werror=implicit-fallthrough=]
state->mode = EXLEN;
It suspect it is related to the new gcc 7.3 devkit combined with --with-zlib=bundled.
Workaround: don't use --with-zlib=bundled
/ws/dev1/open/src/java.base/share/native/libzip/zlib/inflate.c:766:25: error: this statement may fall through [-Werror=implicit-fallthrough=]
state->mode = EXLEN;
It suspect it is related to the new gcc 7.3 devkit combined with --with-zlib=bundled.
Workaround: don't use --with-zlib=bundled
- backported by
-
JDK-8239851 build broken when configured with --with-zlib=bundled on gcc 7.3
- Resolved
-
JDK-8246695 build broken when configured with --with-zlib=bundled on gcc 7.3
- Resolved
- links to
-
Commit openjdk/panama-foreign/2ede36b3