Integrated: 8252995: Non-PCH builds broken by JDK-8250961

Kim Barrett kbarrett at openjdk.java.net
Thu Sep 10 08:51:17 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)

This pull request has now been integrated.

Changeset: d236cf4b
Author:    Kim Barrett <kbarrett at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/d236cf4b
Stats:     1 line in 1 file changed: 0 ins; 1 del; 0 mod

8252995: Non-PCH builds broken by JDK-8250961

Reviewed-by: sjohanss, stefank

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

PR: https://git.openjdk.java.net/jdk/pull/107



More information about the hotspot-gc-dev mailing list