RFR: 8291238: JDK can't be built without G1
Calvin Cheung
ccheung at openjdk.org
Tue Aug 9 16:34:26 UTC 2022
On Tue, 9 Aug 2022 04:53:26 GMT, Thomas Stuefe <stuefe 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
Thanks @tstuefe, @DamonFool for the review.
-------------
PR: https://git.openjdk.org/jdk/pull/9800
More information about the hotspot-runtime-dev
mailing list