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

Roman Kennke rkennke at openjdk.org
Fri Jun 16 08:15:53 UTC 2023


On Fri, 16 Jun 2023 07:54:10 GMT, Aleksey Shipilev <shade 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.
> 
> Current `lilliput/jdk` is:
> 
> ```
>     protected String vmCDS() {
>         return "" + WB.isCDSIncluded();
>     }
> ```

Ok, but getting the new test:
test/hotspot/jtreg/runtime/cds/CdsDifferentCompactObjectHeaders.java

would be useful?

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

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


More information about the lilliput-dev mailing list