Re: RFR: 8356126: Duplication handling and optimization of CaptureCallState [v8]

2025-05-06 Thread Chen Liang
On Tue, 6 May 2025 21:45:55 GMT, Jorn Vernee wrote: >> Chen Liang has updated the pull request with a new target base due to a >> merge or a rebase. The incremental webrev excludes the unrelated changes >> brought in by the merge/rebase. The pull request contains 12 additional >> commits since

Re: RFR: 8356126: Duplication handling and optimization of CaptureCallState [v8]

2025-05-06 Thread Jorn Vernee
On Tue, 6 May 2025 20:07:56 GMT, Chen Liang wrote: >> Credit to @lukellmann that the duplication arg handling in #24742 avoided >> throwing exceptions but produced a wrong option. This patch fixes that and >> removed stream usages in CaptureCallState to speed up bootstrap. >> >> Also, the prev

Re: RFR: 8356126: Duplication handling and optimization of CaptureCallState [v8]

2025-05-06 Thread Chen Liang
> Credit to @lukellmann that the duplication arg handling in #24742 avoided > throwing exceptions but produced a wrong option. This patch fixes that and > removed stream usages in CaptureCallState to speed up bootstrap. > > Also, the previous patch affected the toString display of the option; I