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

(0.49) Change JFR default package name to empty string to avoid failure on JMC #20967

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

thallium
Copy link
Contributor

JMC wants to get class name from fully qualified class name. And the fully qualified class name of a class that isn't in a package doesn't contain the default package name, resulting a
StringIndexOutOfBoundsException.

JMC wants to get class name from fully qualified class name. And the
fully qualified class name of a class that isn't in a package doesn't
contain the default package name, resulting a
StringIndexOutOfBoundsException.

Signed-off-by: Gengchen Tuo <[email protected]>
@thallium
Copy link
Contributor Author

Back-port of #20932

@tajila tajila merged commit 3c3d179 into eclipse-openj9:v0.49.0-release Jan 17, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants