-
Notifications
You must be signed in to change notification settings - Fork 850
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
Recreate graal RetryPolicy issue #6139
Recreate graal RetryPolicy issue #6139
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6139 +/- ##
=========================================
Coverage 91.01% 91.01%
- Complexity 5702 5703 +1
=========================================
Files 630 630
Lines 16710 16710
Branches 1656 1656
=========================================
Hits 15208 15208
Misses 1047 1047
Partials 455 455 ☔ View full report in Codecov by Sentry. |
7017cc8
to
69d113b
Compare
is this a workaround for a Graal bug? I don't see any reflective access for cc @jeanbisutti |
That was my conclusion in this comment. The fact that this doesn't occur in a different version of graal does suggest some sort of regression in the compiler. |
Resolves #6127.