8059083: Remove jdk.compact3 from modules.xml
Reviewed-by: alanb
This commit is contained in:
parent
883d16c219
commit
9db8ce689b
@ -112,8 +112,7 @@ public final class GenModulesList {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static final List<String> AGGREGATORS = Arrays.asList(new String[] {
|
static final List<String> AGGREGATORS = Arrays.asList(new String[] {
|
||||||
"java.se", "java.compact1", "java.compact2",
|
"java.se", "java.compact1", "java.compact2", "java.compact3"});
|
||||||
"java.compact3", "jdk.compact3"});
|
|
||||||
|
|
||||||
class TopoSorter {
|
class TopoSorter {
|
||||||
final Deque<Module> result = new LinkedList<>();
|
final Deque<Module> result = new LinkedList<>();
|
||||||
|
Loading…
Reference in New Issue
Block a user