Skip to content
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

[JDK22] jfr2flame errors out with Invalid string encoding when converting to flame graph #857

Closed
sureshg opened this issue Dec 3, 2023 · 3 comments
Labels

Comments

@sureshg
Copy link
Contributor

sureshg commented Dec 3, 2023

Env

$  java --version
openjdk 22-ea 2024-03-19
OpenJDK Runtime Environment (build 22-ea+26-2112)
OpenJDK 64-Bit Server VM (build 22-ea+26-2112, mixed mode, sharing)

Error

java.lang.IllegalArgumentException: Invalid string encoding
        at one.jfr.JfrReader.getString(JfrReader.java:515)
        at one.jfr.JfrReader.readActiveSetting(JfrReader.java:200)
        at one.jfr.JfrReader.readEvent(JfrReader.java:142)
        at one.converter.jfr2flame.convert(jfr2flame.java:57)

jdk22.jfr.zip

@apangin apangin added the bug label Dec 3, 2023
@apangin
Copy link
Collaborator

apangin commented Dec 3, 2023

Thank you for the report. I've pushed the fix.

@sureshg
Copy link
Contributor Author

sureshg commented Dec 4, 2023

@apangin awesome... when is the next release planned for async profiler? We are pulling the async-profiler-converter from central.

@apangin
Copy link
Collaborator

apangin commented Dec 4, 2023

Sorry, I have no exact date for the next release.

@apangin apangin closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants