RFR: 8283352: [CDS] SharedBaseAddress.java fails on x86_32
Thomas Stuefe
stuefe at openjdk.java.net
Fri Mar 18 08:26:39 UTC 2022
On Fri, 18 Mar 2022 06:15:45 GMT, Ioi Lam <iklam 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7863
More information about the hotspot-runtime-dev
mailing list