On Wed, 6 Apr 2022 17:43:34 GMT, John R Rose <jr...@openjdk.org> wrote:

>> Paul Sandoz has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Doc and test updates.
>
> test/jdk/java/lang/AbstractCompressExpandTest.java line 104:
> 
>> 102:     abstract long expectedExpand(long i, long mask);
>> 103: 
>> 104:     static int SIZE = 1024;
> 
> It feels like `SIZE` should be a constructor parameter, to make it easier to 
> run ad hoc stress tests.

That's tricky because the test is TestNG based, launched via jtreg, it would 
need to be a system property.

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

PR: https://git.openjdk.java.net/jdk/pull/8115

Reply via email to