RFR: 8339835: Replace usages of -mx and -ms in some client-libs tests

Alexander Zvegintsev azvegint at openjdk.org
Tue Sep 10 17:32:07 UTC 2024


On Tue, 10 Sep 2024 09:59:56 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> Can I please get a review of this test-only change which updates some client-libs tests to replace the usage of the outdated `-mx` and `-ms` java launcher options with `-Xmx`  and `-Xms`?
> 
> As noted in https://bugs.openjdk.org/browse/JDK-8339835, these outdated options will soon be deprecated for removal from the java launcher code.
> 
> tier testing in our CI is currently in progress with these changes.

Marked as reviewed by azvegint (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/20931#pullrequestreview-2293218724


More information about the client-libs-dev mailing list