RFR: 8252995: Non-PCH builds broken by JDK-8250961
Stefan Johansson
sjohanss at openjdk.java.net
Thu Sep 10 08:45:23 UTC 2020
On Thu, 10 Sep 2020 08:22:19 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
> 8252995: Non-PCH builds broken by JDK-8250961
>
> Please review this trivial fix for no-PCH build failures, introduced by
> JDK-8250961.
>
> Only one file _requires_ an additional #include. There are other files that
> were modified by that change that probably should have had an include added,
> on the "include what you use" theory. But in the interest of faster
> turn-around to fix the build failure, I'm not dealing with any of those in
> this change.
>
> Testing:
> local (linux-x64) no-pch build with shenandoah included
> mach5 builds-tier1 (in progress)
Looks good and trivial.
-------------
Marked as reviewed by sjohanss (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/107
More information about the hotspot-gc-dev
mailing list