[jdk8u-dev] RFR: 8329826: GCC 12 reports some compiler error when building jdk8 [v3]
Zdenek Zambersky
zzambers at openjdk.org
Mon Aug 19 10:29:57 UTC 2024
On Fri, 10 May 2024 01:15:32 GMT, Kun Wang <kwang at openjdk.org> wrote:
>> Env:
>> ldd (GNU libc) 2.38
>> gcc (GCC) 12.3.1
>>
>> Test the PR patch;
>> Build release/fastdebug/slowdebug version pass
>>
>> Reported issue : https://bugs.openjdk.org/browse/JDK-8329826
>
> Kun Wang has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains two new commits since the last revision:
>
> - revert gcc.make and cuncurrentMark.cpp
> - add the processing of the failure to obtain static fields by instanceKlass
Issue with register keyword has been fixed by:
https://github.com/openjdk/jdk8u-dev/pull/357
Issue in `type.cpp` seems like duplicate of these backports:
https://github.com/openjdk/jdk8u-dev/pull/536
https://github.com/openjdk/jdk8u-dev/pull/552
(which also include tests)
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/479#issuecomment-2296237119
More information about the jdk8u-dev
mailing list