On Tue, 10 Sep 2024 09:46:14 GMT, Jaikiran Pai <j...@openjdk.org> wrote:
> Can I please get a review of this trivial change which replaces the usages of > `-mx` and `-ms` to `-Xmx` and `-Xms` in tests and in one code comment? > > As noted in https://bugs.openjdk.org/browse/JDK-8339834, these options are > outdated and support for them will soon be deprecated and removed as part of > https://bugs.openjdk.org/browse/JDK-8286851. > > There are some more tests remaining in client-libs area which too require a > similar change. I'll be creating a separate JBS issue and PR for that. This pull request has now been integrated. Changeset: 1d392492 Author: Jaikiran Pai <j...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/1d392492311daceeae12769cb9494eae63289853 Stats: 22 lines in 9 files changed: 0 ins; 5 del; 17 mod 8339834: Replace usages of -mx and -ms in some tests Reviewed-by: aivanov, ascarpino, prr, dholmes ------------- PR: https://git.openjdk.org/jdk/pull/20930