1. e7499b2 Introduce VMRuntime#isValidClassLoaderContext by Dan Zimmerman · 4 years, 8 months ago
  2. d87d62b Remove isDebuggerActive function. by Alex Light · 4 years, 8 months ago
  3. 6e4cec4 Add change id for hidden api check hardening by Andrei Onea · 4 years, 8 months ago
  4. 6262a82 Revert "Add change id for hidden api check hardening" by Andrei-Valentin Onea · 4 years, 8 months ago
  5. e08c735 Add change id for hidden api check hardening by Andrei Onea · 4 years, 8 months ago
  6. 7020132 Merge "Pipe disabled compat changes to runtime through zygote." by Anna Trostanetski · 4 years, 9 months ago
  7. 47333b0 Pipe disabled compat changes to runtime through zygote. by atrost · 4 years, 10 months ago
  8. 552da5a Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 9 months ago
  9. 5cf4fc9 Add resetJitCounters by Mathieu Chartier · 4 years, 10 months ago
  10. d145ca9 Add TEST_MAPPINGs for miscellaneous libcore packages. by Pete Gillin · 5 years ago
  11. 24ae005 Add obsoleteClass field to ClassExt by Alex Light · 5 years ago
  12. f6433bd Merge "Add VMRuntime.bootCompleted()" by Nicolas Geoffray · 5 years ago
  13. fd83d44 Merge "Teach ART that the "arm64-v8a-hwasan" ABI uses the arm64 instruction set." by Treehugger Robot · 5 years ago
  14. 2d01c24 Add VMRuntime.bootCompleted() by David Srbecky · 5 years ago
  15. 4b644f8 Teach ART that the "arm64-v8a-hwasan" ABI uses the arm64 instruction set. by Peter Collingbourne · 5 years ago
  16. 0a57c16 Merge "Add publicAlternatives for setTargetSdkVersion." by Mathew Inwood · 5 years ago
  17. 839c8d8 Add publicAlternatives for setTargetSdkVersion. by Mathew Inwood · 5 years ago
  18. 7c79688 Revert^2 "Add JNI-ids arrays to ClassExt" by Alex Light · 5 years ago
  19. d988849 Revert "Add JNI-ids arrays to ClassExt" by Nicolas Geoffray · 5 years ago
  20. b79c6d4 Add JNI-ids arrays to ClassExt by Alex Light · 5 years ago
  21. 4ce5524 Add VMRuntime.setProcessDataDirectory by David Brazdil · 5 years ago
  22. e39294d Use new -XX:FinalizerTimeoutMs command line arg by Hans Boehm · 5 years ago
  23. c753a35 Change registerNativeAllocation to long argument by Hans Boehm · 6 years ago
  24. 44fea11 Merge "Allow size for malloc-only registration" by Hans Boehm · 6 years ago
  25. d7d5fde Allow size for malloc-only registration by Hans Boehm · 6 years ago
  26. 851a4b0 Add callback for notifying that startup is completed by Mathieu Chartier · 6 years ago
  27. 5913e83 Pass sampled value to hidden api logger by Andrei Onea · 6 years ago
  28. 315ee68 Blacklist VMRuntime.setTargetSdkVersion() by David Brazdil · 6 years ago
  29. be10c85 Allow hidden api usage logging with VMRuntime by Andrei Onea · 6 years ago
  30. 1ab882b Adjust NativeAllocationRegistry for new accounting by Hans Boehm · 6 years ago
  31. 1ba63c8 Add fields to ClassExt to store pre-redefine DexFile pointer by David Brazdil · 6 years ago
  32. 560c24a Add missing default constructors by Paul Duffin · 6 years ago
  33. c2a4f23 Remove unused method in VMRuntime by David Brazdil · 6 years ago
  34. 3b0456b Add @UnsupportedAppUsage to non-ojluni classes by Paul Duffin · 6 years ago
  35. 369c8b5 Libcore: Add VMRuntime.hasBootImageSpaces by Andreas Gampe · 6 years ago
  36. 9fce4a8 More @CorePlatformApi annotations for libcore by Neil Fuller · 6 years ago
  37. 9997b52 Add libcore API needed by framework to core.platform.api.stubs by Paul Duffin · 6 years ago
  38. 2afe35f Dependencies needed by CTS tests by Neil Fuller · 6 years ago
  39. 1a6015c Tag assorted CorePlatformApi APIs by Neil Fuller · 6 years ago
  40. 93ec1fa Merge "Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1()." by Tobias Thierer · 6 years ago
  41. 6085e9f Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1(). by Tobias Thierer · 6 years ago
  42. 454827e Merge "Add VMRuntime.isJavaDebuggable()." am: add188b107 am: c6a11a6913 by Mathew Inwood · 6 years ago
  43. ba1992d Add VMRuntime.isJavaDebuggable(). by Mathew Inwood · 6 years ago
  44. b6ffd28 Expose arts Runtime::setDedupeHiddenApiWarnings. by Mathew Inwood · 6 years ago
  45. ea47b9e Configurable sample rate for hidden API log events by Mathew Inwood · 6 years ago
  46. 5b2bf83 Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  47. d5ad768 Support for passing package name to runtime. by Mathew Inwood · 6 years ago
  48. b04695b Expose arts Runtime::setDedupeHiddenApiWarnings. by Mathew Inwood · 6 years ago
  49. d760c90 Configurable sample rate for hidden API log events by Mathew Inwood · 6 years ago
  50. 6bcb6cb0c VMRuntime: Add callback for non SDK API accesses. by Narayan Kamath · 6 years ago
  51. 6615f1a Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  52. 112c8c9 Merge "VMRuntime: Add callback for non SDK API accesses." into pi-dev by TreeHugger Robot · 6 years ago
  53. 406c8cd VMRuntime: Add callback for non SDK API accesses. by Narayan Kamath · 6 years ago
  54. a26e34b Hidden API check exemptions support in runtime. by Mathew Inwood · 7 years ago
  55. d13cdc9 Hidden API check exemptions support in runtime. by Mathew Inwood · 7 years ago
  56. 00b7d3b Add native method hasUsedHiddenApi to VMRuntime by David Brazdil · 7 years ago
  57. 118b105 Libcore: Add VMStack.getAnnotatedStackTrace by Andreas Gampe · 7 years ago
  58. e1b4397 Merge "Lower daemons priority to 124 (libcore)." into oc-dev by Hiroshi Yamauchi · 7 years ago
  59. 40e0df6 Update originalDexFile comment by Alex Light · 7 years ago
  60. dd10294 Lower daemons priority to 124 (libcore). by Hiroshi Yamauchi · 7 years ago
  61. 46de8d1 Revert "Revert "Change ClassExt.originalDexFile field to an opaque Object"" by Alex Light · 7 years ago
  62. ac9ee27 Revert "Change ClassExt.originalDexFile field to an opaque Object" by Nicolas Geoffray · 7 years ago
  63. d43e872 Change ClassExt.originalDexFile field to an opaque Object by Alex Light · 7 years ago
  64. 0efe9fd Libcore: Clean up code related to foreign dex use by Calin Juravle · 8 years ago
  65. f92a50e VMRuntime: Default unset targetSdkVersion to 10000 rather than 0. by Tobias Thierer · 8 years ago
  66. fa5b565 jni: Switch to @FastNative for all JNI functions. by Igor Murashkin · 8 years ago
  67. 545d1da Change ClassExt to use a byte[] for original dex file. by Alex Light · 8 years ago
  68. 8125e3f Remove unneeded 'transient' modifiers by Alex Light · 8 years ago
  69. 1cebf95 Infrastructure for obsolete methods by Alex Light · 8 years ago
  70. 02e8f07 Add dalvik.system.ClassExt class by Alex Light · 8 years ago
  71. ad035d2 Merge "Libcore hooks for sensistive thread registration" into nyc-dev by Calin Juravle · 8 years ago
  72. 5ea9303 Fix art/test/119-noimage-patchoat. by Narayan Kamath · 8 years ago
  73. 4fa4dcc Libcore hooks for sensistive thread registration by Calin Juravle · 8 years ago
  74. 0e28d35 Libcore: Expose whether app is native debuggable. by Oleksiy Vyalov · 8 years ago
  75. 0eedcb2 Libcore: Expose whether the dalvik cache was pruned by Andreas Gampe · 9 years ago
  76. b4ffda4 Add foreign dex profile directory to registerAppInfo by Calin Juravle · 9 years ago
  77. d7743c7 Update VMRuntime.registerAppInfo signature by Calin Juravle · 9 years ago
  78. 51855cc Add VMRuntime.runFinalizationWithTimeout by Mathieu Chartier · 9 years ago
  79. 31ae6d2 Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForName by Brian Carlstrom · 9 years ago
  80. dc55eb7 Add dalvik.system.TransactionAbortError class by Sebastien Hertz · 9 years ago
  81. 26408c2 Add VMRuntime.clampGrowthLimit by Mathieu Chartier · 10 years ago
  82. 152be54 Move heap trimming daemon and GC deamon into a single daemon by Mathieu Chartier · 10 years ago
  83. a57efa2 Move GC daemon locking logic into heap by Mathieu Chartier · 10 years ago
  84. 852d933 Add VMRuntime.isBootClassPathOnDisk by Brian Carlstrom · 10 years ago
  85. 371d2b0 Make explicit that ISA names are used in some sys properties by Calin Juravle · 10 years ago
  86. 51b69d3 API to query whether a given instruction set / abi is 64bit. by Narayan Kamath · 10 years ago
  87. 451d995 Provide more information about the runtime by Sebastien Hertz · 10 years ago
  88. a607cc9 Add a mapping between ABIs and instruction sets. by Narayan Kamath · 10 years ago
  89. 5e51851 ART sampling profiler by Dave Allison · 11 years ago
  90. 10af76d Add unpadded array allocations. by Ian Rogers · 11 years ago
  91. eee45fe Add registerAppInfo to the VMRuntime object by Dave Allison · 11 years ago
  92. 0c85c33 Add method for updating dalvik process state through VMRuntime. by Mathieu Chartier · 11 years ago
  93. 1ec5a34 Add VMRuntime.getTargetSdkVersion. by Alex Klyubin · 11 years ago
  94. 65e6aca Preload DexCaches by Brian Carlstrom · 11 years ago
  95. c8cfc66 Preload DexCaches by Brian Carlstrom · 11 years ago
  96. 413d4592 Use the docs-approved Android x.y (Name) format consistently. by Elliott Hughes · 11 years ago
  97. 0d3a5ad Add libcore support for sample profiling from traceview gui. by Jeff Hao · 11 years ago
  98. ca2c58c Share ClassLoader code by Brian Carlstrom · 11 years ago
  99. 1e93f67 Increase breadcrumbs for class lookup failures. by Ian Rogers · 11 years ago
  100. b7645d8 Remove updateProcessState. by Mathieu Chartier · 11 years ago