-
Bug
-
Resolution: Fixed
-
P3
-
9
-
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.
In the openjdk build, the demos and the test-lib are affected.
- relates to
-
JDK-8166948 Exploded image too slow to be usable
-
- Resolved
-