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

Avoid calling getPackage() on an annotation type (master) #4350

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

spericas
Copy link
Member

@spericas spericas commented Jun 8, 2022

Avoid calling getPackage() on an annotation type due to an issue with GraalVM 21.3.X. Sometimes it returns the correct package, sometimes it does not (returning the annotation's proxy class package instead). Also fixed package name in filtering optimization. See issue 4296.

Signed-off-by: Santiago Pericasgeertsen santiago.pericasgeertsen@oracle.com

… GraalVM 21.3.X. Sometimes it returns the correct package, sometimes it does not (returning the annotation's proxy class package instead). Also fixed package name in filtering optimization. See issue 4296.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas added graal fault-tolerance native-image 3.x Issues for 3.x version branch labels Jun 8, 2022
@spericas spericas added this to the 3.0.0-M3 milestone Jun 8, 2022
@spericas spericas requested a review from barchetta June 8, 2022 16:54
@spericas spericas self-assigned this Jun 8, 2022
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.

2 participants