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

Fix bug in JFR type repository #10749

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roberttoyonaga
Copy link
Collaborator

This is a fix for the bug reported by: #10742

The problem was that, for each class used during the epoch, we only visited its module's classloader (if the class' package and it's module were both non null). However, later on when serializing classes, we attempt to write the class' classloader. This classloader is never explicitly visited so may not have been processed.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 24, 2025
@zakkak
Copy link
Collaborator

zakkak commented Feb 25, 2025

Hi @roberttoyonaga, can you please make the commit message more descriptive? Thanks

@roberttoyonaga
Copy link
Collaborator Author

I updated the commit message. Note that one GHA is failing with: OSError: [Errno 28] No space left on device. Seems unrelated to this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
native-image native-image-jfr OCA Verified All contributors have signed the Oracle Contributor Agreement. redhat-interest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants