Re: RFR: 8341275: Explicit counter support for Code attribute building [v2]

2025-04-29 Thread Chen Liang
On Sun, 27 Apr 2025 03:38:35 GMT, Chen Liang wrote: >> Internal explicit counter support for Code max_stack and max_locals has been >> already added in #24807. Since that example works well, we may consider >> opening this functionality up to general users under strict restrictions. >> >> This

Re: RFR: 8341275: Explicit counter support for Code attribute building [v2]

2025-04-28 Thread Chen Liang
On Sun, 27 Apr 2025 03:38:35 GMT, Chen Liang wrote: >> Internal explicit counter support for Code max_stack and max_locals has been >> already added in #24807. Since that example works well, we may consider >> opening this functionality up to general users under strict restrictions. >> >> This

Re: RFR: 8341275: Explicit counter support for Code attribute building [v2]

2025-04-28 Thread Adam Sotona
On Sun, 27 Apr 2025 03:38:35 GMT, Chen Liang wrote: >> Internal explicit counter support for Code max_stack and max_locals has been >> already added in #24807. Since that example works well, we may consider >> opening this functionality up to general users under strict restrictions. >> >> This

Re: RFR: 8341275: Explicit counter support for Code attribute building

2025-04-26 Thread Chen Liang
On Sun, 27 Apr 2025 02:04:30 GMT, Chen Liang wrote: > Internal explicit counter support for Code max_stack and max_locals has been > already added in #24807. Since that example works well, we may consider > opening this functionality up to general users under strict restrictions. > > This is a

Re: RFR: 8341275: Explicit counter support for Code attribute building [v2]

2025-04-26 Thread Chen Liang
> Internal explicit counter support for Code max_stack and max_locals has been > already added in #24807. Since that example works well, we may consider > opening this functionality up to general users under strict restrictions. > > This is an advanced API; thus, I chose a more complex name > `

Re: RFR: 8341275: Explicit counter support for Code attribute building

2025-04-26 Thread Shaojin Wen
On Sun, 27 Apr 2025 02:04:30 GMT, Chen Liang wrote: > Internal explicit counter support for Code max_stack and max_locals has been > already added in #24807. Since that example works well, we may consider > opening this functionality up to general users under strict restrictions. > > This is a

RFR: 8341275: Explicit counter support for Code attribute building

2025-04-26 Thread Chen Liang
Internal explicit counter support for Code max_stack and max_locals has been already added in #24807. Since that example works well, we may consider opening this functionality up to general users under strict restrictions. This is an advanced API; thus, I chose a more complex name `withExplicit