< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/internal/plugins/GenerateJLIClassesPlugin.java

Print this page

        

*** 157,173 **** @Override public void configure(Map<String, String> config) { String mainArgument = config.get(NAME); - if ("none".equals(mainArgument)) { - speciesTypes = Set.of(); - invokerTypes = Set.of(); - dmhMethods = Map.of(); - return; - } - // Start with the default configuration Set<String> defaultBMHSpecies = defaultSpecies(); // Expand BMH species signatures defaultBMHSpecies = defaultBMHSpecies.stream() .map(type -> expandSignature(type)) --- 157,166 ----
< prev index next >