2016/7/13 7:35:08 -0700, pbened...@apache.org: > Given that ClassLoader#getUnnamedModule is not a static method, the > signature implies different class loaders can have different unnamed > modules. I only say "imply" because I would expected a static method to be > the source of a singleton object. AFAICT, there is just one "unnamed" > module according to the SOTMS... so what's with requiring non-static > access?
http://openjdk.java.net/projects/jigsaw/spec/sotms/#unnamed-modules - Mark