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.26) Correctly load/initialize classes when using ConstantPool #12164

Merged
merged 1 commit into from
Mar 10, 2021

Conversation

gacholio
Copy link
Contributor

@gacholio gacholio commented Mar 10, 2021

  • do not load classes in the "ifLoaded" calls
  • never intitialize classes in the natives
  • do not update the constant pool when querying from the natives

Fixes: #12016

Port of #12148 for the 0.26 release.

- do not load classes in the "ifLoaded" calls
- never intitialize classes in the natives
- do not update the constant pool when querying from the natives

Fixes: eclipse-openj9#12016

[ci skip]

Signed-off-by: Graham Chapman <graham_chapman@ca.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants