1. 5e51851 ART sampling profiler by Dave Allison · 11 years ago
  2. 10af76d Add unpadded array allocations. by Ian Rogers · 10 years ago
  3. 23122dc Add documentation around zero-length timeouts by Neil Fuller · 11 years ago
  4. eee45fe Add registerAppInfo to the VMRuntime object by Dave Allison · 11 years ago
  5. 0c85c33 Add method for updating dalvik process state through VMRuntime. by Mathieu Chartier · 11 years ago
  6. b19562f am 0bdc9f08: resolved conflicts for merge of ee32438e to klp-dev-plus-aosp by Brian Carlstrom · 11 years ago
  7. 1b94a03 am 00a8f245: resolved conflicts for merge of 5af4cc5a to klp-dev-plus-aosp by Brian Carlstrom · 11 years ago
  8. 0bdc9f0 resolved conflicts for merge of ee32438e to klp-dev-plus-aosp by Brian Carlstrom · 11 years ago
  9. 00a8f24 resolved conflicts for merge of 5af4cc5a to klp-dev-plus-aosp by Brian Carlstrom · 11 years ago
  10. bcd03fb Fix naming to match the libart equivalent. by Narayan Kamath · 11 years ago
  11. f9f628b Fix getGenericSuperclass. by Narayan Kamath · 11 years ago
  12. 38a30ec Revert "Move proxy method matching to managed code." by Brian Carlstrom · 11 years ago
  13. b182186 Lazier annotation signature parsing. by Ian Rogers · 11 years ago
  14. c828c5a Move proxy method matching to managed code. by Jesse Wilson · 13 years ago
  15. 3be50a8 Move member classes to managed code. by Jesse Wilson · 13 years ago
  16. a615d7b Make String.equals pure Java now we have a good compiler. by Ian Rogers · 12 years ago
  17. 6347f63 am 17a9c017: am 3c91b32f: Merge "Add VMRuntime.getTargetSdkVersion." by Alex Klyubin · 11 years ago
  18. 17a9c01 am 3c91b32f: Merge "Add VMRuntime.getTargetSdkVersion." by Alex Klyubin · 11 years ago
  19. 7ec3dc1 Add VMRuntime.getTargetSdkVersion. by Alex Klyubin · 11 years ago
  20. 416fdad Merge "Preload DexCaches" by Brian Carlstrom · 11 years ago
  21. 65e6aca Preload DexCaches by Brian Carlstrom · 11 years ago
  22. e511aea am 0f4e2c63: Merge "Use @throws rather than the deprecated and unusual @exception." by Elliott Hughes · 11 years ago
  23. 38f3983 Use @throws rather than the deprecated and unusual @exception. by Elliott Hughes · 11 years ago
  24. 7aa074a am 9b3e8afc: Merge "Improve the charAt documentation." by Elliott Hughes · 11 years ago
  25. adf1aa8 Improve the charAt documentation. by Elliott Hughes · 11 years ago
  26. 83c419d am c8cfc667: Preload DexCaches by Brian Carlstrom · 11 years ago
  27. c8cfc66 Preload DexCaches by Brian Carlstrom · 11 years ago
  28. de7c3cf am 5444a8ef: Merge "Fix Java 7 build." by Brian Carlstrom · 11 years ago
  29. a6e22fc Avoid computing class def indices. by Ian Rogers · 11 years ago
  30. 98430d0 Fix getGenericInterfaces for the no annotation case. by Ian Rogers · 11 years ago
  31. d4ec55c Lazier annotation signature parsing. by Ian Rogers · 11 years ago
  32. 9c8864d Fix Java 7 build. by Ying Wang · 11 years ago
  33. 413d4592 Use the docs-approved Android x.y (Name) format consistently. by Elliott Hughes · 11 years ago
  34. 0d3a5ad Add libcore support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  35. 27935a3 Add libcore support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  36. a4d8429 Merge "Synced java.util.concurrent library up to 2013.07.01." by Elliott Hughes · 11 years ago
  37. 4f74136 Minor cleanup of AccessibleObject by Brian Carlstrom · 11 years ago
  38. 6c290d3 Move support files back with DexClassLoader and PathClassLoader by Brian Carlstrom · 11 years ago
  39. ca2c58c Share ClassLoader code by Brian Carlstrom · 11 years ago
  40. 75a06e5 Synced java.util.concurrent library up to 2013.07.01. by Calin Juravle · 11 years ago
  41. 71dc4f7 Refactor ART java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  42. b7645d8 Remove updateProcessState. by Mathieu Chartier · 11 years ago
  43. 929e3dc Show size/alloc/free per Dalvik heap space in dumpsys by Hiroshi Yamauchi · 11 years ago
  44. e91ecc9 am 22606cfa: Merge "Remove some unused java.lang.reflect constructors" by Brian Carlstrom · 11 years ago
  45. b208e28 Remove some unused java.lang.reflect constructors by Brian Carlstrom · 11 years ago
  46. ce938ea Fix build. by Elliott Hughes · 11 years ago
  47. 301174b Use the libcore.reflect implementation. by Elliott Hughes · 11 years ago
  48. b4c2ec8 Fix build. by Elliott Hughes · 11 years ago
  49. 07e1d11 Use the libcore.reflect implementation. by Elliott Hughes · 11 years ago
  50. 55e7e8a am 5a2fc9c9: am 4323ab38: Merge "Simplify merges of the annotation code." by Elliott Hughes · 11 years ago
  51. d736c6d Simplify merges of the annotation code. by Elliott Hughes · 11 years ago
  52. 6026dc7 am 73599f39: am f59830ff: Merge "Synchronize access to the annotation cache." by Elliott Hughes · 11 years ago
  53. 1dc4d34 Synchronize access to the annotation cache. by Elliott Hughes · 11 years ago
  54. a9c53f4 Add updateProcessState to VMRuntime by Mathieu Chartier · 11 years ago
  55. 7490f25 Add registerNativeAllocation and registerNativeFree to libcore. by Mathieu Chartier · 11 years ago
  56. 7c85bea am 63e17f1c: am ecdc71ca: am 3f3fdd79: Merge "Fix Class.getMethod docs." by Elliott Hughes · 11 years ago
  57. f2e59ad Fix Class.getMethod docs. by Elliott Hughes · 11 years ago
  58. 2637676 Add dalvik.system.VMRuntime.vmLibrary by Brian Carlstrom · 11 years ago
  59. f47f0bd Merge "Offer default implementations of various dalvik intrinsics in the library." by Brian Carlstrom · 11 years ago
  60. 3443a5e Offer default implementations of various dalvik intrinsics in the library. by Elliott Hughes · 13 years ago
  61. 59a8927 Improve String.toCharArray documentation. by Elliott Hughes · 11 years ago
  62. 5258eec Move dalvik.system.VMDebug to libdvm by Brian Carlstrom · 11 years ago
  63. 99b4489 Fix @deprecated javadoc orthography. by Elliott Hughes · 11 years ago
  64. eabeb4b Moving java.lang.String to libdvm by Brian Carlstrom · 11 years ago
  65. 53764ee Move additional files to libdvm by Brian Carlstrom · 11 years ago
  66. 41d00b7 Simplify defaulting for system properties, and trust the environment less. by Elliott Hughes · 11 years ago
  67. 895bba4 Move some files with dalvik dependencies to libdvm by Brian Carlstrom · 11 years ago