1. 3a0f35a Preparation to enable upstream VarHandle tests by Orion Hodson · 2 years, 7 months ago
  2. 8ae0461 Revert^2 "Make FinalizerWatchDogDaemon also monitor RQDaemon" by Hans Boehm · 2 years, 9 months ago
  3. c7c9d1e Revert "Make FinalizerWatchDogDaemon also monitor RQDaemon" by Hans Boehm · 2 years, 9 months ago
  4. ef050e5 Make FinalizerWatchDogDaemon also monitor RQDaemon by Hans Boehm · 2 years, 9 months ago
  5. 8885f06 VarHandles: fix missing reference for static field VarHandles by Orion Hodson · 3 years ago
  6. 056b47e Add newStringFromUtf8Bytes native implementation. by Rock.Yeh · 3 years, 6 months ago
  7. 7809156 Use nanoTime() in finalizer watchdog by Hans Boehm · 4 years, 1 month ago
  8. 271b405 Libcore: Add classloader to dex cache by Andreas Gampe · 4 years, 4 months ago
  9. d87d62b Remove isDebuggerActive function. by Alex Light · 4 years, 5 months ago
  10. 552da5a Use new UnsupportedAppUsage annotation. by Artur Satayev · 4 years, 6 months ago
  11. 95cd907 Move ICU.toLower/UpperCase into external/icu by Victor Chang · 4 years, 7 months ago
  12. 38af47f Add TEST_MAPPINGs for java.lang and java.util and subpackages. by Pete Gillin · 4 years, 10 months ago
  13. e39294d Use new -XX:FinalizerTimeoutMs command line arg by Hans Boehm · 5 years ago
  14. 14e0525 Revert^2 "Mark threads started by Daemons.java as systemDaemon" by Alex Light · 5 years ago
  15. 07cfc3f Revert "Mark threads started by Daemons.java as systemDaemon" by Nicolas Geoffray · 5 years ago
  16. 89b4620 Mark threads started by Daemons.java as systemDaemon by Alex Light · 5 years ago
  17. 302dc0b Remove hardcoded os.name property. by Doug Horn · 5 years ago
  18. 8c2b207 Add stubs for remaining libcore classes in hiddenapi by Paul Duffin · 6 years ago
  19. bd01749 Add pre resolved strings fields by Mathieu Chartier · 6 years ago
  20. 3b0456b Add @UnsupportedAppUsage to non-ojluni classes by Paul Duffin · 6 years ago
  21. 5fce4e9 Remove a superfluous array copy from several String ctors. by Pete Gillin · 6 years ago
  22. 80c0d1b Revert "Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13" by Neil Fuller · 6 years ago
  23. 4012008 Add and use Throwable.UNASSIGNED_STACK from upstream 8u121-b13 by Paul Duffin · 6 years ago
  24. 2259a71 Make the Android fast-path UTF-8 decoder follow the Unicode Standard and the W3C Encoding standard. by Victor Chang · 6 years ago
  25. 59614472 Daemons: Fix logging of finalizer timeouts. by Narayan Kamath · 6 years ago
  26. 35d845b VarHandle simplifications by Orion Hodson · 7 years ago
  27. 8823afa Merge "Implement simple methods on java.lang.invoke.VarHandle." am: c9c2e0d08b by Orion Hodson · 7 years ago
  28. fecaee3 Implement simple methods on java.lang.invoke.VarHandle. by Orion Hodson · 7 years ago
  29. fef8855 Disable File.getCanonicalPath caches. by Przemyslaw Szczepaniak · 7 years ago
  30. dd10294 Lower daemons priority to 124 (libcore). by Hiroshi Yamauchi · 7 years ago
  31. 62ef120 Remove com.android.dex.* from the boot classpath. by Narayan Kamath · 7 years ago
  32. e77a467 Class: Get rid of most of java.lang.DexCache. by Narayan Kamath · 7 years ago
  33. fa5b565 jni: Switch to @FastNative for all JNI functions. by Igor Murashkin · 7 years ago
  34. b078127 Do not use String.setCharAt() in CaseMapper. by Vladimir Marko · 7 years ago
  35. bb45b22 Merge "Libcore: Hardcode java.util.logging.manager" by Treehugger Robot · 7 years ago
  36. 3ad3438 Libcore: Hardcode java.util.logging.manager by Andreas Gampe · 7 years ago
  37. 9a01ad9 Import CallSite classes and BootstrapMethodError class from ojdk8u60 by Orion Hodson · 7 years ago
  38. 2d58453 Track changes to mirror::DexCache layout. by Narayan Kamath · 8 years ago
  39. e1f193f Collapse ART's AbstractMethod class into Executable by Neil Fuller · 8 years ago
  40. d077e67 Addition of Parameter / MalformedParametersException by Neil Fuller · 8 years ago
  41. bca5dec Remove (AbstractMethod|Constructor|Method).getSignature() by Neil Fuller · 8 years ago
  42. 20938c5 Pulling in the OpenJDK 8 Executable class and related changes by Neil Fuller · 8 years ago
  43. 98940f8 Drop redundant calculation the result of which is unused. by Tobias Thierer · 8 years ago
  44. de03fc1 Libcode: Hardcode default for com.sun.security.preserveOldDCEncoding by Andreas Gampe · 8 years ago
  45. 59348a8 Libcore: Hardcode javax.net.debug by Andreas Gampe · 8 years ago
  46. b0b390e Libcore: Add more ICU hardcoded properties by Andreas Gampe · 8 years ago
  47. 72ab551 Libcore: Hardcode os.name system property by Andreas Gampe · 8 years ago
  48. f266920 Libcore: Hardcode http system properties by Andreas Gampe · 8 years ago
  49. 6c0b933 Libcore: Hardcode sun.io.useCanonCaches by Andreas Gampe · 8 years ago
  50. 5d935d4 Libcore: Turn off ICU debugging by Andreas Gampe · 8 years ago
  51. b02486c Libcore: Move definition of java version to hardcoded class by Andreas Gampe · 8 years ago
  52. a469a66 Libcore: Refactor hardcoded system properties by Andreas Gampe · 8 years ago
  53. d890de2 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 8 years ago
  54. 04b80a2 Improve documentation about StringFactory.newStringFromChars. by Roland Levillain · 8 years ago
  55. 9c733c7 Fix a typo in a comment. by Roland Levillain · 8 years ago
  56. 40dffe7 Merge "Improve performance of Reference processing." by Richard Uhler · 8 years ago
  57. 1532860 Improve performance of Reference processing. by Richard Uhler · 8 years ago
  58. 12dd52a reflect: Add isDefault method by Igor Murashkin · 8 years ago
  59. 6c0e55c Scripted removal of unused libcore files. by Narayan Kamath · 9 years ago
  60. 39aff9a Make uncaught exceptions from finalizers non-fatal. by Narayan Kamath · 9 years ago
  61. 33e49e4 Revert "libart: add lambda proxy support" by Nicolas Geoffray · 9 years ago
  62. 70b617f Merge mnc-dr-enso-dev into master by Przemyslaw Szczepaniak · 9 years ago
  63. b5259fc Merge "libart: add lambda proxy support" by Igor Murashkin · 9 years ago
  64. 5a92ed3 libart: add lambda proxy support by Igor Murashkin · 9 years ago
  65. 02821ac Report finalizer related exceptions consistently. by Narayan Kamath · 9 years ago
  66. bf07204 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  67. ad16291 Use OpenJdk implementation of java.lang.ref.*. by Piotr Jastrzebski · 9 years ago
  68. 1d958db Use OpenJdk implementation of parts of java.util.*, java.security.*. by Piotr Jastrzebski · 9 years ago
  69. 0ea934f Fix spurious finalizer timeouts on shutdown. by Hans Boehm · 9 years ago
  70. fda5222 Merge "Speed up Finalizer Daemon" by Hans Boehm · 9 years ago
  71. 97e6de1 Speed up Finalizer Daemon by Hans Boehm · 9 years ago
  72. 09985f9 Libcore: Change behavior for rethrowing init failures by Andreas Gampe · 9 years ago
  73. 7280299 Switch from jarjar to generated source for ICU4J by Neil Fuller · 9 years ago
  74. b7b17db Fix Class#getField method by Alex Light · 9 years ago
  75. 6a82f12 Handle OutOfMemoryError from allocating InterruptedExceptions by Mathieu Chartier · 9 years ago
  76. ad54b59 Revert "Revert "Add allocator field to ClassLoader."" by Mathieu Chartier · 9 years ago
  77. 06419ef Revert "Add allocator field to ClassLoader." by Nicolas Geoffray · 9 years ago
  78. d36609b Add allocator field to ClassLoader. by Mathieu Chartier · 9 years ago
  79. 79b54d3 Merge "ART: Move DexCache arrays to native." by Vladimir Marko · 9 years ago
  80. ecd3386 Move more Class annotations to native. by Jeff Hao · 9 years ago
  81. 2898abc Merge "Revert "Revert "Move annotations to native.""" by Jeff Hao · 9 years ago
  82. dce9362 Revert "Revert "Move annotations to native."" by Jeff Hao · 9 years ago
  83. 8d1562e Merge "Revert "Move annotations to native."" by Roland Levillain · 9 years ago
  84. da72c13 Revert "Move annotations to native." by Roland Levillain · 9 years ago
  85. f6b97c9 Merge "Move annotations to native." by Jeff Hao · 9 years ago
  86. ab78ed6 Add class flags to java.lang.Class by Mathieu Chartier · 9 years ago
  87. 2a2ef73 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  88. 748b5ce Move annotations to native. by Jeff Hao · 9 years ago
  89. 304152b Add class table field to class loader by Mathieu Chartier · 9 years ago
  90. 90f1790 Merge "Delete unused fields in class" by Mathieu Chartier · 9 years ago
  91. ab7b1a4 Delete unused fields in class by Mathieu Chartier · 9 years ago
  92. 17552b6 Remove Transliterator wrapper class. by Rayhaan Jaufeerally · 9 years ago
  93. 2faa3c3 Fix mistake in reflection documentation by Kenny Root · 9 years ago
  94. 5a0bc3d Make isAssignableFrom not cast iftable entries to class. by Jeff Hao · 9 years ago
  95. 86ea497 Make isAssignableFrom not cast iftable entries to class. by Jeff Hao · 9 years ago
  96. c536fe2 Send SIGQUIT when finalizer times out by Mathieu Chartier · 9 years ago
  97. b9f9548 Send SIGQUIT when finalizer times out by Mathieu Chartier · 9 years ago
  98. 5d7a90d Merge "Correct Class.superClass documentation." by Brian Carlstrom · 9 years ago
  99. de86f14 Correct Class.superClass documentation. by Brian Carlstrom · 9 years ago
  100. 3db17f7 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago