Re: RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants [v2]

2023-10-22 Thread Hamlin Li
On Wed, 11 Oct 2023 11:18:41 GMT, Per Minborg wrote: >> This PR proposes to add @sealedGraph to MethodHandleDesc and descendants. > > Per Minborg has updated the pull request incrementally with two additional > commits since the last revision: > > - Update copyright year > - Revoke change in

Re: RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants [v2]

2023-10-18 Thread Jorn Vernee
On Wed, 11 Oct 2023 11:18:41 GMT, Per Minborg wrote: >> This PR proposes to add @sealedGraph to MethodHandleDesc and descendants. > > Per Minborg has updated the pull request incrementally with two additional > commits since the last revision: > > - Update copyright year > - Revoke change in

Re: RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants [v2]

2023-10-17 Thread Per Minborg
On Wed, 11 Oct 2023 11:18:41 GMT, Per Minborg wrote: >> This PR proposes to add @sealedGraph to MethodHandleDesc and descendants. > > Per Minborg has updated the pull request incrementally with two additional > commits since the last revision: > > - Update copyright year > - Revoke change in

Re: RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants [v2]

2023-10-11 Thread Per Minborg
On Wed, 11 Oct 2023 07:57:11 GMT, Chen Liang wrote: >> Per Minborg has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - Update copyright year >> - Revoke change in DMHD > > src/java.base/share/classes/java/lang/constant/DirectMethodHandleD

Re: RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants [v2]

2023-10-11 Thread Per Minborg
> This PR proposes to add @sealedGraph to MethodHandleDesc and descendants. Per Minborg has updated the pull request incrementally with two additional commits since the last revision: - Update copyright year - Revoke change in DMHD - Changes: - all: https://git.openjdk.org/jdk

Re: RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants

2023-10-11 Thread Chen Liang
On Wed, 11 Oct 2023 07:45:17 GMT, Per Minborg wrote: > This PR proposes to add @sealedGraph to MethodHandleDesc and descendants. src/java.base/share/classes/java/lang/constant/DirectMethodHandleDesc.java line 49: > 47: * a {@code Constant_MethodHandle_info} entry in the constant pool of a >

RFR: 8317868: Add @sealedGraph to MethodHandleDesc and descendants

2023-10-11 Thread Per Minborg
This PR proposes to add @sealedGraph to MethodHandleDesc and descendants. - Commit messages: - Add @sealedGraph to MethodHandleDesc and descendants Changes: https://git.openjdk.org/jdk/pull/16137/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16137&range=00 Issue: https: