RFR: 8281472: JVM options processing silently truncates large illegal options values [v2]
David Holmes
dholmes at openjdk.java.net
Tue Mar 1 23:39:10 UTC 2022
On Tue, 1 Mar 2022 22:06:45 GMT, Xin Liu <xliu at openjdk.org> wrote:
>> Thanks Ioi and David for your reviews and assistance with this change!
>
> hi, @hseigel,
>
> I run into build error on linux/i586.
> https://github.com/navyxliu/jdk/runs/5382424074?check_suite_focus=true
>
> GlobalDefinitions.hpp says that `intx` is 32bit wide on a 32-bit system. (intx)jint_max +1 should overflow on 32bit systems. could you take a look?
>
> --lx
@navyxliu I will file a new bug for that.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7522
More information about the hotspot-dev
mailing list