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

Reduce verbosity of FDS build messages

XMLWordPrintable

      On 6/06/2013 8:40 AM, mark.reinhold@oracle.com wrote:
      > The following lines are repeated over and over when building JDK 8:
      >
      > INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
      > INFO: ALT_OBJCOPY=/usr/bin/objcopy
      > INFO: /usr/bin/objcopy cmd found so will create .debuginfo files.
      > INFO: STRIP_POLICY=min_strip
      > INFO: ZIP_DEBUGINFO_FILES=1
      >
      > It seems like a lot of noise. Is there a reason for it?

      This comes from hotspot build. The FDS processing happens in a file that is included a number of times due to the nested make invocations that happen with hotspot. Consequently this gets repeated a few times (actually fewer than it used to) for each JVM built.

      I think we should change this so that is only triggered when a more verbose logging level is requested - and try to find a way to only report it once.

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: