On 10/28/2015 1:50 PM, Stephen Colebourne wrote:
Just to note that my experiments of the last 2 hours suggest that "java -listmods" does not show user modules in its output, only JDK modules:
java -listmods lists modules in the runtime image. There is no distinction between "a user module in the image" and "a JDK module in the image". See the slide numbered 43 in Advanced Modular Development. See also the overview of -listmods in JEP 261, noting that "system modules" != "JDK modules".
Alex