Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8204664

PrepareFailureLogs should be done after sequential make targets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 11
    • 11
    • infrastructure
    • None
    • b19

        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.

              ihse Magnus Ihse Bursie
              dholmes David Holmes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: