You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't seen this crash before and I don't see anything like it in the Java bug database. Hopefully you can help us debug this.
First, if this crash is disrupting your application, you should be able to disable this behavior with -XX:-ShowCodeDetailsInExceptionMessages.
The crash log shows that you are using ZGC. Would you be able to run your load tests with a different collector? Perhaps G1?
Corretto provides fastdebugbuilds of the latest commit in 21. These are optimized builds, but they have asserts enabled. The asserts will slow down execution, but they may also help us pinpoint the problem.
I think what @earthling-amzn said above makes sense. It would be interesting to see if we catch any asserts with fastdebug builds. We have already backported a few things to 21.0.3 that fix Generational ZGC, not sure if they matter for this config or not.
I got this crash when running our loadtest code. I don't have exact steps to reproduce as this happened in 1 of 30 servers running same code
Platform information
Additional context
The text was updated successfully, but these errors were encountered: