-
Enhancement
-
Resolution: Fixed
-
P3
-
11
-
b14
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8322001 | 11.0.23 | Amos SHI | P3 | Resolved | Fixed | b01 |
JDK-8313586 | 11.0.22-oracle | Md Shahbaz Yusuf | P3 | Resolved | Fixed | b01 |
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;
}
- 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
-