[master] RFR: 8310167: [Lilliput] Properly deal with flag mismatch in CDS

Aleksey Shipilev shade at openjdk.org
Fri Jun 16 07:57:34 UTC 2023


On Thu, 15 Jun 2023 19:52:37 GMT, Roman Kennke <rkennke at openjdk.org> wrote:

> It seems to be lacking the testing changes. The VMProps.java change might affect testing outcomes.

We don't have the `UCOH` block in current `lilliput/jdk`, so it is not applicable:


    protected String vmCDS() {
        if (WB.getBooleanVMFlag("UseCompactObjectHeaders")) {
            return "false";
        }
        return "" + WB.isCDSIncluded();
    }

-------------

PR Comment: https://git.openjdk.org/lilliput/pull/98#issuecomment-1594268589


More information about the lilliput-dev mailing list