Skip to content

Commit

Permalink
Add -Xverify:none to docs for OpenJ9 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandragorn authored May 30, 2023
1 parent 3c43ce6 commit 367d9e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ This project uses the JVM's support for instrumenting Java classes during startu
It adds code to various places where files or sockets are opened and closed
to print out which file descriptors have not been closed correctly.

== `stack shape inconsistent` error

Since this project modifies core java bytecode it requires the `-Xverify:none` argument when running the agent for some versions of the JVM (OpenJ9 version 1.8.x for example). See https://github.com/jenkinsci/lib-file-leak-detector/issues/37[#37] and https://github.com/jenkinsci/lib-file-leak-detector/pull/50#issue-602359846[#50] for details.

== Documentation

* https://javadoc.jenkins.io/component/file-leak-detector/[Javadoc]
Expand Down

0 comments on commit 367d9e9

Please sign in to comment.