RFR: 8343598: Since Checker can mark some preview elements as new even if bytecode reference is identical

Hannes Wallnöfer hannesw at openjdk.org
Thu Nov 21 17:17:14 UTC 2024


On Mon, 18 Nov 2024 17:06:03 GMT, Nizar Benalla <nbenalla at openjdk.org> wrote:

> Can I get a review for this test only change to the Since Checker?
> 
> I drop the distinction between classes and interfaces when generating ids and use a generic name "class" to describe both, as to not consider classes that get converted to interfaces (and vice versa) as new API (Something that may happen to APIs in preview).
> 
> TIA.

Looks good.

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

Marked as reviewed by hannesw (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22213#pullrequestreview-2452153761


More information about the core-libs-dev mailing list