-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
None
-
b16
Currently, when doing a build after a change that does not modify an API of a module, only that single module is compiled, and the compilation of dependent modules is skipped.
But, sometimes, the modification is so small that it does not affect even other files in the given module, so only affected files could be recompiled, further speeding up the build process.
But, sometimes, the modification is so small that it does not affect even other files in the given module, so only affected files could be recompiled, further speeding up the build process.
- relates to
-
JDK-8294368 Java incremental builds broken on Windows after JDK-8293116
-
- Resolved
-