Re: [jdk21] RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-21 Thread Maurizio Cimadamore
On Mon, 19 Jun 2023 14:58:13 GMT, Per Minborg wrote: > Hi all, > > This pull request contains a backport of commit > [b412fc79](https://github.com/openjdk/jdk/commit/b412fc79c3c2548df10918090beedaf6b2d08d96) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

Re: [jdk21] RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-21 Thread Per Minborg
On Mon, 19 Jun 2023 14:58:13 GMT, Per Minborg wrote: > Hi all, > > This pull request contains a backport of commit > [b412fc79](https://github.com/openjdk/jdk/commit/b412fc79c3c2548df10918090beedaf6b2d08d96) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

Re: [jdk21] RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-20 Thread Kevin Rushforth
On Mon, 19 Jun 2023 14:58:13 GMT, Per Minborg wrote: > Hi all, > > This pull request contains a backport of commit > [b412fc79](https://github.com/openjdk/jdk/commit/b412fc79c3c2548df10918090beedaf6b2d08d96) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

Re: [jdk21] RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-20 Thread Per Minborg
On Mon, 19 Jun 2023 14:58:13 GMT, Per Minborg wrote: > Hi all, > > This pull request contains a backport of commit > [b412fc79](https://github.com/openjdk/jdk/commit/b412fc79c3c2548df10918090beedaf6b2d08d96) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

Re: [jdk21] RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-20 Thread Maurizio Cimadamore
On Tue, 20 Jun 2023 12:10:23 GMT, Kevin Rushforth wrote: > Since this is a P4 Enhancement, you will need approval to backport this to > JDK 21 during RDP1. See the "Late-Enhancement Request Process" section of > [JEP 3](https://openjdk.org/jeps/3). Test and documentation bugs and enhancements

Re: [jdk21] RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-20 Thread Kevin Rushforth
On Mon, 19 Jun 2023 14:58:13 GMT, Per Minborg wrote: > Hi all, > > This pull request contains a backport of commit > [b412fc79](https://github.com/openjdk/jdk/commit/b412fc79c3c2548df10918090beedaf6b2d08d96) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit bein

RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-19 Thread Per Minborg
Hi all, This pull request contains a backport of commit [b412fc79](https://github.com/openjdk/jdk/commit/b412fc79c3c2548df10918090beedaf6b2d08d96) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by Per Minborg on 16 Jun 2023 and was revi

Re: RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-16 Thread Maurizio Cimadamore
On Tue, 13 Jun 2023 14:13:42 GMT, Per Minborg wrote: > This PR proposes adding `@sealedGraph` to `GroupLayout` so the latter will be > rendered in the javadocs the same way the other layouts that has public > sub-interfaces. Marked as reviewed by mcimadamore (Reviewer). - PR Revi

RFR: 8309937: Add @sealedGraph for some Panama FFM interfaces

2023-06-13 Thread Per Minborg
This PR proposes adding `@sealedGraph` to `GroupLayout` so the latter will be rendered in the javadocs the same way the other layouts that has public sub-interfaces. - Commit messages: - Add @sealedGraph to GroupLayout Changes: https://git.openjdk.org/jdk/pull/14449/files Webrev: