RFR: 8283352: [CDS] SharedBaseAddress.java fails on x86_32

Jie Fu jiefu at openjdk.java.net
Fri Mar 18 09:09:38 UTC 2022


On Fri, 18 Mar 2022 08:21:38 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> > I think it's better to keep testing the 32-bit VM with values that are valid in 32-bit. How about splitting `testTable` into two parts: one for all builds, one for 64-bit platforms only?
> 
> Or, just ignore table entries < (4G - whatever reasonable size we assume for the CDS archive, let's say 256M).
> 
> Update: on second thought, I like Iois idea more, of a table specially curated toward 32bit.

Thank you all for your review and comments.
Updated.
Thanks.

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

PR: https://git.openjdk.java.net/jdk/pull/7863


More information about the hotspot-runtime-dev mailing list