-
Sub-task
-
Resolution: Fixed
-
P4
-
None
-
b15
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8349948 | 21.0.7 | Sendao Yan | P4 | Resolved | Fixed | b03 |
The java launcher currently supports "-mx", "-ms" as equivalent to "-Xmx" and "-Xms". This support is there only for backward compatibility against very old Java versions. Usage of "-mx" and "-ms" (along with some other launcher options) will be deprecated for removal, shortly. There are some tests which currently use these options when launching the tests. Those should be updated to use "-Xmx" and "-Xms" instead.
- backported by
-
JDK-8349948 Replace usages of -mx and -ms in some tests
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk21u-dev/4e19a9ba
-
Commit(master) openjdk/jdk/1d392492
-
Review(master) openjdk/jdk21u-dev/1392
-
Review(master) openjdk/jdk/20930