On Thu, 18 Jul 2024 22:21:08 GMT, Chen Liang wrote:
> `BufferedMethodBuilder` accepts a static flag and passes it to the
> `CodeBuilder` it creates; yet it does not prevent static flag tampering like
> `DirectMethodBuilder` does. This patch makes their behaviors consistent.
>
> Note that the t
On Thu, 18 Jul 2024 22:21:08 GMT, Chen Liang wrote:
> `BufferedMethodBuilder` accepts a static flag and passes it to the
> `CodeBuilder` it creates; yet it does not prevent static flag tampering like
> `DirectMethodBuilder` does. This patch makes their behaviors consistent.
>
> Note that the t
`BufferedMethodBuilder` accepts a static flag and passes it to the
`CodeBuilder` it creates; yet it does not prevent static flag tampering like
`DirectMethodBuilder` does. This patch makes their behaviors consistent.
Note that the throwing of IAE is provisional; it is open to discussion later.