-
Bug
-
Resolution: Fixed
-
P2
-
10
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179412 | 9 | Kevin Rushforth | P2 | Resolved | Fixed |
When Jonathan was adding a new package to FX, we realized that he needed to add his:
--add-export=javafx.graphics/xxxx=javafx.controls
to 5 different files, 4 of them the generated argfiles in ./build
If we add a mechanism to concatenate the contents of a source file, for example buildSrc/addExports to the four generated argfiles, then we only need to modify one file when creating a new package, and modify one file when the change has been promoted into the JDK.
The task is to create the mechanism, starting with close an addExports file that contains comments to start.
- backported by
-
JDK-8179412 Provide generic add-exports mechanism
-
- Resolved
-
- blocks
-
JDK-8177566 FX user module gets IllegalAccessException from sun.reflect.misc.Trampoline
-
- Resolved
-