Loading... (original) (raw)

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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8313586 [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8322001 [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed

relates to

Enhancement - null JDK-8193213 Make the UseAppCDS option obsolete

links to

Commit Commit openjdk/jdk11u-dev/7d85ecfd

Review Review openjdk/jdk11u-dev/2313