RFR: Disable "super" partial heuristics, leaving only LRU/Generational

Aleksey Shipilev shade at redhat.com
Wed Aug 2 14:28:09 UTC 2017


On 08/02/2017 01:33 PM, Aleksey Shipilev wrote:
> I think generic "partial" heuristics outlived its purpose as the proving ground for minor
> collections support. Now that we have more advanced heuristics like LRU/Generational, we can stop
> using the generic one:
>   http://cr.openjdk.java.net/~shade/shenandoah/partial-remove-super/webrev.01/
> 
> The generic one is not tuned anyway, and only wastes testing cycles. Further work may add more
> sub-classes that employ other partial cset selection strategies.

I am retracting this patch. It seems better to move this heuristics to the leaf class, and work from
there.

-Aleksey



More information about the shenandoah-dev mailing list