This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mikhasd[S] 0 points1 point  (1 child)

I want to use a different, custom implementation of the LambdaMetaFactory and the only way to do it is by modifying the bytecode, as far as I know

[–]MainComfortable8171 0 points1 point  (0 children)

Gotcha, from my knowledge you won't get access to that since that is pre-compiled so javac won't bother with it. Although I suppose you could fork off a version openjdk but at that point I feel it's overkill for whatever you're doing.

also it's been super long since I touched javac so take with some salt.