summaryrefslogtreecommitdiffstats
path: root/dalvikvm/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Preparation for transition to libc++.Ian Rogers2014-04-161-1/+3
| | | | | | | Move the dependency on libc++ to its own makefile so that we can switch in a single place between libc++ and stlport. Change-Id: Ie61e7d054dcd049e36d5e7298c27d8a4abe6edf7
* Build changes to build multilib testsAndreas Gampe2014-04-011-0/+3
| | | | | | | | | | | | | | | | | | | | | | Test files will be emitted into directories for both first and second target architectures. Going with the naming scheme for binaries, single-architecture and 32b cases have the standard name, and 64b goes into a directory with "64" suffix. In multi-architecture setups, the default concrete test targets are extended with a "32" and "64" suffix, e.g., test-art-target-oat-JniTest64. The suffix-less form is linked to the primary architecture target (usually 64). That means running combined targets, e.g., test-art-target-oat, will only test the primary architecture right now. Fixed target run tests calling the right dalvikvm. Fixed library search path for tests derived from CommonRuntimeTest. Missing in this work-in-progress is correct handling of dex2oat for the secondary architecture. To make it work on 64b, comment out line 101 in build/Android.executable.mk Change-Id: I3d260994e6efe8b73b56c71994053cc9392943a9
* Inflate contended lock word by suspending owner.Ian Rogers2013-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | Bug 6961405. Don't inflate monitors for Notify and NotifyAll. Tidy lock word, handle recursive lock case alongside unlocked case and move assembly out of line (except for ARM quick). Also handle null in out-of-line assembly as the test is quick and the enter/exit code is already a safepoint. To gain ownership of a monitor on behalf of another thread, monitor contenders must not hold the monitor_lock_, so they wait on a condition variable. Reduce size of per mutex contention log. Be consistent in calling thin lock thread ids just thread ids. Fix potential thread death races caused by the use of FindThreadByThreadId, make it invariant that returned threads are either self or suspended now. Code size reduction on ARM boot.oat 0.2%. Old nexus 7 speedup 0.25%, new nexus 7 speedup 1.4%, nexus 10 speedup 2.24%, nexus 4 speedup 2.09% on DeltaBlue. Change-Id: Id52558b914f160d9c8578fdd7fc8199a9598576a
* Restore build-art minimal buildBrian Carlstrom2013-08-021-0/+2
| | | | Change-Id: I0f4f2e8c6d2505a339cb9a1175d30ed9b229c45d
* Clean up stlport usage.Elliott Hughes2013-07-301-3/+5
| | | | Change-Id: I133cd88f1da37f6f801a9e07a78ae23b671cf4f1
* Fix Mac build by making dalvikvm definition visibleBrian Carlstrom2013-06-181-0/+2
| | | | Change-Id: Ic8ef59f7bf9a88785b1c5e7fcc11a0942ef096a0
* Move to new art dalvikvmBrian Carlstrom2013-06-171-0/+39
Change-Id: Ib04bc9853b7084965fa0c9899c3e5f5ac42d4ce7