Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11
-
Fix Version/s: 15
-
Component/s: infrastructure
-
Subcomponent:
-
Resolved In Build:b10
Backports
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 |
Description
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
Attachments
Issue Links
- 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