RFR: 8252995: Non-PCH builds broken by JDK-8250961
Aditya Mandaleeka
adityam at openjdk.java.net
Thu Sep 10 19:33:50 UTC 2020
On Thu, 10 Sep 2020 08:45:26 GMT, Stefan Karlsson <stefank 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.
Thanks for fixing this @kimbarrett!
-------------
PR: https://git.openjdk.java.net/jdk/pull/107
More information about the hotspot-gc-dev
mailing list