-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b120
In JDK-8157348 I made build time modifications of module-info.java more restrictive by only adding exports if the exported package actually exists. This existence check missed looking in imported prebuilt classes and because of that, importing javafx is now broken.
- relates to
-
JDK-8157713 Add tests for verifying generated module-info.java
- Closed
-
JDK-8157348 Build fails with certain source configurations
- Resolved