[jdk8u-dev] RFR: 8207011: Remove uses of the register storage class specifier

Andrew John Hughes andrew at openjdk.org
Fri May 31 16:27:10 UTC 2024


On Mon, 27 May 2024 06:39:23 GMT, Jan Kratochvil <jkratochvil at openjdk.org> wrote:

> Make jdk8 natively buildable on a recent Linux system (tested Fedora 40 = gcc-14.1).
> Cherry-pick was not clean but removing **register** is a simple task.
> There will be 8 backports needed.

> > There should be `-std=gnu++98` but for some reason some (all?) source files do not use it, to be investigated more.
> 
> AFAIK this is work in progress by @gnu-andrew in: #357

Thanks. Yes, that should solve this problem without having to adjust the source code and should now be ready for review. I'll see if I can get some people to give it a fresh look.

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

PR Comment: https://git.openjdk.org/jdk8u-dev/pull/508#issuecomment-2142600699


More information about the jdk8u-dev mailing list