1. e854e4f Use nanoTime() in finalizer watchdog by Hans Boehm · 4 years ago
  2. 077bc70 Libcore: Add classloader to dex cache by Andreas Gampe · 4 years, 3 months ago
  3. 9eee479 Reland "libcore: Remove native calls in FileDescriptor <clinit>" by Orion Hodson · 4 years, 2 months ago
  4. f285371 Add change ids to gate greylist-max-p, greylist-max-q by atrost · 4 years, 3 months ago
  5. e7499b2 Introduce VMRuntime#isValidClassLoaderContext by Dan Zimmerman · 4 years, 4 months ago
  6. d87d62b Remove isDebuggerActive function. by Alex Light · 4 years, 4 months ago
  7. 6e4cec4 Add change id for hidden api check hardening by Andrei Onea · 4 years, 5 months ago
  8. 6262a82 Revert "Add change id for hidden api check hardening" by Andrei-Valentin Onea · 4 years, 4 months ago
  9. e08c735 Add change id for hidden api check hardening by Andrei Onea · 4 years, 5 months ago
  10. 7020132 Merge "Pipe disabled compat changes to runtime through zygote." by Anna Trostanetski · 4 years, 5 months ago
  11. 47333b0 Pipe disabled compat changes to runtime through zygote. by atrost · 4 years, 6 months ago
  12. 552da5a Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 5 months ago
  13. 5cf4fc9 Add resetJitCounters by Mathieu Chartier · 4 years, 6 months ago
  14. 95cd907 Move ICU.toLower/UpperCase into external/icu by Victor Chang · 4 years, 6 months ago
  15. d145ca9 Add TEST_MAPPINGs for miscellaneous libcore packages. by Pete Gillin · 4 years, 8 months ago
  16. 24ae005 Add obsoleteClass field to ClassExt by Alex Light · 4 years, 9 months ago
  17. 38af47f Add TEST_MAPPINGs for java.lang and java.util and subpackages. by Pete Gillin · 4 years, 9 months ago
  18. f6433bd Merge "Add VMRuntime.bootCompleted()" by Nicolas Geoffray · 4 years, 10 months ago
  19. fd83d44 Merge "Teach ART that the "arm64-v8a-hwasan" ABI uses the arm64 instruction set." by Treehugger Robot · 4 years, 10 months ago
  20. 2d01c24 Add VMRuntime.bootCompleted() by David Srbecky · 4 years, 10 months ago
  21. 4b644f8 Teach ART that the "arm64-v8a-hwasan" ABI uses the arm64 instruction set. by Peter Collingbourne · 5 years ago
  22. 0a57c16 Merge "Add publicAlternatives for setTargetSdkVersion." by Mathew Inwood · 5 years ago
  23. 839c8d8 Add publicAlternatives for setTargetSdkVersion. by Mathew Inwood · 5 years ago
  24. 7c79688 Revert^2 "Add JNI-ids arrays to ClassExt" by Alex Light · 5 years ago
  25. d988849 Revert "Add JNI-ids arrays to ClassExt" by Nicolas Geoffray · 5 years ago
  26. b79c6d4 Add JNI-ids arrays to ClassExt by Alex Light · 5 years ago
  27. 4ce5524 Add VMRuntime.setProcessDataDirectory by David Brazdil · 5 years ago
  28. e39294d Use new -XX:FinalizerTimeoutMs command line arg by Hans Boehm · 5 years ago
  29. c753a35 Change registerNativeAllocation to long argument by Hans Boehm · 5 years ago
  30. 44fea11 Merge "Allow size for malloc-only registration" by Hans Boehm · 5 years ago
  31. d7d5fde Allow size for malloc-only registration by Hans Boehm · 5 years ago
  32. 851a4b0 Add callback for notifying that startup is completed by Mathieu Chartier · 5 years ago
  33. 14e0525 Revert^2 "Mark threads started by Daemons.java as systemDaemon" by Alex Light · 5 years ago
  34. 800532e Merge "Revert "Mark threads started by Daemons.java as systemDaemon"" by Nicolas Geoffray · 5 years ago
  35. 07cfc3f Revert "Mark threads started by Daemons.java as systemDaemon" by Nicolas Geoffray · 5 years ago
  36. 5913e83 Pass sampled value to hidden api logger by Andrei Onea · 5 years ago
  37. 315ee68 Blacklist VMRuntime.setTargetSdkVersion() by David Brazdil · 5 years ago
  38. 89b4620 Mark threads started by Daemons.java as systemDaemon by Alex Light · 5 years ago
  39. be10c85 Allow hidden api usage logging with VMRuntime by Andrei Onea · 5 years ago
  40. 302dc0b Remove hardcoded os.name property. by Doug Horn · 5 years ago
  41. 1ab882b Adjust NativeAllocationRegistry for new accounting by Hans Boehm · 6 years ago
  42. 1ba63c8 Add fields to ClassExt to store pre-redefine DexFile pointer by David Brazdil · 5 years ago
  43. 8c2b207 Add stubs for remaining libcore classes in hiddenapi by Paul Duffin · 5 years ago
  44. 560c24a Add missing default constructors by Paul Duffin · 6 years ago
  45. c2a4f23 Remove unused method in VMRuntime by David Brazdil · 6 years ago
  46. bd01749 Add pre resolved strings fields by Mathieu Chartier · 6 years ago
  47. 3b0456b Add @UnsupportedAppUsage to non-ojluni classes by Paul Duffin · 6 years ago
  48. 369c8b5 Libcore: Add VMRuntime.hasBootImageSpaces by Andreas Gampe · 6 years ago
  49. 9fce4a8 More @CorePlatformApi annotations for libcore by Neil Fuller · 6 years ago
  50. 9997b52 Add libcore API needed by framework to core.platform.api.stubs by Paul Duffin · 6 years ago
  51. 2afe35f Dependencies needed by CTS tests by Neil Fuller · 6 years ago
  52. 1a6015c Tag assorted CorePlatformApi APIs by Neil Fuller · 6 years ago
  53. 93ec1fa Merge "Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1()." by Tobias Thierer · 6 years ago
  54. 701ea3a Merge "Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1()." by Treehugger Robot · 6 years ago
  55. d393463 Merge "Remove a superfluous array copy from several String ctors." by Pete Gillin · 6 years ago
  56. 5fce4e9 Remove a superfluous array copy from several String ctors. by Pete Gillin · 6 years ago
  57. 6085e9f Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1(). by Tobias Thierer · 6 years ago
  58. 5e702a9 Merge "Revert "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13"" by Paul Duffin · 6 years ago
  59. 80c0d1b Revert "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13" by Neil Fuller · 6 years ago
  60. 68a190a Merge "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13" am: 31d23f721b by Paul Duffin · 6 years ago
  61. 4012008 Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13 by Paul Duffin · 6 years ago
  62. 454827e Merge "Add VMRuntime.isJavaDebuggable()." am: add188b107 am: c6a11a6913 by Mathew Inwood · 6 years ago
  63. ba1992d Add VMRuntime.isJavaDebuggable(). by Mathew Inwood · 6 years ago
  64. b6ffd28 Expose arts Runtime::setDedupeHiddenApiWarnings. by Mathew Inwood · 6 years ago
  65. ea47b9e Configurable sample rate for hidden API log events by Mathew Inwood · 6 years ago
  66. 5b2bf83 Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  67. d5ad768 Support for passing package name to runtime. by Mathew Inwood · 6 years ago
  68. b04695b Expose arts Runtime::setDedupeHiddenApiWarnings. by Mathew Inwood · 6 years ago
  69. d760c90 Configurable sample rate for hidden API log events by Mathew Inwood · 6 years ago
  70. 6bcb6cb0c VMRuntime: Add callback for non SDK API accesses. by Narayan Kamath · 6 years ago
  71. 6615f1a Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  72. 112c8c9 Merge "VMRuntime: Add callback for non SDK API accesses." into pi-dev by TreeHugger Robot · 6 years ago
  73. 406c8cd VMRuntime: Add callback for non SDK API accesses. by Narayan Kamath · 6 years ago
  74. a26e34b Hidden API check exemptions support in runtime. by Mathew Inwood · 6 years ago
  75. d13cdc9 Hidden API check exemptions support in runtime. by Mathew Inwood · 6 years ago
  76. 00b7d3b Add native method hasUsedHiddenApi to VMRuntime by David Brazdil · 6 years ago
  77. 2cf9887 Merge "Libcore: Add VMStack.getAnnotatedStackTrace" by Treehugger Robot · 6 years ago
  78. 2259a71 Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the W3C Encoding standard. by Victor Chang · 6 years ago
  79. 118b105 Libcore: Add VMStack.getAnnotatedStackTrace by Andreas Gampe · 6 years ago
  80. 59614472 Daemons: Fix logging of finalizer timeouts. by Narayan Kamath · 6 years ago
  81. 35d845b VarHandle simplifications by Orion Hodson · 7 years ago
  82. 8823afa Merge "Implement simple methods on java.lang.invoke.VarHandle." am: c9c2e0d08b by Orion Hodson · 7 years ago
  83. fecaee3 Implement simple methods on java.lang.invoke.VarHandle. by Orion Hodson · 7 years ago
  84. fef8855 Disable File.getCanonicalPath caches. by Przemyslaw Szczepaniak · 7 years ago
  85. e1b4397 Merge "Lower daemons priority to 124 (libcore)." into oc-dev by Hiroshi Yamauchi · 7 years ago
  86. 40e0df6 Update originalDexFile comment by Alex Light · 7 years ago
  87. dd10294 Lower daemons priority to 124 (libcore). by Hiroshi Yamauchi · 7 years ago
  88. 46de8d1 Revert "Revert "Change ClassExt.originalDexFile field to an opaque Object"" by Alex Light · 7 years ago
  89. ac9ee27 Revert "Change ClassExt.originalDexFile field to an opaque Object" by Nicolas Geoffray · 7 years ago
  90. d43e872 Change ClassExt.originalDexFile field to an opaque Object by Alex Light · 7 years ago
  91. 62ef120 Remove com.android.dex.* from the boot classpath. by Narayan Kamath · 7 years ago
  92. e77a467 Class: Get rid of most of java.lang.DexCache. by Narayan Kamath · 7 years ago
  93. 0efe9fd Libcore: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  94. f92a50e VMRuntime: Default unset targetSdkVersion to 10000 rather than 0. by Tobias Thierer · 7 years ago
  95. fa5b565 jni: Switch to @FastNative for all JNI functions. by Igor Murashkin · 7 years ago
  96. b078127 Do not use String.setCharAt() in CaseMapper. by Vladimir Marko · 7 years ago
  97. bb45b22 Merge "Libcore: Hardcode java.util.logging.manager" by Treehugger Robot · 7 years ago
  98. 3ad3438 Libcore: Hardcode java.util.logging.manager by Andreas Gampe · 7 years ago
  99. 9a01ad9 Import CallSite classes and BootstrapMethodError class from ojdk8u60 by Orion Hodson · 7 years ago
  100. 545d1da Change ClassExt to use a byte[] for original dex file. by Alex Light · 7 years ago