- 12 Mar, 2014 1 commit
-
-
Narayan Kamath authored
-
- 11 Mar, 2014 3 commits
-
-
Narayan Kamath authored
Support for the target-api flag was removed in 2011. Change-Id: Id50c53f759d4e3a59f550dbeb6e733b68df58dd3
-
Narayan Kamath authored
-
Narayan Kamath authored
bug: 12370565 Change-Id: I75de311912d3e620f95fbac712e799e64622e4ab
-
- 10 Mar, 2014 2 commits
-
-
Brian Carlstrom authored
-
Narayan Kamath authored
Dalvik has no profiler, so we can safely ignore the "defer" argument. Keeps dalvik functional on master. Change-Id: I2ace9a215e7ff471294927aa870e55cf7c0327b1
-
- 07 Mar, 2014 1 commit
-
-
Narayan Kamath authored
-
- 04 Mar, 2014 1 commit
-
-
Narayan Kamath authored
Replaced with the posix compliant pthread_condattr_setclock. Unfortunately, mac OS doesn't support CLOCK_MONOTONIC or (pthread_condattr_setclock) so we fall back to using the "default" pthread_condattr_t value like we did earlier. Change-Id: I23475ef0d4e392d9e14402c6b5f8f658c5ed4063
-
- 13 Feb, 2014 2 commits
-
-
Dave Platt authored
-
Dave Platt authored
As promised, this is the cleanup patch-set which removes the old native "fork and specialize" API, which has been replaced by a slightly-enhanced one which can close the Zygote socket descriptors in the Zygote child. Change-Id: I33f504afd242e268863270139b4e421d4b0728f2
-
- 12 Feb, 2014 3 commits
-
-
Dave Platt authored
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 12965705 Change-Id: I805428e3103ff578d048ecbbc6ae30c0ead19ef9
-
- 11 Feb, 2014 2 commits
-
-
Nicolas Geoffray authored
-
Nicolas Geoffray authored
Change-Id: I344437997de020225225b1e884fb2b79b525f98b
-
- 08 Feb, 2014 1 commit
-
-
Elliott Hughes authored
-
- 06 Feb, 2014 1 commit
-
-
Dave Platt authored
In order to prevent Zygote descriptors from leaking into the child environment, they should be closed by the forked-off child process before the child switches to the application UID. These changes close the descriptors via dup2(), substituting a descriptor open to /dev/null in their place; this allows the Zygote Java code to close the FileDescriptor objects cleanly. This is a multi-project change: dalvik, art, libcore, frameworks/base, and external/sepolicy are affected. The CLs need to be approved together, lest the build break or the software fail to boot. Round 2: whitespace Bug: 12114500 Change-Id: I989c83291d0c42d4cad63f24a3e98a93e231c9d3
-
- 05 Feb, 2014 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Change-Id: I75798b22a64ee3f5aa8429bb22ac25e5b9966247
-
- 28 Jan, 2014 5 commits
-
-
Colin Cross authored
-
Colin Cross authored
Building the unit tests forces libdvm to build and install. Set the unit tests to optional (the default) so they only build for a checkbuild or an mm in dalvik. Change-Id: Ia1f1f7071fc0cbe445c0382e8806ebc9a2e98849
-
Colin Cross authored
-
Jeff Hao authored
-
Jeff Hao authored
Bug: 12766325 Change-Id: I1a3e041df339172f8acdbf582112f010e32be835
-
- 27 Jan, 2014 3 commits
-
-
Colin Cross authored
LOCAL_MODULE_PATH doesn't work for multiarch builds, replace it with LOCAL_MODULE_RELATIVE_PATH. Change-Id: I4e4ceec61d026bbe74ba604554c06104bde42e5e
-
Jeff Hao authored
-
- 25 Jan, 2014 2 commits
-
-
Elliott Hughes authored
-
Elliott Hughes authored
Bug: 12708004 Change-Id: I96a167e1161d6350dfb97aff1c59d1ec39db9628
-
- 21 Jan, 2014 3 commits
-
-
Jean-Marie Henaff authored
-
Jean-Marie Henaff authored
-
Jean-Marie Henaff authored
-
- 20 Jan, 2014 1 commit
-
-
Narayan Kamath authored
-
- 17 Jan, 2014 2 commits
-
-
Narayan Kamath authored
The exception message is tested in SystemTest. I'm not sure what's worse: Changing the dalvik message or changing the test to be happy with both messages. (I assume the art message is the one we chose because it's more recent.) Change-Id: Ia68641a05f992ab5a949add865fb3f7bb46e61be
-
Jean-Marie Henaff authored
- This support was removed one year ago. (cherry-pick from commit 18b65cbb3ec6634618bd3240a692507432e634b5) Change-Id: I1154e518dc8a15220f2fcb163056570030492bb0
-
- 16 Jan, 2014 2 commits
-
-
Jean-Marie Henaff authored
- Test 034 requires that a dex file is dumped in a human readable form even if the dex file does not contain ClassDef. Consequently, the command line behavior is modified to satisfy this requirement. (cherry-pick from commit 64f4aad1e6ef58b29f860b59512ca1a676ac6eb8) Change-Id: Id64b563745db2b22ec98fba9be25413192c07719
-
Jean-Marie Henaff authored
-isContructor() -isInterface() -isEnum() cherry-pick from commit f26560e364a6cdbea0e634c67bc5568fd77da489 partial cherry-pick from 89781f1a88104ce3f6dc680d1cf0b9975325c2de for isEnum(). Change-Id: Id671442c1fe6113809a21c63a54ae6e290d899e2
-
- 14 Jan, 2014 2 commits
-
-
Ian Rogers authored
-
vladimir.a.ivanov authored
Force stack alignment to 16 bytes for external calls. Bug: http://code.google.com/p/android/issues/detail?id=61012 Change-Id: I9d34a6d02e879a36657db43838e5438bd0cd7213 Signed-off-by:
vladimir.a.ivanov <vladimir.a.ivanov@intel.com> Signed-off-by:
Serguei Katkov <serguei.i.katkov@intel.com> Signed-off-by:
Razvan A Lupusoru <razvan.a.lupusoru@intel.com>
-
- 10 Jan, 2014 1 commit
-
-
Bill Buzbee authored
-