Request for review: JDK-8003581, , UseG1GC is not properly accounted for by INCLUDE_ALTERNATE_GCS
Joe Provino
joseph.provino at oracle.com
Thu Jan 24 10:56:16 PST 2013
On 1/24/2013 1:45 PM, Bob Vandette wrote:
> You claim to be defaulting to SerialGC but you don't set UseG1GC to false?
>
> If you build with INCLUDE_ALL_GCS=1, the G1 code will be available and be used.
Do I need a call to force_serial_gc() or maybe just
FLAG_SET_DEFAULT(UseG1GC, false)
joe
> Bob.
>
> On Jan 24, 2013, at 1:38 PM, Joe Provino wrote:
>
>> Webrev is here: http://cr.openjdk.java.net/~jprovino/8003581/webrev.00
>>
>> It's a change to one file: arguments.cpp.
>>
>> thanks.
>>
>> joe
More information about the hotspot-dev
mailing list