Skip to content

Recommended Java version for agent extensions #10769

Answered by laurit
EddeCCC asked this question in Q&A
Discussion options

You must be logged in to vote

You can compile your extension with whatever version works for you. In this project we usually choose the version used for compiling instrumentation based on the version of instrumented library. If the library works with jdk 8 we also compile our instrumentation for jdk 8 to ensure that the instrumentation works when the library works.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by EddeCCC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants