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

Change JFR default package name to empty string to avoid failure on JMC #20932

Merged
merged 1 commit into from
Jan 16, 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

@TobiAjila FYI

@tajila
Copy link
Contributor

tajila commented Jan 14, 2025

jenkins test sanity xlinux jdk17

@tajila tajila merged commit 4f82e99 into eclipse-openj9:master Jan 16, 2025
6 checks passed
@tajila
Copy link
Contributor

tajila commented Jan 16, 2025

Please open a 0.49 change

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