You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jstack is a command-line utility which could print stack trace for a running JVM. @serenacofano could you give this a try and see if we could also retrieve class file bytes? Once we have bytes we can also extract the annotation from it.
Functional requirements: Classport.getDependencyInfo() can be called anywhere, and returns where we are in the dependency tree
Non-Functional requirements: This goes fast, say < 10% overhead.
The text was updated successfully, but these errors were encountered: