Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P3
- Fix Version/s: 12
- Affects Version/s: 11
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;
}
backported by
JDK-8313586 [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
- Resolved
JDK-8322001 [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
- Resolved
relates to
JDK-8193213 Make the UseAppCDS option obsolete
- Closed
links to
Commit openjdk/jdk11u-dev/7d85ecfd
Review openjdk/jdk11u-dev/2313