1. 12 Mar, 2014 1 commit
  2. 11 Mar, 2014 3 commits
  3. 10 Mar, 2014 2 commits
  4. 07 Mar, 2014 1 commit
  5. 04 Mar, 2014 1 commit
    • Narayan Kamath's avatar
      Remove usage of pthread_cond_timedwait_monotonic_np. · 70409820
      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
      70409820
  6. 13 Feb, 2014 2 commits
  7. 12 Feb, 2014 3 commits
  8. 11 Feb, 2014 2 commits
  9. 08 Feb, 2014 1 commit
  10. 06 Feb, 2014 1 commit
    • Dave Platt's avatar
      Finish fixing Zygote descriptor leakage problem · c3424aac
      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
      c3424aac
  11. 05 Feb, 2014 2 commits
  12. 28 Jan, 2014 5 commits
  13. 27 Jan, 2014 3 commits
  14. 25 Jan, 2014 2 commits
  15. 21 Jan, 2014 3 commits
  16. 20 Jan, 2014 1 commit
  17. 17 Jan, 2014 2 commits
    • Narayan Kamath's avatar
      Change exception message for ArrayStoreException. · 098015c0
      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
      098015c0
    • Jean-Marie Henaff's avatar
      Remove code related to extended-opcode. · 3530d30f
      Jean-Marie Henaff authored
      - This support was removed one year ago.
      
      (cherry-pick from commit 18b65cbb3ec6634618bd3240a692507432e634b5)
      
      Change-Id: I1154e518dc8a15220f2fcb163056570030492bb0
      3530d30f
  18. 16 Jan, 2014 2 commits
    • Jean-Marie Henaff's avatar
      Fix dx test 034. · 0820aa26
      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
      0820aa26
    • Jean-Marie Henaff's avatar
      Add test methods in AccessFlags. · 92114d4f
      Jean-Marie Henaff authored
      -isContructor()
      -isInterface()
      -isEnum()
      
      cherry-pick from commit f26560e364a6cdbea0e634c67bc5568fd77da489
      partial cherry-pick from 89781f1a88104ce3f6dc680d1cf0b9975325c2de
      for isEnum().
      
      Change-Id: Id671442c1fe6113809a21c63a54ae6e290d899e2
      92114d4f
  19. 14 Jan, 2014 2 commits
  20. 10 Jan, 2014 1 commit