Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upVersion 1.18 does not work with OpenJDK #196
Closed
Labels
Comments
Merged
szpak
pushed a commit
to szpak/rundeck-plugin
that referenced
this issue
Apr 28, 2016
Do prevent issue with OpenJDK. It was fixed in 1.19, but this version contains incompatible changes and code has to be adjusted. jmockit/jmockit1#196
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using version 1.18 with OpenJDK 8 I get
After downgrading to version 1.16 it works without problems.
It would be great if 1.18 could work with OpenJDK like 1.16 does.
If that is not possible it would be great to prominently display the instructions for "javaagent" in the documentation to avoid confusion when your local build succeeds but suddenly fails on the build server because the build server is using OpenJDK.