-
Bug
-
Resolution: Fixed
-
P4
-
22
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8323412 | 21.0.3-oracle | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
JDK-8320313 | 21.0.2 | Alexey Ivanov | P4 | Resolved | Fixed | b08 |
JDK-8332383 | 17.0.12 | Jan Kratochvil | P4 | Resolved | Fixed | b04 |
* For target support_native_java.desktop_libfontmanager_hb-ot-layout.o:
/data/codes/bobjdk/src/java.desktop/share/native/libharfbuzz/hb-ot-layout.cc: In function 'hb_bool_t hb_ot_layout_get_font_extents(hb_font_t*, hb_direction_t, hb_tag_t, hb_tag_t, hb_font_extents_t*)':
/data/codes/bobjdk/src/java.desktop/share/native/libharfbuzz/hb-ot-layout.cc:2136:26: error: 'max' may be used uninitialized in this function [-Werror=maybe-uninitialized]
extents->ascender = max;
~~~~~~~~~~~~~~~~~~~^~~~~
/data/codes/bobjdk/src/java.desktop/share/native/libharfbuzz/hb-ot-layout.cc:2137:26: error: 'min' may be used uninitialized in this function [-Werror=maybe-uninitialized]
extents->descender = min;
~~~~~~~~~~~~~~~~~~~^~~~~
At global scope:
cc1plus: error: unrecognized command line option '-Wno-dangling-reference' [-Werror]
cc1plus: all warnings being treated as errors
* All command lines available in /data/codes/bobjdk/build/linux-x86_64-server-release/make-support/failure-logs.
=== End of repeated output ===
No indication of failed target found.
HELP: Try searching the build log for '] Error'.
HELP: Run 'make doctor' to diagnose build problems.
make[1]: *** [main] Error 1
make: *** [images] Error 2
- backported by
-
JDK-8320313 Build failure with GCC8.3.1 after 8313643
- Resolved
-
JDK-8323412 Build failure with GCC8.3.1 after 8313643
- Resolved
-
JDK-8332383 Build failure with GCC8.3.1 after 8313643
- Resolved
- relates to
-
JDK-8313643 Update HarfBuzz to 8.2.2
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/2440b242
-
Commit openjdk/jdk21u/321ba681
-
Commit openjdk/jdk/ec79ab4b
-
Review openjdk/jdk17u-dev/2475
-
Review openjdk/jdk21u/336
-
Review openjdk/jdk/16468