diff options
| author | Kristofer Karlsson <spkrka@users.noreply.github.com> | 2020-09-22 07:33:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-22 15:33:18 +1000 |
| commit | eab6382e06f16e7efeb1f9b6cb3eb0c79ee62bbc (patch) | |
| tree | d50dd4cf45008453f9a4283a2d6e225c90aac3a3 /RELEASING.md | |
| parent | 655ca67a6b5fd2bebca01597b230260a28021493 (diff) | |
| download | platform_external_opencensus-java-upstream-master.tar.gz platform_external_opencensus-java-upstream-master.tar.bz2 platform_external_opencensus-java-upstream-master.zip | |
Remove finalize from RecordEventsSpanImpl (#2043)upstream-master
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
Diffstat (limited to 'RELEASING.md')
0 files changed, 0 insertions, 0 deletions
