RFR: Remove Shenandoah from TestSmallHeap jtreg test

Aleksey Shipilev shade at redhat.com
Sat Sep 9 12:18:12 UTC 2017


On 09/09/2017 12:00 AM, Roman Kennke wrote:
> The TestSmallHeap test is bogus for Shenandoah. It verfies if the final
> max heap size is pagesize*heap_bytes_per_card. On a machine with 64K
> page size, this fails, because it ends up with an expected heap size of
> 32MB. But Shenandoah doesn't care about cards, and thus leaves heap size
> at 4MB (as passed in via -Xmx).
> 
> I propose to remove Shenandoah from that test as quick fix. We may want
> to add a derived small-heap test to gc/shenandoah later.
> 
> http://cr.openjdk.java.net/~rkennke/testsmallheap/webrev.00/

Okay. Would be nice to split out the Shenandoah-specific test.

-Aleksey



More information about the shenandoah-dev mailing list