Update to JEP 261: Module System

2016-06-15 Thread mark . reinhold
I've updated JEP 261 (http://openjdk.java.net/jeps/261). Major changes include: - The special ALL-DEFAULT module name, which represents the default set of root modules for use with the -addmods option [1]; - A more thorough explanation of how the built-in class loaders have changed,

JEP 261: Module System

2015-09-09 Thread mark . reinhold
New JEP Candidate: http://openjdk.java.net/jeps/261 - Mark