-
Enhancement
-
Resolution: Fixed
-
P3
-
15
-
b21
This is a refactoring that is long time overdue. In fact, it should have been done as part of the original Jigsaw implementation, but because Reasons this did not happen.
This change will turn the include structure "inside out" for the phase specific make files (e.g. gensrc, lib, copy, ...). So instead of grouping all gensrc files together, now all e.g. jdk.compiler files are grouped together. This will present a clearer picture of the overall needs of the respective modules.
I expect to post additional patches to make the structure shine. For instance, the files moved to "common/modules" certainly warrants a second look on where they actually belong (perhaps as part of ModuleWrapper?), and if they really are needed.
This bug ties in with JDK-8241463,JDK-8055193 and JDK-8055192.
This change will turn the include structure "inside out" for the phase specific make files (e.g. gensrc, lib, copy, ...). So instead of grouping all gensrc files together, now all e.g. jdk.compiler files are grouped together. This will present a clearer picture of the overall needs of the respective modules.
I expect to post additional patches to make the structure shine. For instance, the files moved to "common/modules" certainly warrants a second look on where they actually belong (perhaps as part of ModuleWrapper?), and if they really are needed.
This bug ties in with JDK-8241463,
- relates to
-
JDK-8241463 Group build tools under their respective modules
- Open
-
JDK-8055192 Move java and copy specific information in CompileJavaModules.gmk to module specific makefiles
- Closed
-
JDK-8055193 Move jdk/make/data to module specific src dirs after source restructure
- Closed
-
JDK-8253000 Remove redundant MAKE_SUBDIR argument
- Resolved