On Tue, 29 Nov 2022 12:27:15 GMT, Adam Sotona <asot...@openjdk.org> wrote:
> 8294974: jdk.jshell jdk.jshell.execution.LocalExecutionControl uses ASM to > instrument classes > This patch converts it to use Classfile API. > > Please review. > Thanks, > Adam This pull request has now been integrated. Changeset: a95bc7ac Author: Adam Sotona <asot...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a95bc7acd091b287af02485434e1e55ba1e0369d Stats: 55 lines in 3 files changed: 11 ins; 21 del; 23 mod 8294974: Convert jdk.jshell/jdk.jshell.execution.LocalExecutionControl to use the Classfile API to instrument classes Reviewed-by: jlahoda ------------- PR: https://git.openjdk.org/jdk/pull/11413