RFR: 8327000: GenShen: Integrate updated Shenandoah implementation of FreeSet into GenShen [v8]

Kelvin Nilsen kdnilsen at openjdk.org
Wed Jun 19 17:56:37 UTC 2024


On Mon, 17 Jun 2024 20:34:59 GMT, William Kemper <wkemper at openjdk.org> wrote:

>> Kelvin Nilsen has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Minor refinements to test programs
>>   
>>   TestAllocIntArrays: comments to explain behavior.
>>   TestOldGrowthTriggers: reduce the number of loop iterations so this test
>>   will not time out on less powerful test platforms.
>
> test/hotspot/jtreg/gc/shenandoah/TestAllocIntArrays.java line 211:
> 
>> 209:         final int max = 384 * 1024;
>> 210:         // Each allocated int array is assumed to consume 16 bytes for alignment and header, plus
>> 211:         //  an everage of 4 * the average number of elements in the array.
> 
> s/everage/average

Thanks.  Corrected.

-------------

PR Review Comment: https://git.openjdk.org/shenandoah/pull/440#discussion_r1646558688


More information about the shenandoah-dev mailing list