RFR: 8299915: Remove ArrayAllocatorMallocLimit and associated code [v2]

Afshin Zafari azafari at openjdk.org
Tue Sep 26 08:35:14 UTC 2023


On Tue, 26 Sep 2023 02:07:41 GMT, David Holmes <dholmes at openjdk.org> wrote:

>> Afshin Zafari has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   other size_t flags than the ArrayAllocatorMallocLimit are used in tests.
>
> test/lib-test/jdk/test/whitebox/vm_flags/SizeTTest.java line 38:
> 
>> 36: 
>> 37: public class SizeTTest {
>> 38:     private static final String FLAG_NAME = "StringDeduplicationCleanupDeadMinimum";
> 
> Again a non-experimental flag, like MetaspaceSize, might be better here.

`MetaspaceSize` is used with its lower bound 65536. Otherwise, the test fails.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15859#discussion_r1336830220


More information about the hotspot-dev mailing list