-
Bug
-
Resolution: Fixed
-
P1
-
13
-
b06
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8221224 | 11.0.4 | Thomas Schatzl | P1 | Resolved | Fixed | b01 |
Compiling the repo after JDK-8217786 gives the following error:
.../vmshare/jdk10/hs/open/src/hotspot/os/linux/os_linux.cpp:1860:13: error: 'bool print_matching_lines_from_sysinfo_file(outputStream*, const char**)' defined but not used [-Werror=unused-function]
static bool print_matching_lines_from_sysinfo_file(outputStream* st, const char* keywords_to_match[]) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling 305 files for jdk.javadoc
cc1plus: all warnings being treated as errors
make[3]: *** [[...]variant-server/libjvm/objs/os_linux.o] Error 1
lib/CompileJvm.gmk:172: recipe for target '[...]/linux-x64/hotspot/variant-server/libjvm/objs/os_linux.o' failed
.../vmshare/jdk10/hs/open/src/hotspot/os/linux/os_linux.cpp:1860:13: error: 'bool print_matching_lines_from_sysinfo_file(outputStream*, const char**)' defined but not used [-Werror=unused-function]
static bool print_matching_lines_from_sysinfo_file(outputStream* st, const char* keywords_to_match[]) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Compiling 305 files for jdk.javadoc
cc1plus: all warnings being treated as errors
make[3]: *** [[...]variant-server/libjvm/objs/os_linux.o] Error 1
lib/CompileJvm.gmk:172: recipe for target '[...]/linux-x64/hotspot/variant-server/libjvm/objs/os_linux.o' failed
- backported by
-
JDK-8221224 JDK-8217786 breaks build due to remaining unused function
- Resolved
- relates to
-
JDK-8218063 JDK-8218060 breaks build for S390
- Resolved
-
JDK-8217786 Provide virtualization related info in the hs_error file on linux s390x
- Resolved