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

Thomas Stuefe stuefe at openjdk.org
Tue Aug 9 04:57:21 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.

LGTM

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

Marked as reviewed by stuefe (Reviewer).

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


More information about the hotspot-runtime-dev mailing list