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

Race in GenerateLinkOptData.gmk

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • infrastructure
    • None
    • b159

        There is a missing dependency declaration in GenerateLinkOptData.gmk. A rule like the one that generates CLASSLIST_FILE and JLI_TRACE_FILE is problematic and needs extra care because make can only understand one target file per rule. In this case we have added a new rule which depends on JLI_TRACE_FILE, but make does not know this file is created by the rule for CLASSLIST_FILE so we have to explicitly add that dependency.

              erikj Erik Joelsson
              erikj Erik Joelsson
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: