-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytebuddy Instrumentation errors with jdk15 #1944
Labels
Comments
19 tasks
Does not seem to happen with Java 17. Thus it probably means that we only support LTS releases, which means Java 8, 11 and 17 (will be GA in Sept 2021). |
4 tasks
SylvainJuge
changed the title
bytebuddy Instrumentation errors with jdk15+
bytebuddy Instrumentation errors with jdk15
Aug 2, 2021
Closing this as we can´t fix the underlying issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Some instrumentation tests fail with JDK 15
and 16.Updating to latest version of bytebuddy (from
1.11.8
to1.11.9
) does not solve the issue.This seems related to updating bytecode from Java5 to Java7, doing the same for Java 6 bytecode seems to work properly.
Steps to reproduce
Simply run
co.elastic.apm.agent.bci.InstrumentationTest
with JDK 15.Expected behavior
no test failure
Debug logs
Click to expand
The text was updated successfully, but these errors were encountered: