1. e64cf39 Merge "Remove TODO from javadoc" by Treehugger Robot · 8 years ago
  2. beb1243 Remove TODO from javadoc by Alex Light · 8 years ago
  3. fa5b565 jni: Switch to @FastNative for all JNI functions. by Igor Murashkin · 8 years ago
  4. 9032220 Merge "Change InMemoryDexClassLoader to extend BaseDexClassLoader" by Treehugger Robot · 8 years ago
  5. 57dfd71 Change InMemoryDexClassLoader to extend BaseDexClassLoader by Alex Light · 8 years ago
  6. de7ce10 Add invoke-custom bytecodes to Opcodes.java by Orion Hodson · 8 years ago
  7. 997a97b Merge "Add invoke-polymorphic bytecodes to Opcodes.java" by Orion Hodson · 8 years ago
  8. dd63b65 Stop optimizing dex files when class loaders are created by Calin Juravle · 8 years ago
  9. 8c32b51 Add invoke-polymorphic bytecodes to Opcodes.java by Orion Hodson · 8 years ago
  10. d6cb653 MethodHandles: Implement additional combiners. by Narayan Kamath · 8 years ago
  11. 315256f Merge "[Libcore] Prepare profile streaming for framework use." by Treehugger Robot · 8 years ago
  12. 875da84 [Libcore] Prepare profile streaming for framework use. by Shukang Zhou · 8 years ago
  13. 378d458 MethodHandles: Implement spreader methods. by Narayan Kamath · 8 years ago
  14. 58c06c1 Unhide dalvik.system.InMemoryDexClassLoader by Orion Hodson · 8 years ago
  15. 0a72753 MethodHandles: Implement invoker / exactInvoker. by Narayan Kamath · 8 years ago
  16. 6724797 Merge "Remove unused PATCHOAT_FOR_RELOCATION." by Treehugger Robot · 8 years ago
  17. 3ebd936 Fix a memory leak reported by Valgrind by Anton Kirilov · 8 years ago
  18. 4437a20 Remove unused PATCHOAT_FOR_RELOCATION. by Richard Uhler · 8 years ago
  19. a8c3279 Add dex load reporting hooks in BaseDexClassLoader by Calin Juravle · 8 years ago
  20. 18e39e6 Libcore: Re-add old Element constructor by Andreas Gampe · 8 years ago
  21. b886e50 Merge "Augment dexopt needed reasons." by Nicolas Geoffray · 8 years ago
  22. 894fb88 Augment dexopt needed reasons. by Richard Uhler · 8 years ago
  23. 704b13a Revert "Revert "Method Handles: Add VarargsCollector."" by Orion Hodson · 8 years ago
  24. df3b54d Revert "Method Handles: Add VarargsCollector." by Orion Hodson · 8 years ago
  25. 14e84c8 Method Handles: Add VarargsCollector. by Orion Hodson · 8 years ago
  26. f2e5d9c Libcore: Clean up DexPathList by Andreas Gampe · 8 years ago
  27. 2e81556 MethodHandles: Minor text nits. by Orion Hodson · 8 years ago
  28. 51ab4bf MethodHandles: Implement MethodHandles.filterReturnValue. by Narayan Kamath · 8 years ago
  29. 0ab4685 MethodHandles: Implement MethodHandle.bindTo. by Narayan Kamath · 8 years ago
  30. a80d6f8 MethodHandles: Constructor support by Orion Hodson · 8 years ago
  31. 168dfc7 MethodHandles: Implement array accessors / identities & constants. by Narayan Kamath · 8 years ago
  32. 5eeb473 MethodHandles: Implement the first set of transforms. by Narayan Kamath · 8 years ago
  33. 09be956 MethodHandles: Flesh out EmulatedStackFrame. by Narayan Kamath · 8 years ago
  34. faf8883 MethodHandles: Add support for method handle transforms [part 1] by Narayan Kamath · 8 years ago
  35. 4674ce6 Adding VMDebug.attachAgent() by Leonard Mosescu · 8 years ago
  36. fe0ee8e Improve resource leakage detection testing by Paul Duffin · 8 years ago
  37. 118de16 Set warnings for unbuffered I/O by Shubham Ajmera · 8 years ago
  38. 1b7ce76 Implement Executable.getParameters() to use compiled-in metadata by Neil Fuller · 8 years ago
  39. bb8ae11 Revert "Revert "benchmarks: Add timings for @FastNative/@CriticalNative"" by Igor Murashkin · 8 years ago
  40. 29c483f Revert "benchmarks: Add timings for @FastNative/@CriticalNative" by Nicolas Geoffray · 8 years ago
  41. efab71a benchmarks: Add timings for @FastNative/@CriticalNative by Igor Murashkin · 8 years ago
  42. c422a34 Merge "dalvik: Add new optimization annotation for art (@CriticalNative)" by Igor Murashkin · 8 years ago
  43. 23f33cd dalvik: Add new optimization annotation for art (@CriticalNative) by Igor Murashkin · 8 years ago
  44. 7824728 Support loading a DEX file from a ByteBuffer. by Orion Hodson · 8 years ago
  45. 2491f78 dalvik: Add new optimization annotation for art (@FastNative) by Igor Murashkin · 8 years ago
  46. c5046f0 Add API for getting location of odex or oat file by Philip Cuadra · 8 years ago
  47. 97db693 Delete DexFile closeguard by Mathieu Chartier · 8 years ago
  48. 4cff4ef Add ability to see if a dex file is backed by an oat file. by Jeff Hao · 8 years ago
  49. 6fa389e DexFile: Add an API to query oat file status. by Narayan Kamath · 8 years ago
  50. 2da8623 libcore: Address misc minor issues identified by FindBugs by Tobias Thierer · 8 years ago
  51. 8b0358e Make dex file loading failure more explicit about failure. by Alex Light · 8 years ago
  52. be6a131 Libcore: Flag to fail thread creation by Andreas Gampe · 8 years ago
  53. 5d02a5b Libcore: Add filter upgrade function to DexFile by Andreas Gampe · 9 years ago
  54. a32af36 Libcore: Expose compilation filter in DexFile by Andreas Gampe · 9 years ago
  55. 1e099ae Merge "Reflect the changes of GetDexOptNeeded in DexFile.java" by Calin Juravle · 9 years ago
  56. 5081919 Reflect the changes of GetDexOptNeeded in DexFile.java by Calin Juravle · 9 years ago
  57. 19c3551 Reduce number of namespace-related fields by Dimitry Ivanov · 9 years ago
  58. 104fb10 Modify dexpath dynamically by Todd Kennedy · 9 years ago
  59. 5edc236 Revert "Fix DatagramChannelTest#test_setOption." by Narayan Kamath · 9 years ago
  60. 5ece1b5 Fix DatagramChannelTest#test_setOption. by Narayan Kamath · 9 years ago
  61. 941742a Preserve compatibility for makePathElements by Dimitry Ivanov · 9 years ago
  62. d3c9dab Use shared namespace for bundled apps by Dimitry Ivanov · 9 years ago
  63. 1333542 Merge "Special case system_server to not create the JIT code cache." by Nicolas Geoffray · 9 years ago
  64. 0d99a86 Provide libraryPermittedPath to android runtime by Dimitry Ivanov · 9 years ago
  65. 9dbb38c Special case system_server to not create the JIT code cache. by Nicolas Geoffray · 9 years ago
  66. 392ded55 Add tagging variants for DatagramSocket. by Jeff Sharkey · 9 years ago
  67. da3729f Change DexPathList.makeElements to pass elements down to loadDexFile by Mathieu Chartier · 9 years ago
  68. 70fcc38 Pass class loader down to openDexFiles if possible by Mathieu Chartier · 9 years ago
  69. 2f7ca12 Pass dexFile to defineClassNative by Mathieu Chartier · 9 years ago
  70. ae0bd49 am a6193374: Merge "Keep track of success closing the DexFile" by Mathieu Chartier · 9 years ago
  71. 615e2a3 Keep track of success closing the DexFile by Mathieu Chartier · 9 years ago
  72. 44bd145 am a2794979: Merge "Get rid of as much of dalvik.annotation.* as we can." by Narayan Kamath · 9 years ago
  73. cff384f Get rid of as much of dalvik.annotation.* as we can. by Narayan Kamath · 9 years ago
  74. be2235c am 53bec15b: Merge "Add VMDebug.countInstancesOfClasses" by Mathieu Chartier · 9 years ago
  75. a90630d Add VMDebug.countInstancesOfClasses by Mathieu Chartier · 9 years ago
  76. 805c937 am 43017342: Merge "Fix GMS core crash loop" by Dmitriy Ivanov · 9 years ago
  77. ac4309a Fix GMS core crash loop by Dmitriy Ivanov · 9 years ago
  78. 22e2d41 am a4fafb89: Merge "Fix lookup order when opening directly from APK" by Dmitriy Ivanov · 9 years ago
  79. 384730c Fix lookup order when opening directly from APK by Dmitriy Ivanov · 9 years ago
  80. 378401d am 3db17f7f: Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  81. 2ce899f Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  82. 2a9ffd2 am 049862d6: Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  83. 7a75a7d am e41d5b91: Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  84. 0c2e3c7 Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  85. 05a5c2f Modification to the way boot classpath resources are loaded by Neil Fuller · 9 years ago
  86. 370e223 am 9500bd1f: Remove StaleDexCacheError. by Narayan Kamath · 9 years ago
  87. 9500bd1 Remove StaleDexCacheError. by Narayan Kamath · 9 years ago
  88. 1a796cb Avoid opening jar files from the classpath more than once by Neil Fuller · 9 years ago
  89. 1e698ad getRuntimeStat() support (libcore). by Hiroshi Yamauchi · 10 years ago
  90. 1076f83 Merge "Rename isDexOptNeededInternal and add SELF_PATCHOAT_NEEDED." by Richard Uhler · 9 years ago
  91. cea2c63 Stop sleeping in waitUntilAllThreadsStopped spin instead. by Piotr Jastrzebski · 10 years ago
  92. 3bc9b15 Rename isDexOptNeededInternal and add SELF_PATCHOAT_NEEDED. by Richard Uhler · 10 years ago
  93. 7694b78 Pass getDexPath to Runtime.nativeLoad by Dmitriy Ivanov · 10 years ago
  94. a5dd2c6 Move null check rationale to sample code for clarity by Brian Carlstrom · 10 years ago
  95. ec662a7 Revert "Remove unnecessary null checks in CloseGuard documentation sample code" by Brian Carlstrom · 10 years ago
  96. 9a36fbb Remove unnecessary null checks in CloseGuard documentation sample code by Mike Lockwood · 10 years ago
  97. 25ac148 Libcore: Change DexFile cookie to object by Andreas Gampe · 10 years ago
  98. 7c22337 Set random seeds post fork. by Narayan Kamath · 10 years ago
  99. 1bad070 am f7ba96dc: Merge "Improve DexFile debugging" by Brian Carlstrom · 10 years ago
  100. e606e1e Improve DexFile debugging by Brian Carlstrom · 10 years ago