1. 5a0381f Do not accept vdex with dex sections from .dm files by Calin Juravle · 3 years, 6 months ago
  2. 2235a18 Add SafetyNet logging to JNI::NewStringUTF. by Vladimir Marko · 3 years, 5 months ago
  3. 3523207 Validate input of JNI::NewStringUTF(). by Vladimir Marko · 3 years, 6 months ago
  4. 5043a9a Merge "Fix test 674-hiddenapi when debuggable." into pi-dev by Mathew Inwood · 6 years ago
  5. c2cd2d0 Fix test 674-hiddenapi when debuggable. by Mathew Inwood · 6 years ago
  6. 7e3d325 Fix typo that leads to crash. by Nicolas Geoffray · 6 years ago
  7. ccd3ba9 Merge "Hidden API: only log what we deny." into pi-dev by Mathew Inwood · 6 years ago
  8. 015a7ec Hidden API: only log what we deny. by Mathew Inwood · 6 years ago
  9. 76612b1 Merge changes I8f34f9ed,I7e607d87 into pi-dev by TreeHugger Robot · 6 years ago
  10. 4a13ed4 Fix stripping of access flags during JVMTI redefine by David Brazdil · 6 years ago
  11. 3ab5b05 Refactor flaky ArtDexFileLoader IsPlatformDex gtest by David Brazdil · 6 years ago
  12. b73114e Set default hidden API policy to dark+black by David Brazdil · 6 years ago
  13. 4fe044c Propagate hiddenapi cmdline flags in OatFileAssistant::Dex2Oat by David Brazdil · 6 years ago
  14. d527438 Refactor ClassLinker & ImageWriter to use a common resolution routine by David Brazdil · 6 years ago
  15. a84ad34 Add support for cortex-a55/cortex-a75. by Christopher Ferris · 6 years ago
  16. 7d1dbae Merge "Handle multidex in LocationIsOnSystemFramework." into pi-dev by Nicolas Geoffray · 6 years ago
  17. 16cb948 Handle multidex in LocationIsOnSystemFramework. by Nicolas Geoffray · 6 years ago
  18. de334c0 Add support for loading trusted dex files. by Nicolas Geoffray · 6 years ago
  19. 586fd2c Implement VMDebug API to mark a class "platform" by David Brazdil · 6 years ago
  20. 0b4a16e Merge "Support system server ART-profiling" into pi-dev by Calin Juravle · 6 years ago
  21. bafecb3 Clear the profile if we fail to add new methods or classes by Calin Juravle · 6 years ago
  22. fb74d8b Support system server ART-profiling by Calin Juravle · 6 years ago
  23. 3105b27 Add new profile saver options: save without jit & profile AOT code by Calin Juravle · 6 years ago
  24. 7996b87 Merge "Fix hiddenapi::MemberSignature for proxies" into pi-dev by David Brazdil · 6 years ago
  25. 73a64f6 Fix hiddenapi::MemberSignature for proxies by David Brazdil · 6 years ago
  26. f59ca61 Do not log "None" type API accesses. by Mathew Inwood · 6 years ago
  27. 5bcef17 Include package name in tron events. by Mathew Inwood · 6 years ago
  28. 74eb267 Merge "Pass the fd to OatFile::Setup to avoid selinux errors." into pi-dev by Calin Juravle · 6 years ago
  29. 5b97b01 Merge "Do not overwrite hidden access flags for intrinsics" into pi-dev by David Brazdil · 6 years ago
  30. 675f51b Merge "AOT inlined method lookup should stay within dex file." into pi-dev by Vladimir Marko · 6 years ago
  31. 61aa062 Fix delivering async exception while in compiled code. by Vladimir Marko · 6 years ago
  32. 0e1f7b9 Merge "Fix profile filtered loading" into pi-dev by Calin Juravle · 6 years ago
  33. 8a6b2f3 Do not overwrite hidden access flags for intrinsics by David Brazdil · 6 years ago
  34. 7c94799 AOT inlined method lookup should stay within dex file. by Vladimir Marko · 6 years ago
  35. 96dca1c Pass the fd to OatFile::Setup to avoid selinux errors. by Nicolas Geoffray · 6 years ago
  36. b876f59 Fix profile filtered loading by Calin Juravle · 6 years ago
  37. 610d845 Reorder debug logging statements when marking a reference in an unused region. by Roland Levillain · 6 years ago
  38. cbb7bd2 Improve debug logging of classes for 77342775. by Vladimir Marko · 6 years ago
  39. e5442e7 Merge changes I956dd565,I080313dd into pi-dev by David Brazdil · 6 years ago
  40. 69944c9 ART: Properly check for attached thread in CheckJNI by Andreas Gampe · 6 years ago
  41. b8c6619 Fix race in hidden_api.h by David Brazdil · 6 years ago
  42. 14c212a Fix hidden API flags decoding for intrinsics by David Brazdil · 6 years ago
  43. 90f8add Always allow agent attach on userdebug builds with kArtTiVersion by Alex Light · 6 years ago
  44. 1787870 Merge "Add note about tests impacted by kLogAllAccesses flag." into pi-dev by Mathew Inwood · 6 years ago
  45. c5759ba Merge "Set hidden API flags of intrinsics" into pi-dev by David Brazdil · 6 years ago
  46. 49dded0 Set hidden API flags of intrinsics by David Brazdil · 6 years ago
  47. 4ac9bda Merge "Add VMRuntime.setDedupeHiddenApiWarnings()." into pi-dev by Mathew Inwood · 6 years ago
  48. 2d4d62f Use tron for logging hidden API accesses. by Mathew Inwood · 6 years ago
  49. 80900a3 Add VMRuntime.setDedupeHiddenApiWarnings(). by Mathew Inwood · 6 years ago
  50. 9f3a0c3 Merge changes I16fde69b,I6c085137 into pi-dev by Mathieu Chartier · 6 years ago
  51. 0d6736f Add arg for overwriting class loader class path by Mathieu Chartier · 6 years ago
  52. 8548de1 Add stored class loader context option by Mathieu Chartier · 6 years ago
  53. d54f1f9 Further improve debug logging for 77342775 by Vladimir Marko · 6 years ago
  54. 6d6012e Add note about tests impacted by kLogAllAccesses flag. by Mathew Inwood · 6 years ago
  55. eba8b96 Merge "Revert "Update hidden API membership of intrinsics"" into pi-dev by TreeHugger Robot · 6 years ago
  56. 7b91439 Merge "Improve debug logging for bug 77342775." into pi-dev by TreeHugger Robot · 6 years ago
  57. 5933cdb Merge "Log for light grey API accesses." into pi-dev by TreeHugger Robot · 6 years ago
  58. 0dbc8be Revert "Update hidden API membership of intrinsics" by Andreas Gampe · 6 years ago
  59. 27199e6 Log for light grey API accesses. by Mathew Inwood · 6 years ago
  60. 2e3667d Improve debug logging for bug 77342775. by Vladimir Marko · 6 years ago
  61. 29d8d0b Merge "Update hidden API membership of intrinsics" into pi-dev by TreeHugger Robot · 6 years ago
  62. ba4f1a2 Merge "Log an event on hidden API accesses." into pi-dev by Mathew Inwood · 6 years ago
  63. e1954f3 Update hidden API membership of intrinsics by David Brazdil · 6 years ago
  64. 73ddda4 Log an event on hidden API accesses. by Mathew Inwood · 6 years ago
  65. 75e4605 Merge "ART: Stop Hidden API stackwalk for class initializers in j.l.i." into pi-dev by Orion Hodson · 6 years ago
  66. 60d7315 Merge "Consider whitelist when listing class members." into pi-dev by Mathew Inwood · 6 years ago
  67. 29e64cf ART: Stop Hidden API stackwalk for class initializers in j.l.i. by Orion Hodson · 6 years ago
  68. 64ee8ae Consider whitelist when listing class members. by Mathew Inwood · 6 years ago
  69. 5665c97 Merge "Revert^2 "ART: Fix MethodHandle invoke-super"" into pi-dev by Orion Hodson · 6 years ago
  70. d7959c2 Revert^2 "ART: Fix MethodHandle invoke-super" by Orion Hodson · 6 years ago
  71. 709e67c Merge "Add extra logging for bug 77342775." into pi-dev by TreeHugger Robot · 6 years ago
  72. 516e20f Add extra logging for bug 77342775. by Vladimir Marko · 6 years ago
  73. cc2cd98 Don't pass empty profile to OatWriter by Mathieu Chartier · 6 years ago
  74. 198a27e ART: Walk past j.l.i in stackwalk for Hidden API by Orion Hodson · 6 years ago
  75. cc41239 Merge "Treat hidden API exemptions as whitelist." into pi-dev by TreeHugger Robot · 6 years ago
  76. a5dd33c Merge "Replace kAllLists policy with kJustWarn." into pi-dev by Mathew Inwood · 6 years ago
  77. c8ce5f5 Treat hidden API exemptions as whitelist. by Mathew Inwood · 6 years ago
  78. 93b728f Merge "Fix verifier/linker IncompatibleClassChangeError with hidden API" into pi-dev by David Brazdil · 6 years ago
  79. 4531091 Fix and extend debugging output for bug 74410240. by Vladimir Marko · 6 years ago
  80. e8320ea ART: Refactor known-classloader visits by Andreas Gampe · 6 years ago
  81. 54a99cf Fix verifier/linker IncompatibleClassChangeError with hidden API by David Brazdil · 6 years ago
  82. 6869369 Replace kAllLists policy with kJustWarn. by Mathew Inwood · 6 years ago
  83. b658cd7 Merge "Revert^2 "hidden_api: Call back into libcore on hidden api detection""" into pi-dev by TreeHugger Robot · 6 years ago
  84. e453a8d Revert^2 "hidden_api: Call back into libcore on hidden api detection"" by Narayan Kamath · 6 years ago
  85. 60af9c3 Merge "Add reachabilityFence intrinsics" into pi-dev by Hans Boehm · 6 years ago
  86. 437795d Merge "Revert^6 "Ensure that OSR still is possible with jvmti"" into pi-dev by TreeHugger Robot · 6 years ago
  87. d698ef5 Revert^6 "Ensure that OSR still is possible with jvmti" by Alex Light · 6 years ago
  88. d3a5f94 Ensure that art_sigsegv_fault is never inlined by Alex Light · 6 years ago
  89. 1c50c0f Add range CHECK for method index in GetQuickenedInfoOf by Mathieu Chartier · 6 years ago
  90. 7efc4f2 Merge "Revert "hidden_api: Call back into libcore on hidden api detection"" into pi-dev by Orion Hodson · 6 years ago
  91. 9e68ade Revert "hidden_api: Call back into libcore on hidden api detection" by Orion Hodson · 6 years ago
  92. 11ce79e Merge "hidden_api: Call back into libcore on hidden api detection" into pi-dev by TreeHugger Robot · 6 years ago
  93. 4d4175a Add reachabilityFence intrinsics by Hans Boehm · 6 years ago
  94. 0a3a691 Merge "Fix failure to initialize AnnotatedStackTraceElement." into pi-dev by Nicolas Geoffray · 6 years ago
  95. 637e0b4 Fix double accounting of skipped objects during copying by Lokesh Gidra · 6 years ago
  96. 757a9d0 hidden_api: Call back into libcore on hidden api detection by Narayan Kamath · 6 years ago
  97. 7dd2119 Fix failure to initialize AnnotatedStackTraceElement. by Vladimir Marko · 6 years ago
  98. 80f5fe5 ART: Refactor hidden_api by Andreas Gampe · 6 years ago
  99. be4aa29 Merge "Support for API exemptions from API blacklisting." into pi-dev by Mathew Inwood · 6 years ago
  100. ac5fea0 Remove unneeded ScopedGCCriticalSections from openjdkjvmti. by Alex Light · 6 years ago