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
{{ message }}
This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Fixes#2045
This will reduce GC pressure since the VM will not call
Finalizer.register() when creating Span objects.
Since this method is synchronized on a static lock
it can be a source of contention.
It also avoids contention on the same lock when running
runFinalizer() as part of GC
0 commit comments