RFR: 8200737: Move GC code out of Arguments::check_vm_args_consistency into GCArguments
Stefan Karlsson
stefan.karlsson at oracle.com
Thu Apr 5 09:32:55 UTC 2018
Thanks, StefanJ.
StefanK
On 2018-04-05 10:16, Stefan Johansson wrote:
> Hi,
>
> On 2018-04-04 15:42, Stefan Karlsson wrote:
>> Hi all,
>>
>> Please review this patch to move GC code out of
>> Arguments::check_vm_args_consistency into GCArguments.
>>
>> http://cr.openjdk.java.net/~stefank/8200737/webrev.01/
>> https://bugs.openjdk.java.net/browse/JDK-8200737
> Looks good,
> StefanJ
>>
>> This moves one of the usages of INCLUDE_ALL_GCS out of the runtime
>> code into GC code, which helps the code in:
>> https://bugs.openjdk.java.net/browse/JDK-8200729
>>
>> I've verified that the changed flags are not used between the previous
>> location and the new location.
>>
>> Thanks,
>> StefanK
More information about the hotspot-gc-dev
mailing list