commit | f30acbb249b137b049500f136d2bb273c0b6221a | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@android.com> | Sun Feb 14 16:17:36 2010 -0800 |
committer | Ben Cheng <bccheng@android.com> | Tue Feb 16 14:58:55 2010 -0800 |
tree | 8c1b9ecffa710b2838671f379edd2e09772d223e | |
parent | c0717b96b685b5061ce8627300d867c4057af878 [diff] |
Detect system-wide safe mode and configure the VM accordingly. Use pthread_cond_wait instead of timed wait for the system_server process to wait on the go-ahead JIT signal. If the phone is booted under system-wide safe mode, such signal will never come so all VM instances (including the system server) will run in the interpreter-only mode. Bug: 2267590