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
In this demo project, code will call methods located in OpenSsl. This means that the static initialization block of OpenSsl is called. Currently the optimized call graph does not include this call.
The text was updated successfully, but these errors were encountered:
tmortagne
changed the title
Stitched call graph does not include call to class static initialization block
Optimized call graph does not include call to class static initialization block
Oct 13, 2021
One possibility on plugin side would be to include any "clinit" callable from a class which is included in the optimized graph.
Of course, in the long run it would probably be better if OPAL itself was creating a link between nodes which are manipulating this class and the class init.
In this demo project, code will call methods located in
OpenSsl
. This means that the static initialization block ofOpenSsl
is called. Currently the optimized call graph does not include this call.The text was updated successfully, but these errors were encountered: