[jdk8u-dev] RFR: JDK-8324530: Build error with gcc 10
Thomas Stuefe
stuefe at openjdk.org
Thu Feb 22 20:41:58 UTC 2024
On Fri, 16 Feb 2024 18:26:17 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
>> This is a trivial fix to a build error (and the underlying off-by-one error, which is only theoretical) gcc 10 warns about.
>>
>> Note that this issue has been fixed in JDK 11 and later as part of 8140594: "Various minor code improvements (compiler)", but that patch is much larger and would need more intense review. Here, I'd like to just fix this one problem that breaks the build with gcc 10.
>
> Windows x86 issue was a result of the January 2024 security changes and should now have been resolved by [JDK-8324184](https://bugs.openjdk.org/browse/JDK-8324184)
Thanks @gnu-andrew .
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/424#issuecomment-1960276121
More information about the jdk8u-dev
mailing list