-
Bug
-
Resolution: Fixed
-
P4
-
11
-
None
-
b19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8205826 | 11.0.1 | Magnus Ihse Bursie | P4 | Resolved | Fixed | team |
My build failed due to a compilation warning:
/export/users/dh198349/jdk-dev2/open/src/hotspot/share/runtime/thread.cpp:1130:13: error: 'void reset_vm_info_property(Thread*)' defined but not used [-Werror=unused-function]
static void reset_vm_info_property(TRAPS) {
^~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
and that was immediately followed by:
/bin/cp: cannot create regular file `/export/users/dh198349/jdk-dev2/build/linux-x64-debug/make-support/failure-logs/hotspot_variant-server_libjvm_objs_thread.o.log': No such file or directory
lib/CompileJvm.gmk:149: recipe for target '/export/users/dh198349/jdk-dev2/build/linux-x64-debug/hotspot/variant-server/libjvm/objs/thread.o' failed
which doesn't look right.
/export/users/dh198349/jdk-dev2/open/src/hotspot/share/runtime/thread.cpp:1130:13: error: 'void reset_vm_info_property(Thread*)' defined but not used [-Werror=unused-function]
static void reset_vm_info_property(TRAPS) {
^~~~~~~~~~~~~~~~~~~~~~
cc1plus: all warnings being treated as errors
and that was immediately followed by:
/bin/cp: cannot create regular file `/export/users/dh198349/jdk-dev2/build/linux-x64-debug/make-support/failure-logs/hotspot_variant-server_libjvm_objs_thread.o.log': No such file or directory
lib/CompileJvm.gmk:149: recipe for target '/export/users/dh198349/jdk-dev2/build/linux-x64-debug/hotspot/variant-server/libjvm/objs/thread.o' failed
which doesn't look right.
- backported by
-
JDK-8205826 PrepareFailureLogs should be done after sequential make targets
- Resolved