1. be10c85 Allow hidden api usage logging with VMRuntime by Andrei Onea · 6 years ago
  2. 302dc0b Remove hardcoded os.name property. by Doug Horn · 6 years ago
  3. 1ab882b Adjust NativeAllocationRegistry for new accounting by Hans Boehm · 6 years ago
  4. 1ba63c8 Add fields to ClassExt to store pre-redefine DexFile pointer by David Brazdil · 6 years ago
  5. 8c2b207 Add stubs for remaining libcore classes in hiddenapi by Paul Duffin · 6 years ago
  6. 560c24a Add missing default constructors by Paul Duffin · 6 years ago
  7. c2a4f23 Remove unused method in VMRuntime by David Brazdil · 6 years ago
  8. bd01749 Add pre resolved strings fields by Mathieu Chartier · 6 years ago
  9. 3b0456b Add @UnsupportedAppUsage to non-ojluni classes by Paul Duffin · 6 years ago
  10. 369c8b5 Libcore: Add VMRuntime.hasBootImageSpaces by Andreas Gampe · 6 years ago
  11. 9fce4a8 More @CorePlatformApi annotations for libcore by Neil Fuller · 6 years ago
  12. 9997b52 Add libcore API needed by framework to core.platform.api.stubs by Paul Duffin · 6 years ago
  13. 2afe35f Dependencies needed by CTS tests by Neil Fuller · 6 years ago
  14. 1a6015c Tag assorted CorePlatformApi APIs by Neil Fuller · 6 years ago
  15. 93ec1fa Merge "Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1()." by Tobias Thierer · 6 years ago
  16. 701ea3a Merge "Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1()." by Treehugger Robot · 6 years ago
  17. d393463 Merge "Remove a superfluous array copy from several String ctors." by Pete Gillin · 6 years ago
  18. 5fce4e9 Remove a superfluous array copy from several String ctors. by Pete Gillin · 6 years ago
  19. 6085e9f Deprecate VMStack.getCallingClassLoader() and VMStack.getStackClass1(). by Tobias Thierer · 6 years ago
  20. 5e702a9 Merge "Revert "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13"" by Paul Duffin · 6 years ago
  21. 80c0d1b Revert "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13" by Neil Fuller · 6 years ago
  22. 68a190a Merge "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13" am: 31d23f721b by Paul Duffin · 6 years ago
  23. 4012008 Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13 by Paul Duffin · 6 years ago
  24. 454827e Merge "Add VMRuntime.isJavaDebuggable()." am: add188b107 am: c6a11a6913 by Mathew Inwood · 6 years ago
  25. ba1992d Add VMRuntime.isJavaDebuggable(). by Mathew Inwood · 6 years ago
  26. b6ffd28 Expose arts Runtime::setDedupeHiddenApiWarnings. by Mathew Inwood · 6 years ago
  27. ea47b9e Configurable sample rate for hidden API log events by Mathew Inwood · 6 years ago
  28. 5b2bf83 Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  29. d5ad768 Support for passing package name to runtime. by Mathew Inwood · 6 years ago
  30. b04695b Expose arts Runtime::setDedupeHiddenApiWarnings. by Mathew Inwood · 6 years ago
  31. d760c90 Configurable sample rate for hidden API log events by Mathew Inwood · 6 years ago
  32. 6bcb6cb0c VMRuntime: Add callback for non SDK API accesses. by Narayan Kamath · 6 years ago
  33. 6615f1a Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  34. 112c8c9 Merge "VMRuntime: Add callback for non SDK API accesses." into pi-dev by TreeHugger Robot · 6 years ago
  35. 406c8cd VMRuntime: Add callback for non SDK API accesses. by Narayan Kamath · 6 years ago
  36. a26e34b Hidden API check exemptions support in runtime. by Mathew Inwood · 6 years ago
  37. d13cdc9 Hidden API check exemptions support in runtime. by Mathew Inwood · 6 years ago
  38. 00b7d3b Add native method hasUsedHiddenApi to VMRuntime by David Brazdil · 7 years ago
  39. 2cf9887 Merge "Libcore: Add VMStack.getAnnotatedStackTrace" by Treehugger Robot · 7 years ago
  40. 2259a71 Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the W3C Encoding standard. by Victor Chang · 7 years ago
  41. 118b105 Libcore: Add VMStack.getAnnotatedStackTrace by Andreas Gampe · 7 years ago
  42. 59614472 Daemons: Fix logging of finalizer timeouts. by Narayan Kamath · 7 years ago
  43. 35d845b VarHandle simplifications by Orion Hodson · 7 years ago
  44. 8823afa Merge "Implement simple methods on java.lang.invoke.VarHandle." am: c9c2e0d08b by Orion Hodson · 7 years ago
  45. fecaee3 Implement simple methods on java.lang.invoke.VarHandle. by Orion Hodson · 7 years ago
  46. fef8855 Disable File.getCanonicalPath caches. by Przemyslaw Szczepaniak · 7 years ago
  47. e1b4397 Merge "Lower daemons priority to 124 (libcore)." into oc-dev by Hiroshi Yamauchi · 7 years ago
  48. 40e0df6 Update originalDexFile comment by Alex Light · 7 years ago
  49. dd10294 Lower daemons priority to 124 (libcore). by Hiroshi Yamauchi · 7 years ago
  50. 46de8d1 Revert "Revert "Change ClassExt.originalDexFile field to an opaque Object"" by Alex Light · 7 years ago
  51. ac9ee27 Revert "Change ClassExt.originalDexFile field to an opaque Object" by Nicolas Geoffray · 7 years ago
  52. d43e872 Change ClassExt.originalDexFile field to an opaque Object by Alex Light · 7 years ago
  53. 62ef120 Remove com.android.dex.* from the boot classpath. by Narayan Kamath · 7 years ago
  54. e77a467 Class: Get rid of most of java.lang.DexCache. by Narayan Kamath · 7 years ago
  55. 0efe9fd Libcore: Clean up code related to foreign dex use by Calin Juravle · 7 years ago
  56. f92a50e VMRuntime: Default unset targetSdkVersion to 10000 rather than 0. by Tobias Thierer · 8 years ago
  57. fa5b565 jni: Switch to @FastNative for all JNI functions. by Igor Murashkin · 8 years ago
  58. b078127 Do not use String.setCharAt() in CaseMapper. by Vladimir Marko · 8 years ago
  59. bb45b22 Merge "Libcore: Hardcode java.util.logging.manager" by Treehugger Robot · 8 years ago
  60. 3ad3438 Libcore: Hardcode java.util.logging.manager by Andreas Gampe · 8 years ago
  61. 9a01ad9 Import CallSite classes and BootstrapMethodError class from ojdk8u60 by Orion Hodson · 8 years ago
  62. 545d1da Change ClassExt to use a byte[] for original dex file. by Alex Light · 8 years ago
  63. 8125e3f Remove unneeded 'transient' modifiers by Alex Light · 8 years ago
  64. 1cebf95 Infrastructure for obsolete methods by Alex Light · 8 years ago
  65. 02e8f07 Add dalvik.system.ClassExt class by Alex Light · 8 years ago
  66. 2d58453 Track changes to mirror::DexCache layout. by Narayan Kamath · 8 years ago
  67. e1f193f Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  68. d077e67 Addition of Parameter / MalformedParametersException by Neil Fuller · 8 years ago
  69. bca5dec Remove (AbstractMethod|Constructor|Method).getSignature() by Neil Fuller · 8 years ago
  70. 20938c5 Pulling in the OpenJDK 8 Executable class and related changes by Neil Fuller · 8 years ago
  71. f451d73 Merge "Drop redundant calculation the result of which is unused." am: 2c6cf7ea34 by Tobias Thierer · 8 years ago
  72. 98940f8 Drop redundant calculation the result of which is unused. by Tobias Thierer · 8 years ago
  73. de03fc1 Libcode: Hardcode default for com.sun.security.preserveOldDCEncoding by Andreas Gampe · 8 years ago
  74. 59348a8 Libcore: Hardcode javax.net.debug by Andreas Gampe · 8 years ago
  75. ef00a13 Libcode: Hardcode default for com.sun.security.preserveOldDCEncoding by Andreas Gampe · 8 years ago
  76. 30acc4f Libcore: Hardcode javax.net.debug by Andreas Gampe · 8 years ago
  77. d17ae95 Libcore hooks for sensistive thread registration by Calin Juravle · 8 years ago
  78. b0b390e Libcore: Add more ICU hardcoded properties by Andreas Gampe · 8 years ago
  79. 08fa3ef Libcore: Add more ICU hardcoded properties by Andreas Gampe · 8 years ago
  80. ad035d2 Merge "Libcore hooks for sensistive thread registration" into nyc-dev by Calin Juravle · 8 years ago
  81. 5ea9303 Fix art/test/119-noimage-patchoat. by Narayan Kamath · 8 years ago
  82. 72ab551 Libcore: Hardcode os.name system property by Andreas Gampe · 8 years ago
  83. f266920 Libcore: Hardcode http system properties by Andreas Gampe · 8 years ago
  84. 6c0b933 Libcore: Hardcode sun.io.useCanonCaches by Andreas Gampe · 8 years ago
  85. 5d935d4 Libcore: Turn off ICU debugging by Andreas Gampe · 8 years ago
  86. b02486c Libcore: Move definition of java version to hardcoded class by Andreas Gampe · 8 years ago
  87. a469a66 Libcore: Refactor hardcoded system properties by Andreas Gampe · 8 years ago
  88. 8c1c6d6 Libcore: Hardcode os.name system property by Andreas Gampe · 8 years ago
  89. 31bf68c Libcore: Hardcode http system properties by Andreas Gampe · 8 years ago
  90. 93874a5 Libcore: Hardcode sun.io.useCanonCaches by Andreas Gampe · 8 years ago
  91. ad16ba1 Libcore: Turn off ICU debugging by Andreas Gampe · 8 years ago
  92. 05a46a1 Libcore: Move definition of java version to hardcoded class by Andreas Gampe · 8 years ago
  93. 59ae743 Libcore: Refactor hardcoded system properties by Andreas Gampe · 8 years ago
  94. 3825c24 Fix art/test/119-noimage-patchoat. by Narayan Kamath · 8 years ago
  95. 4fa4dcc Libcore hooks for sensistive thread registration by Calin Juravle · 8 years ago
  96. f04099d Remove AnnotationAccess and its remaining uses. by Jeff Hao · 8 years ago
  97. d890de2 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 8 years ago
  98. 0e28d35 Libcore: Expose whether app is native debuggable. by Oleksiy Vyalov · 8 years ago
  99. cd86c2a Libcore: Expose whether the dalvik cache was pruned by Andreas Gampe · 8 years ago
  100. 0eedcb2 Libcore: Expose whether the dalvik cache was pruned by Andreas Gampe · 8 years ago