JDK-8202282 : [TESTBUG] appcds TestCommon.makeCommandLineForAppCDS() can be removed
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-04-25
  • Updated: 2023-12-08
  • Resolved: 2018-09-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12
11.0.22-oracleFixed 12 b14Fixed
Related Reports
Relates :  
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;
    }
Comments
[jdk11u-fix-request] Approval Request from Amos “Backporting for parity with jdk 11.0.22-oracle. No risk, test fix. Unclean backport. SAP nightlies passed on 2023-11-30.”
07-12-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/2313 Date: 2023-11-30 05:15:14 +0000
30-11-2023

Github link https://github.com/openjdk/jdk/commit/5108d2e1dd0c89f45aa508d17fb3706e81afb7e1
06-11-2023

URL: http://hg.openjdk.java.net/jdk/jdk/rev/1e7353bd1499 User: ccheung Date: 2018-09-27 01:22:34 +0000
27-09-2018

Marked 'fix version' as 12. It can be done in 11 if we have time.
25-04-2018