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