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.40) Add missed check for compressed string #17661

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

dmitripivkine
Copy link
Contributor

There is missed check for compressed string in
MM_VLHGCAccessBarrier::jniReleaseStringCritical() - there is check that compressed strings are enabled. It assumes if strings compression is enabled every single one should be compressed (not true in general). Also added missed check is string compression is enabled to MM_VLHGCAccessBarrier::jniGetStringCritical()

Issue #17598

There is missed check for compressed string in
MM_VLHGCAccessBarrier::jniReleaseStringCritical() - there is check that
compressed strings are enabled. It assumes if strings compression is
enabled every single one should be compressed (not true in general).
Also added missed check is string compression is enabled to
MM_VLHGCAccessBarrier::jniGetStringCritical()

Issue eclipse-openj9#17598

Signed-off-by: Dmitri Pivkine <Dmitri_Pivkine@ca.ibm.com>
@dmitripivkine
Copy link
Contributor Author

@pshipton

@dmitripivkine
Copy link
Contributor Author

back port of #17641 to v0.40.0

@pshipton pshipton merged commit e13741a into eclipse-openj9:v0.40.0-release Jun 26, 2023
@dmitripivkine dmitripivkine deleted the v0.40 branch September 1, 2023 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants