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

test latest GraalVM #13269

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

Conversation

zeitlinger
Copy link
Member

Part of #13245

@zeitlinger zeitlinger self-assigned this Feb 11, 2025
@zeitlinger zeitlinger marked this pull request as ready for review February 11, 2025 13:20
@zeitlinger zeitlinger requested a review from a team as a code owner February 11, 2025 13:20
@zeitlinger zeitlinger added the test native This label can be applied to PRs to trigger them to run native tests label Feb 11, 2025
@zeitlinger
Copy link
Member Author


    '--trace-object-instantiation=io.opentelemetry.instrumentation.api.internal.cache.MapBackedCache'

to find classes that instantiate these objects. Once you found such a class, you can mark it explicitly for run time initialization with 

    '--initialize-at-run-time=<culprit>'

... so this was not caused by JFR after all

@zeitlinger
Copy link
Member Author

@jeanbisutti do you know how to fix that?

strategy:
matrix:
test-java-version:
- 21 # latest LTS
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test native This label can be applied to PRs to trigger them to run native tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants