RFR: 8081607: Change default GC for server configurations to G1

Stefan Johansson stefan.johansson at oracle.com
Tue Jun 23 09:26:08 UTC 2015


Thanks for the review Thomas,

New webrev:
http://cr.openjdk.java.net/~sjohanss/8081607/hotspot.01/

Stefan

On 2015-06-23 11:04, Thomas Schatzl wrote:
> Hi,
>
> On Tue, 2015-06-23 at 10:07 +0200, Stefan Johansson wrote:
>> Hi,
>>
>> Please review this change to make G1 the default GC:
>> https://bugs.openjdk.java.net/browse/JDK-8081607
>>
>> JEP:
>> http://openjdk.java.net/jeps/248
>>
>> Webrev:
>> http://cr.openjdk.java.net/~sjohanss/8081607/hotspot.00/
>>
>> Summary:
>> Changing the the default GC for server configurations to G1 (but not on
>> embedded). Also updated test to reflect the change.
>>
> Please use Platform.isServer()/isEmbedded() to find out the type of VM.
> I also recommend to remove the negation in the ifdef.
>
> Thanks,
>    Thomas
>
>



More information about the hotspot-dev mailing list