Re: RFR: 8316970: Add internal annotation to mark restricted methods [v2]

2023-09-27 Thread Jorn Vernee
On Wed, 27 Sep 2023 17:23:48 GMT, Maurizio Cimadamore wrote: >> This patch adds a new internal annotation that is used to mark all >> restricted me >> thods in the FFM API. The new annotation is similar to the one we used for >> preview API methods. >> >> We plan to use the new annotation for

Re: RFR: 8316970: Add internal annotation to mark restricted methods [v2]

2023-09-27 Thread Maurizio Cimadamore
> This patch adds a new internal annotation that is used to mark all restricted > me > thods in the FFM API. The new annotation is similar to the one we used for > preview API methods. > > We plan to use the new annotation for adding new javac warnings when calling > restricted methods, as well

Re: RFR: 8316970: Add internal annotation to mark restricted methods [v2]

2023-09-27 Thread Iris Clark
On Wed, 27 Sep 2023 17:29:29 GMT, Maurizio Cimadamore wrote: >> This patch adds a new internal annotation that is used to mark all >> restricted me >> thods in the FFM API. The new annotation is similar to the one we used for >> preview API methods. >> >> We plan to use the new annotation for

Re: RFR: 8316970: Add internal annotation to mark restricted methods [v2]

2023-09-27 Thread Alan Bateman
On Wed, 27 Sep 2023 17:29:29 GMT, Maurizio Cimadamore wrote: >> This patch adds a new internal annotation that is used to mark all >> restricted me >> thods in the FFM API. The new annotation is similar to the one we used for >> preview API methods. >> >> We plan to use the new annotation for