aboutsummaryrefslogtreecommitdiffstats
path: root/findbugs-exclude.xml
diff options
context:
space:
mode:
authorKristofer Karlsson <spkrka@users.noreply.github.com>2020-09-22 07:33:18 +0200
committerGitHub <noreply@github.com>2020-09-22 15:33:18 +1000
commiteab6382e06f16e7efeb1f9b6cb3eb0c79ee62bbc (patch)
treed50dd4cf45008453f9a4283a2d6e225c90aac3a3 /findbugs-exclude.xml
parent655ca67a6b5fd2bebca01597b230260a28021493 (diff)
downloadplatform_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 'findbugs-exclude.xml')
0 files changed, 0 insertions, 0 deletions