8157449: Adjust link-time generated Species classes to match JDK-8148604 usage

Reviewed-by: shade
This commit is contained in:
Claes Redestad 2016-05-20 20:27:28 +02:00
parent d90c351322
commit 409d4bd80c

View File

@ -101,8 +101,8 @@ public final class GenerateJLIClassesPlugin implements TransformerPlugin {
*/
public static List<String> defaultSpecies() {
return List.of("LL", "L3", "L4", "L5", "L6", "L7", "L7I",
"L7II", "L7IIL", "L8", "L9", "L10", "L11", "L11I", "L11II",
"L12", "L13", "LI", "D", "L3I", "LIL", "LLI", "LLIL",
"L7II", "L7IIL", "L8", "L9", "L10", "L10I", "L10II", "L10IIL",
"L11", "L12", "L13", "LI", "D", "L3I", "LIL", "LLI", "LLIL",
"LILL", "I", "LLILL");
}