8339834: Replace usages of -mx and -ms in some tests

Reviewed-by: aivanov, ascarpino, prr, dholmes
This commit is contained in:
Jaikiran Pai 2024-09-12 02:02:14 +00:00
parent c3711dc909
commit 1d39249231
9 changed files with 17 additions and 22 deletions

View file

@ -59,7 +59,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* However, note that because of the way SoftReferences are implemented in
* HotSpot at the moment, this may not work perfectly as it clears them fairly
* eagerly. Performance may be improved if the Java heap size is set to larger
* value using e.g. java -ms64M -mx128M foo.Test
* value using e.g. java -Xms64M -Xmx128M foo.Test
*
* Cache sizing: the memory cache is implemented on top of a LinkedHashMap.
* In its current implementation, the number of buckets (NOT entries) in