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