xbkaishui commented on issue #4256:
URL: https://github.com/apache/skywalking/issues/4256#issuecomment-688017099
Progress update, The current implementation of lambda in jdk8 is to generate
anonymous internal classes from the code inside the lambda. The classloader is
appClassloader, and the invokeDymanic command is used for dynamic binding
calls. The current implementation idea is to inject the obtain the span logic
into generated anonymous internal class,
It's not easy to do this
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]