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

Race condition in build with new exploded-image-optimize target

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • infrastructure
    • None
    • b141

      When introducing the exploded-image-optimize target, I tried to fix all the dependencies so that the module-info.class files would not be used by any other target at the same time as the optimization was happening. It seems I forgot about one class of such uses. Any java compilation target that links to the classes in jdk/modules is potentially affected. I have now witnessed a failure caused by this on macosx, but it shouldn't be unique to that platform.

      In the openjdk build, the demos and the test-lib are affected.

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

              Created:
              Updated:
              Resolved: