> On Jul 5, 2016, at 12:15 AM, Wang Weijun <weijun.w...@oracle.com> wrote: > >>> 1. How does updating <top>/make/common/Modules.gmk affect an exploded build? >> The mappings are used for both exploded and images build so the >> configuration in this make file is for both. > > I see. BTW, which file contain the mappings?
It’s generated at the build time: $BUILD_OUTPUTDIR/support/gensrc/java.base/jdk/internal/module/ModuleLoaderMap.java Mandy