Improve automatic module handling in module graph construction

Add all automatic modules to roots if at least one automatic module is
added, as per
http://cr.openjdk.java.net/~mr/jigsaw/spec/api/java/lang/module/package-summary.html
This commit is contained in:
Alexander Udalov
2017-06-30 18:03:17 +03:00
parent c428505d4d
commit 9199023952
11 changed files with 57 additions and 3 deletions
@@ -0,0 +1,3 @@
package foo;
public class Foo {}