1. c536fe2 Send SIGQUIT when finalizer times out by Mathieu Chartier · 9 years ago
  2. 9b2d8e2 Add VMRuntime.runFinalizationWithTimeout by Mathieu Chartier · 9 years ago
  3. 5d7a90d Merge "Correct Class.superClass documentation." by Brian Carlstrom · 9 years ago
  4. de86f14 Correct Class.superClass documentation. by Brian Carlstrom · 9 years ago
  5. 3db17f7 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  6. 2ce899f Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  7. 049862d Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  8. 0c2e3c7 Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  9. e41d5b9 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  10. 05a5c2f Modification to the way boot classpath resources are loaded by Neil Fuller · 9 years ago
  11. c8595cd Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  12. 83c7414 Removed offset and value from String and added StringFactory. by Jeff Hao · 11 years ago
  13. 2abeaa6 Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  14. 1681b2c Merge "Fix hashCode() for the read barrier lock word change." by Hiroshi Yamauchi · 9 years ago
  15. 2b7e589 Merge "Tidy up Package and classloader comments" by Neil Fuller · 9 years ago
  16. 28da248 Fix hashCode() for the read barrier lock word change. by Hiroshi Yamauchi · 9 years ago
  17. f5cd147 Tidy up Package and classloader comments by Neil Fuller · 9 years ago
  18. 3f7c674 Move java.nio.Charsets to libcore.util. by Narayan Kamath · 9 years ago
  19. 31ae6d2 Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForName by Brian Carlstrom · 9 years ago
  20. 1b7cda0 Add missing @hide and fix Constructor + Method changing API by Mathieu Chartier · 9 years ago
  21. 826b803 Move functionality from ArtMethod into Method by Mathieu Chartier · 9 years ago
  22. df22ac5 Libcore: Remove getClassLoaderImpl by Andreas Gampe · 9 years ago
  23. d5178dc Document behavior of Class.forName with a null ClassLoader by Brian Carlstrom · 9 years ago
  24. f93d6a4 Merge "Remove ArtField" by Mathieu Chartier · 9 years ago
  25. 239a39f Remove ArtField by Mathieu Chartier · 9 years ago
  26. 3f58d2c Avoid using dex cache array pointers in libart. by Vladimir Marko · 9 years ago
  27. dc55eb7 Add dalvik.system.TransactionAbortError class by Sebastien Hertz · 9 years ago
  28. eb183cd Make ArtField have no functionality by Mathieu Chartier · 9 years ago
  29. e78f8ca java.lang.reflect: Use only relevant modifiers when converting to string by Sergio Giro · 9 years ago
  30. 3009efd Libcore: Remove unused constructor by Andreas Gampe · 9 years ago
  31. a92ad71 Libcore: Use explicit names for Daemons by Andreas Gampe · 9 years ago
  32. 0116157 Fix incorrect cache key. by You Kim · 9 years ago
  33. 2ea4821 Merge "Add VMRuntime.clampGrowthLimit" by Mathieu Chartier · 10 years ago
  34. 26408c2 Add VMRuntime.clampGrowthLimit by Mathieu Chartier · 10 years ago
  35. 3a2414f Make some hidden methods final and more obviously private by Neil Fuller · 10 years ago
  36. 152be54 Move heap trimming daemon and GC deamon into a single daemon by Mathieu Chartier · 10 years ago
  37. a57efa2 Move GC daemon locking logic into heap by Mathieu Chartier · 10 years ago
  38. c0b55b8 Only allow one requestGC at a time by Mathieu Chartier · 10 years ago
  39. 3d38e82 Move dexCacheStrings from ArtMethod to ArtClass by Mathieu Chartier · 10 years ago
  40. 62a6a82 Delete pointer sized fields by Mathieu Chartier · 10 years ago
  41. 5346a96 Binary search through ArtFields to match by name. by Narayan Kamath · 10 years ago
  42. 9ba050b Delete unused imtable field by Mathieu Chartier · 10 years ago
  43. 81df4ad Only allow once GC request at a time. by Mathieu Chartier · 10 years ago
  44. 4bde7d7 Make unchecked getDeclaredFields/Methods methods public-hidden by Alan Viverette · 10 years ago
  45. a05e229 Fix ReferenceQueueDaemon.enqueue to start at element 1 of the list by Mathieu Chartier · 10 years ago
  46. 852d933 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  47. c519ec2 Update Class.primitiveType field uses. by Hiroshi Yamauchi · 10 years ago
  48. fd8e1f6 Change FinalizerWatchdogDaemon to not hold objects live by Mathieu Chartier · 10 years ago
  49. 226c3a9 Merge "Remove referenceStaticOffsets from Class.java since it's not needed anymore." by Mingyao Yang · 10 years ago
  50. 9fa4a8d Remove referenceStaticOffsets from Class.java since it's not needed anymore. by Mingyao Yang · 10 years ago
  51. ee1ba61 Add Reference.getReferent for reference intrinsic. by Mathieu Chartier · 10 years ago
  52. 1b0d929 Add handling for hashed uninflated object. by Mathieu Chartier · 10 years ago
  53. 371d2b0 Make explicit that ISA names are used in some sys properties by Calin Juravle · 10 years ago
  54. f1c8d80 Don't allow Class.class.getDeclaredConstructor().setAccessible(). by Mathieu Chartier · 10 years ago
  55. f23d51b Workaround doclava leaking ArtMethod by Brian Carlstrom · 10 years ago
  56. 51b69d3 API to query whether a given instruction set / abi is 64bit. by Narayan Kamath · 10 years ago
  57. fb1c2c9 Moved slow path flag to Reference class by Fred Shih · 10 years ago
  58. c40cfbb Fix javadoc @char instead of @code. by Elliott Hughes · 10 years ago
  59. 906d1ca Merge "Clarify the String.compareTo contract and add tests." by Elliott Hughes · 10 years ago
  60. 18faff2 Clarify the String.compareTo contract and add tests. by Elliott Hughes · 10 years ago
  61. 64e0127 libcore: Clean up Enum.compareTo(E) by Valter Strods · 10 years ago
  62. 1265f1c Fix libart files to work with javadoc by Brian Carlstrom · 10 years ago
  63. 451d995 Provide more information about the runtime by Sebastien Hertz · 10 years ago
  64. 2d2cead Remove ArtMethod's quick fields for frame size and spills. by Vladimir Marko · 10 years ago
  65. 3470d3b Handle Reference.get in native code. by Mathieu Chartier · 10 years ago
  66. 63e957f Add finalizer references in native code. by Mathieu Chartier · 10 years ago
  67. a607cc9 Add a mapping between ABIs and instruction sets. by Narayan Kamath · 10 years ago
  68. f7cd4db Merge "Remove ArtMethod's quick fields mapping table and vmap table." by Vladimir Marko · 10 years ago
  69. 793b9ef Fix Class.newInstance to not wrap its exceptions. by Jeff Hao · 10 years ago
  70. e5a04f4 Remove ArtMethod's quick fields mapping table and vmap table. by Vladimir Marko · 10 years ago
  71. d9d0d1c Merge "Fix reflection access checks for app compatibility in libcore." by Jeff Hao · 10 years ago
  72. 96e2e4f Fix reflection access checks for app compatibility in libcore. by Jeff Hao · 10 years ago
  73. 89f3096 Rename read barrier-related fields. by Hiroshi Yamauchi · 10 years ago
  74. 0a21bb4 Add access checks to Method and Field reflection. by Jeff Hao · 10 years ago
  75. 5e51851 ART sampling profiler by Dave Allison · 10 years ago
  76. 10af76d Add unpadded array allocations. by Ian Rogers · 10 years ago
  77. a7c69f7 (Experimental) Add Brooks pointers (libcore). by Hiroshi Yamauchi · 11 years ago
  78. 6bac5b7 Merge "Add documentation around zero-length timeouts" by Neil Fuller · 10 years ago
  79. 23122dc Add documentation around zero-length timeouts by Neil Fuller · 10 years ago
  80. 7ce6ae5 Don't hardcode object layout in Unsafe. by Hiroshi Yamauchi · 10 years ago
  81. b5a43a8 Fix Thread.sleep(0) of an interrupted thread by Brian Carlstrom · 10 years ago
  82. 00afb8c 64bit ART object model changes. by Ian Rogers · 11 years ago
  83. fff149a Merge "ART: remove dex cache's initialized static storage." by Ian Rogers · 11 years ago
  84. 55d6ce9 ART: remove dex cache's initialized static storage. by Ian Rogers · 11 years ago
  85. eee45fe Add registerAppInfo to the VMRuntime object by Dave Allison · 11 years ago
  86. 0c85c33 Add method for updating dalvik process state through VMRuntime. by Mathieu Chartier · 11 years ago
  87. ef07ef3 Replace usage of CopyOnWriteArraySet. by Narayan Kamath · 11 years ago
  88. 3b8c8cb Fix the art version of getGenericSuperclass. by Narayan Kamath · 11 years ago
  89. 96caa8e Fix Class.getEnclosingClass for anonymous classes declared in <clinit> methods by Brian Carlstrom · 11 years ago
  90. 59351c4 Libcore support for Interface Method Tables (IMT). by Jeff Hao · 11 years ago
  91. 1ec5a34 Add VMRuntime.getTargetSdkVersion. by Alex Klyubin · 11 years ago
  92. 416fdad Merge "Preload DexCaches" by Brian Carlstrom · 11 years ago
  93. 65e6aca Preload DexCaches by Brian Carlstrom · 11 years ago
  94. 3189125 Fix libart String.charAt documentation to match libdvm. by Elliott Hughes · 11 years ago
  95. 4583b2c Fix Class.getDeclaringClass bug for ART by Brian Carlstrom · 11 years ago
  96. fe1e0e3 am 83c419d7: am c8cfc667: Preload DexCaches by Brian Carlstrom · 11 years ago
  97. c8cfc66 Preload DexCaches by Brian Carlstrom · 11 years ago
  98. 0c550be am 94b1bae4: Merge commit \'a6e22fc9\' into manualmerge by Ian Rogers · 11 years ago
  99. 0a16e40 am b80808d7: am 98430d0d: Fix getGenericInterfaces for the no annotation case. by Ian Rogers · 11 years ago
  100. bbf99fd am 3f1ad69e: Merge commit \'d4ec55c4\' into manualmerge by Ian Rogers · 11 years ago