summaryrefslogtreecommitdiff
path: root/src/compiler/llvm/compiler_llvm.h
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2013-06-26 13:37:27 -0700
committer Mathieu Chartier <mathieuc@google.com> 2013-06-26 14:26:11 -0700
commit51033221761f643b96a337e1af60c9d4168af0a8 (patch)
treea78197949d29e87cb0d5381b3d5d586541964da8 /src/compiler/llvm/compiler_llvm.h
parentb126134010ebeee771da0eec7fa76ad13fe9a9c9 (diff)
Change alloc space lock level
Moves the alloc space lock level to a lower level than the default lock. This fixes https://b.corp.google.com/issue?id=9414652 which was caused by occasionally having a large object which was in the globals indirect reference table in JavaVMExt. The old lock ordering had alloc spack with a higher level than the default lock, this caused occasional lock ordering violations since the lock which guarded the globals table was default level. Change-Id: I7e249ee1df9664fe2897510df454e025f4e5bc7f
Diffstat (limited to 'src/compiler/llvm/compiler_llvm.h')
0 files changed, 0 insertions, 0 deletions