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

build-infra: Builds-infra builds fail on mac after integ of jdk8-b62

XMLWordPrintable

    • b62
    • b64
    • x86
    • os_x
    • Verified

      Log ends with:

      CompileJavaClasses.gmk:401: warning: overriding commands for target `/localhome/erik/jdk8-build/build/macosx-x86_64-normal-server-release/jdk/gensrc_headers/_the.headers'
      CompileJavaClasses.gmk:295: warning: ignoring old commands for target `/localhome/erik/jdk8-build/build/macosx-x86_64-normal-server-release/jdk/gensrc_headers/_the.headers'
      CompileJavaClasses.gmk:295: *** Cannot list safely more than 10000 paths. BUILD_JDK_SRCS has 10081 paths!. Stop.
      make[2]: *** Waiting for unfinished jobs....

      The reason for this failure is that the number of java classes in the main compilation for mac has gone over 10000, which is the maximum number of files the utility macro ListPathsSafely can output. This can easily be increased. Since it's just a question of time until this hits other platforms, lets increase it a lot.

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

              Created:
              Updated:
              Resolved: