commit | 80cd474be3aa348ce7c73efdda994b4e46840a2c | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Mon Apr 23 00:14:45 2012 +0800 |
committer | Shih-wei Liao <sliao@google.com> | Sun Apr 22 11:51:54 2012 -0700 |
tree | 94844ca030e35f0ea19f56a5e9afb7a76f238146 | |
parent | b4e6fff1ecc8853f4ca6dadcca5151cac84048db [diff] |
Fix unit test by holding compiler_lock_ on ourselves. Because in previous CL, we removed the MutexLock in the Materialize for parallel compilation, we don't hold the lock before we call LoadElfFromCompilationUnit anymore. Thus, we have to acquire for the lock in LoadElfFromCompilationUnit. Change-Id: Ia1b059bdffafc54a473820244bcfcfc634771061