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
1 file changed
tree: a78197949d29e87cb0d5381b3d5d586541964da8
  1. build/
  2. dalvikvm/
  3. jdwpspy/
  4. src/
  5. test/
  6. tools/
  7. .gitignore
  8. Android.mk