On Mon, 14 Sep 2026 11:12:24 GMT, Jorn Vernee <[email protected]> wrote:
> Another remark: since what 90% of this LF is doing is to box and unbox > arguments, maybe we can later figure out a way to just attach an intrinsic to > the adapted MH for the interpreter synchronize so we don't need to spin the > LF but just need the InvokerBytecodeGenerator intrinsic. It's only applicable to LF interpretation, so shouldn't be a performance concern. LFs are unconditionally compiled to bytecodes during construction these days, aren't they? ------------- PR Comment: https://git.openjdk.org/jdk/pull/32817#issuecomment-5670726094
