Integrated: 8297: Update OptionsCheckRule for new JDK releases

Hendrik Schick duke at openjdk.org
Sat Mar 29 18:45:26 UTC 2025


On Wed, 26 Mar 2025 05:25:19 GMT, Hendrik Schick <duke at openjdk.org> wrote:

> New cli-options were added for JDK release 22, 23 based on the official release notes (removed part and deprecated path)
> https://www.oracle.com/java/technologies/javase/22-relnote-issues.html
> https://www.oracle.com/java/technologies/javase/23-relnote-issues.html
> 
> I also updated existing depcrecated options in the array based on
> this file in the jdk https://github.com/openjdk/jdk/blob/master/src/hotspot/share/runtime/arguments.cpp#L516 which is regularly updated, i switched between git tags to find earlier options when they were part of the array. I did this to jdk10, but not before jdk version 10 for everything i could find. I can also update the arguments, which were obsoleted in jdk9.
> 
> 
> this pr was already approved previously by @Gunde; the pr was closed due to inactivity.

This pull request has now been integrated.

Changeset: ec909fb0
Author:    Hendrik Schick <hendrikjschick at gmail.com>
Committer: Marcus Hirt <hirt at openjdk.org>
URL:       https://git.openjdk.org/jmc/commit/ec909fb04a14ead1a705af1c15bcd047fa728339
Stats:     66 lines in 3 files changed: 30 ins; 0 del; 36 mod

8297: Update OptionsCheckRule for new JDK releases

Reviewed-by: hirt

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

PR: https://git.openjdk.org/jmc/pull/633


More information about the jmc-dev mailing list