Integrated: 8349771: Replace usages of -mx and -ms in some monitor tests

SendaoYan syan at openjdk.org
Tue Feb 11 12:41:29 UTC 2025


On Tue, 11 Feb 2025 03:48:38 GMT, SendaoYan <syan at openjdk.org> wrote:

> Hi all,
> This PR updates two runtime/Monitor tests to replace the usage of the outdated `-mx` and `-ms` java launcher options with `-Xmx` and `-Xms`.
> 
> As noted in [JDK-8349771](https://bugs.openjdk.org/browse/JDK-8349771), these outdated options will soon be deprecated for removal from the java launcher code.
> 
> Change has been verified locally, test-fix only, no risk.

This pull request has now been integrated.

Changeset: 545d19f1
Author:    SendaoYan <syan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/545d19f1fa102d35908528520dc19a7d16000d63
Stats:     38 lines in 2 files changed: 0 ins; 0 del; 38 mod

8349771: Replace usages of -mx and -ms in some monitor tests

Reviewed-by: jpai, stefank, dholmes

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

PR: https://git.openjdk.org/jdk/pull/23553


More information about the hotspot-runtime-dev mailing list