On Thu, 18 Jul 2024 22:21:08 GMT, Chen Liang <li...@openjdk.org> 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 throwing of IAE is provisional; it is open to discussion later. This pull request has now been integrated. Changeset: 3ade2b61 Author: Chen Liang <li...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/3ade2b6114bbe81eb03e3a49c08b5401f70a2367 Stats: 102 lines in 6 files changed: 91 ins; 0 del; 11 mod 8336777: BufferedMethodBuilder not initialized with static flag Reviewed-by: asotona ------------- PR: https://git.openjdk.org/jdk/pull/20244