Re: RFR: 8263102: Expand documention of Method.isBridge [v2]

2021-03-08 Thread Joe Darcy
Hi Stuart, On 3/8/2021 6:02 PM, Stuart Marks wrote: On Sat, 6 Mar 2021 17:44:18 GMT, Joe Darcy wrote: The existing documentation of Method.isBridge isn't terribly helpful to the reader. This RFE proposes to given a common example of how bridge methods are used. The JLS does *not* have a sec

Re: RFR: 8263102: Expand documention of Method.isBridge [v2]

2021-03-08 Thread liach
On Tue, 9 Mar 2021 01:58:38 GMT, Stuart Marks wrote: >> Joe Darcy has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Improve linkage for isSynethetic. > > src/java.base/share/classes/java/lang/reflect/Method.java line 597: > >> 595: *

Re: RFR: 8263102: Expand documention of Method.isBridge [v2]

2021-03-08 Thread Stuart Marks
On Sat, 6 Mar 2021 17:44:18 GMT, Joe Darcy wrote: >> The existing documentation of Method.isBridge isn't terribly helpful to the >> reader. This RFE proposes to given a common example of how bridge methods >> are used. The JLS does *not* have a section discussing bridge methods in >> detail; b

Re: RFR: 8263102: Expand documention of Method.isBridge [v2]

2021-03-06 Thread Joe Darcy
> The existing documentation of Method.isBridge isn't terribly helpful to the > reader. This RFE proposes to given a common example of how bridge methods are > used. The JLS does *not* have a section discussing bridge methods in detail; > bridge methods are a compilation technique for lowering t