jdk/make/src/classes/build/tools/jigsaw/GenGraphs.java
changeset 43539 b7c4265f40e7
parent 42708 b59eb84f0b0f
child 43712 5dfd0950317c
equal deleted inserted replaced
43538:5b3936afe090 43539:b7c4265f40e7
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   124         ranks.add(Set.of("java.logging", "java.scripting", "java.xml"));
   124         ranks.add(Set.of("java.logging", "java.scripting", "java.xml"));
   125         ranks.add(Set.of("java.sql"));
   125         ranks.add(Set.of("java.sql"));
   126         ranks.add(Set.of("java.compiler", "java.instrument"));
   126         ranks.add(Set.of("java.compiler", "java.instrument"));
   127         ranks.add(Set.of("java.desktop", "java.management"));
   127         ranks.add(Set.of("java.desktop", "java.management"));
   128         ranks.add(Set.of("java.corba", "java.xml.ws"));
   128         ranks.add(Set.of("java.corba", "java.xml.ws"));
   129         ranks.add(Set.of("java.xml.bind", "java.annotations.common"));
   129         ranks.add(Set.of("java.xml.bind", "java.xml.ws.annotation"));
   130 
   130 
   131     }
   131     }
   132 
   132 
   133     private final Path dir;
   133     private final Path dir;
   134     private final Set<ModuleDescriptor> javaGroup;
   134     private final Set<ModuleDescriptor> javaGroup;