OSDN Git Service

Revert "Add one LinearAlloc per ClassLoader"
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 22 Sep 2015 09:48:02 +0000 (09:48 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Tue, 22 Sep 2015 09:48:02 +0000 (09:48 +0000)
commit7de5dfe37f3cf24e1166412b589f6f67dcd1f1c0
treea87eeac15fd485bb14ea8ace2b2bc839c4c253be
parent356412e2b7ba3fde164bc08a44fee0ddc19c54e1
Revert "Add one LinearAlloc per ClassLoader"

Times out on 32bit target/host for 132-daemon-locks-shutdown test.

Bug: 22720414

This reverts commit 356412e2b7ba3fde164bc08a44fee0ddc19c54e1.

Change-Id: I5ab3a09e88a5ad8c306a27d2606ecbecc80b9326
12 files changed:
runtime/class_linker.cc
runtime/class_linker.h
runtime/class_linker_test.cc
runtime/gc/collector/concurrent_copying.cc
runtime/gc/collector/mark_compact.cc
runtime/gc/collector/mark_sweep.cc
runtime/gc/collector/semi_space.cc
runtime/jit/jit_code_cache_test.cc
runtime/mirror/class_loader.h
runtime/runtime.cc
runtime/runtime.h
runtime/stack.cc