Integrated: 8291238: JDK can't be built without G1

Calvin Cheung ccheung at openjdk.org
Tue Aug 9 16:34:28 UTC 2022


On Tue, 9 Aug 2022 03:42:11 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> Please review this simple change for fixing build failure without G1.
> 
> The fix is by adding `#if INCLUDE_G1GC ... #endif` around some G1 specific code.
> 
> Passed builds-tier1 with G1GC disabled.

This pull request has now been integrated.

Changeset: 8d0d9eaa
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/8d0d9eaa9c4b250d90e18e709aff7bdfd70b3395
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8291238: JDK can't be built without G1

Reviewed-by: stuefe, jiefu

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

PR: https://git.openjdk.org/jdk/pull/9800


More information about the hotspot-runtime-dev mailing list