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

Improve type resolution cache for classes in java package #7714

Merged

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Feb 2, 2023

Classes in java. package can only be loaded by boot loader. As the class loader that we currently use in cache key for these classes isn't always the boot loader we can end up with multiple entries for the same class.

@laurit laurit requested a review from a team February 2, 2023 13:54
@laurit laurit force-pushed the cache-java-classes-once branch from decda36 to 7b230ac Compare February 3, 2023 10:38
@mateuszrzeszutek mateuszrzeszutek merged commit 8d74cf1 into open-telemetry:main Feb 3, 2023
@laurit laurit deleted the cache-java-classes-once branch July 6, 2023 17:36
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