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

Nizar Benalla nbenalla at openjdk.org
Fri Nov 22 18:01:27 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.

This pull request has now been integrated.

Changeset: 5154b716
Author:    Nizar Benalla <nbenalla at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/5154b71637e685807952e3e776e4583f0a6280f6
Stats:     12 lines in 1 file changed: 0 ins; 4 del; 8 mod

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

Reviewed-by: hannesw

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

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


More information about the core-libs-dev mailing list