Details
Description
With the UseAppCDS flag being obsoleted in JDK 11, the following method in appcds TestCommon becomes a nop. The method and usage in various appcds tests can be cleaned up.
public static String[] makeCommandLineForAppCDS(String... args) throws Exception {
return args;
}
public static String[] makeCommandLineForAppCDS(String... args) throws Exception {
return args;
}
Attachments
Issue Links
- relates to
-
JDK-8193213 Make the UseAppCDS option obsolete
-
- Closed
-