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
The agent modifies the bytecode of core java classes, which causes java bytecode
20
+
validation to fail ({{{https://www.ibm.com/support/pages/ibm-java-linux-howto-resolving-javalangverifyerror-jvmvrfy012-stack-shape-inconsistent}details}}). For it to work in newer version
21
+
of java you need the include the -Xverify:none flag when running the javaagent.
22
+
17
23
Usage
18
24
19
25
Without any option, this tool silently records file open/close operations
20
26
and upon "too many open files" exception, the table will be dumped to
0 commit comments