1. 22d404a This is a contribution of x86-atom targeted assembly for the fast byte-code interpreter engine. This is an initial contribution with minimal optimizations that target the Intel ATOM processor. We expect to continuously improve this code. It is expected that there will be a discussion on the potential merge of this code and similar efforts (i.e. the mterp/x86 directory first included with cupcake). While this code is intended to target ATOM and not a generic X-86 processor, we were able to show the following improvements over the c-portable interpreter using the simulator build: by Johnnie Birch · 16 years ago
  2. 0c9612f merge from eclair by Jean-Baptiste Queru · 16 years ago
  3. 72e9334 eclair snapshot by Jean-Baptiste Queru · 16 years ago
  4. de2fc73 Merge change 11462 by Android Code Review · 16 years ago
  5. 3686265 Merge change 11461 by Android Code Review · 16 years ago
  6. 74d354b merge from donut by Jean-Baptiste Queru · 16 years ago
  7. 6d84d36 Typo fix in javadoc by Alexey Tarasov · 16 years ago
  8. 30d4c4a Cosmetic change: cst -> type in javadoc @param by Alexey Tarasov · 16 years ago
  9. eeeed1a Merge change 9368 by Android Code Review · 16 years ago
  10. 930931d Merge change 10635 by Android Code Review · 16 years ago
  11. dfd0afb Each time we start an SSL session, we have to find the trust anchor. This used to be an O(N) operation. If the trust anchor we're looking for was close to N, finding it could take a couple seconds. This change makes the operation O(1). by Bob Lee · 16 years ago
  12. 6daaac1 Add a bit-map encoding of Object-reference field offsets to ClassObject. by Barry Hayes · 16 years ago
  13. 65c1cfc Be more POSIXly correct in the use of expr. by Dan Bornstein · 16 years ago
  14. d53b759 Merge change 10758 by Android Code Review · 16 years ago
  15. 2b2e488 Exposed default trust manager. by Bob Lee · 16 years ago
  16. affecd7 Cleanup CTS core failing tests. by Brett Chabot · 16 years ago
  17. dde8ab0 Change strategy for freeing objects in the sweep. by Barry Hayes · 16 years ago
  18. 1d24288 merge from donut by Jean-Baptiste Queru · 16 years ago
  19. bd79e44 Fix an issue where we're adding 4x the intended offset. by Jesse Wilson · 16 years ago
  20. 7571c40 merge from donut by Jean-Baptiste Queru · 16 years ago
  21. 2932648 Removing MD2 by Urs Grob · 16 years ago
  22. 6a95ade Merge korg/donut into korg/master by Jean-Baptiste Queru · 16 years ago
  23. 8e696dc JNI direct buffer function speedup, part 3. by Andy McFadden · 16 years ago
  24. 8e5c784 JNI direct buffer function speedup, part 2. by Andy McFadden · 16 years ago
  25. 40e093e Fix broken link in docstring. issue 1194 by Joe LaPenna · 16 years ago
  26. 828311c Merge change 8258 into donut by Android (Google) Code Review · 16 years ago
  27. 702e248 Minor fixes to CheckJNI. by Andy McFadden · 16 years ago
  28. 5f612b8 JNI direct buffer function speedup, part 1. by Andy McFadden · 16 years ago
  29. 063cc3e Merge change 10723 by Android Code Review · 16 years ago
  30. d59c660 Fix mangling to translate dollar signs (to allow Scala methods). by Brian McKenna · 16 years ago
  31. 85745e1 Fix variable names related to bytecode tracing. by Mike Lockwood · 16 years ago
  32. 6fbc4eb Merge change 7410 into donut by Android (Google) Code Review · 16 years ago
  33. 6c2fb24 Fix bug: Arrays.deepToSting renders "[null]" as "null"; "[[]]" as "[]"; etc. by Joshua Bloch · 16 years ago
  34. 798e743 Don't init class during reflection signature scan. by Andy McFadden · 16 years ago
  35. 2b82899 Remove races from JNI_OnLoad invocation. by Andy McFadden · 16 years ago
  36. 3bef290 Merge change 4595 into donut by Android (Google) Code Review · 16 years ago
  37. 511d050 Fix typo introduced in previous change. by Mike Lockwood · 16 years ago
  38. 61fef2d Merge change 10482 by Android Code Review · 16 years ago
  39. ec53704 Merge change 6098 into donut by Android (Google) Code Review · 16 years ago
  40. bdb03d3 Commented out invalid test. by crazybob · 16 years ago
  41. ab4b7f7 Merge change 5967 into donut by Android (Google) Code Review · 16 years ago
  42. a8e9edd Merge change 5991 into donut by Android (Google) Code Review · 16 years ago
  43. e260e58 Merge change 5990 into donut by Android (Google) Code Review · 16 years ago
  44. d5a9659 Reduce VM aborts during high CPU stress. by Andy McFadden · 16 years ago
  45. fea44ba Pull 138592-p9 from master to donut. by Andy McFadden · 16 years ago
  46. f681a0f Modifies OpenSSLSocketImpl to use a different lock for the instance count. It was using the same lock when use around native methods meaning that the finalizer could be blocked unnecessarily by crazybob · 16 years ago
  47. 4ce12e6 Fixes deadlock in Runtime.exec(). We can't malloc() or free() after fork() because the heap lock may be held by a thread that is no longer running. by crazybob · 16 years ago
  48. 3e371e2 dalvik: thread: Set the control group of a thread to the background group by San Mehat · 16 years ago
  49. eac47ed Add a bit-map encoding of Object-reference field offsets to ClassObject. by Barry Hayes · 16 years ago
  50. 7d8220a Merge change 5286 into donut by Android (Google) Code Review · 16 years ago
  51. 72d61fb Check for failure in GetDirectBufferAddress. by Andy McFadden · 16 years ago
  52. 0f0ae02 Add FileDescriptor variation of startMethodTracing(). by Dianne Hackborn · 16 years ago
  53. cda8f8a Merge 137552-p9 to donut. by Andy McFadden · 16 years ago
  54. 3102d52 added/modified to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
  55. 111aeba Reactivating test that failed with a extensive gref count increase by Urs Grob · 16 years ago
  56. 5f9aa93 Merge change 4334 into donut by Android (Google) Code Review · 16 years ago
  57. 77a0d8e Modified Thread to copy the context class loader from parent to child threads. Re-enabled test that covers this. Removed security-related code from test since it was invalid (the security check by crazybob · 16 years ago
  58. ed3c841 Adding: by Nagendra Modadugu · 16 years ago
  59. 593d6c7 Copy the correct number of bytes for IPv6 addresses in InetAddress_gethostbyaddr by Lorenzo Colitti · 16 years ago
  60. 729c705 Test and fix for the ArrayList.addAll(), bug 2954. by Jesse Wilson · 16 years ago
  61. 32c0ded Fix internal issue #1898791 ("PlatformAddressFactory PlatformAddress cache by Dan Bornstein · 16 years ago
  62. 3a73bd9 Fix JNI GetDirectBufferAddress. by Andy McFadden · 16 years ago
  63. c1b5420 Merge change 10263 by Android Code Review · 16 years ago
  64. 45313eb Fix field names for annotation_directory_item in documentation (dex-format.html) by Ben Gruver · 16 years ago
  65. ac5e0e7 dx incorrectly writes registers as a signed leb128 in the dex debug info by Ben Gruver · 16 years ago
  66. 29febc5 Merge change 2454 into donut by Android (Google) Code Review · 16 years ago
  67. 744ab6b Merge change 2619 into donut by Android (Google) Code Review · 16 years ago
  68. 0d11781 InetAddress: Stop logging DNS lookups to logcat. by Mike Lockwood · 16 years ago
  69. 495daca Reactivating tests disabled because of ClassLoader loop by Urs Grob · 16 years ago
  70. e406b31 Bug 1844104: Fix buffer overwrite bugs in CharsetEncoderICU and CharsetDecoderICU. by Mihai Preda · 16 years ago
  71. 8493876 Code to reuse PlatformAddress objects. Minimizing garbage creation on the framework level and reducing the number of runtime GC-hiccups for OpenGL apps and animations. by t.mehrvarz · 16 years ago
  72. d3c6d36 Merge change 1987 into donut by Android (Google) Code Review · 16 years ago
  73. 5b7abc5 Add tracing of native function calls to Dalvik. by Jack Veenstra · 16 years ago
  74. 7ccb7a6 Increase the number of entries set aside for zygote initiating loader lists. by Andy McFadden · 16 years ago
  75. ca807d6 Wrote Dalvik "porting guide". by Andy McFadden · 16 years ago
  76. e1021a3 Fix handling of "--dev" argument in dalvik tests. by Andy McFadden · 16 years ago
  77. 4da0525 Merge change 1400 into donut by Android (Google) Code Review · 16 years ago
  78. 39b99b0 Increase default stack size from 8K to 12K. by Andy McFadden · 16 years ago
  79. 08eacd4 am 64b928e: AI 148694: Manually copied from cupcake_dcm CL 148669-p9. W by Andy Stadler · 16 years ago
  80. 64b928e AI 148694: Manually copied from cupcake_dcm CL 148669-p9. When resetting the by Andy Stadler · 16 years ago
  81. 8cee535 am 974cdcd: AI 148692: Merge change #148679 into Cupcake, since we proba by Dan Bornstein · 16 years ago
  82. 974cdcd AI 148692: Merge change #148679 into Cupcake, since we probably want to by Dan Bornstein · 16 years ago
  83. 96e0f60 Merge change 1369 into donut by Android (Google) Code Review · 16 years ago
  84. 06b7a28 Updated a comment. by Andy McFadden · 16 years ago
  85. ac02d18 am 2de2459: AI 148670: More tests that need to be marked broken, since by Jorg Pleumann · 16 years ago
  86. 2de2459 AI 148670: More tests that need to be marked broken, since by Jorg Pleumann · 16 years ago
  87. 99647fb Pull the useful part of p9-132414 over to "donut". by Andy McFadden · 16 years ago
  88. dbd5c90 am c423b40: AI 148447: Marking some more tests as broken, because they by Jorg Pleumann · 16 years ago
  89. c423b40 AI 148447: Marking some more tests as broken, because they by Jorg Pleumann · 16 years ago
  90. 61df6ac am 2f563a4: AI 148431: Marking as broken a couple of tests by Jorg Pleumann · 16 years ago
  91. 2f563a4 AI 148431: Marking as broken a couple of tests by Jorg Pleumann · 16 years ago
  92. 619309e Merge change 1003 into donut by Android (Google) Code Review · 16 years ago
  93. c3b182a Add support for tracing Java method entry/exit in emulator. by Jack Veenstra · 16 years ago
  94. 921d947 Merge change 1055 into donut by Android (Google) Code Review · 16 years ago
  95. cce1782 Fix issue 1687880. by Jing Yu · 16 years ago
  96. a2ee53b Added XML output mode for dexdump. by Andy McFadden · 16 years ago
  97. 6d874d2 Merge change 993 into donut by Android (Google) Code Review · 16 years ago
  98. bcb0959 Pull fix from master branch, and correct filename juggling. by Andy McFadden · 16 years ago
  99. 1444f86 Merge change 945 into donut by Android (Google) Code Review · 16 years ago
  100. a1a7a34 Moved the context class loader init down a bit to ensure proper init. by Andy McFadden · 16 years ago