Loading... (original) (raw)

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.