Hi,
Java 9 has done a good job of modularizing the codebase. This is great! And I need to port OpenJDK to a specific environment and want to do this incrementally. So far I've been able to build java.base successfully and now wondering, is there a way to install what has been built? I would assume the following commands would work: make java.base make install but the last line goes and compiles all the rest that I don't need. Does anybody how to compile and install only specific modules? Thanks!