RFR (XS) 8221726: Multiple build failures after JDK-8221698 (Remove redundant includes from popular header files)
Aleksey Shipilev
shade at redhat.com
Mon Apr 1 08:06:42 UTC 2019
On 4/1/19 6:37 AM, Thomas Stüfe wrote:
> On Mon 1. Apr 2019 at 00:19, David Holmes <david.holmes at oracle.com <mailto:david.holmes at oracle.com>>
> wrote:
> Aside: are there any tools that will show where a particular declaration
> is being included from? We've obviously got some interesting transitive
> closures with conditional includes.
Yes. I need to add that my CI builds without PCH, which exposes this kind of thing too.
> I think it would be helpful if we could have at least one zero build (eg x64) in jdk-submit.
In this case, x86_64-minimal would be nice. And it builds much faster than x86_64-zero, which calls
jmod/jlink with Zero, and that gets quite slow.
Pushed the fix.
Thanks,
-Aleksey
More information about the hotspot-runtime-dev
mailing list