On 23/05/2016 13:27, Ivan Krylov wrote:
(perhaps this question belongs to the jigsaw-dev list..)
How upgradable modules are defined.
JEP-261 uses this term but does not define it AFAICS.
make/commons/Modules.gmk defines the list of upgradeable modules, look
for UPGRADEABLE_MODULES. A module is upgradeable can be
overridden/upgraded by deploying it on the upgrade module path
(`-upgrademodulepath` to javac or java). If you want to go into more
details then we should probably move the discussion to jigsaw-dev.
-Alan