1. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 10 years ago
  2. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  3. 05b7226 Fix some java_lang_Class related moving GC bugs by Mathieu Chartier · 10 years ago
  4. 281e500 Fix compaction bug in Class_getDeclaredMethodsUnchecked by Mathieu Chartier · 10 years ago
  5. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  6. 4e06778 Also print class for NoSuchFieldException by Mathieu Chartier · 10 years ago
  7. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  8. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 12 years ago
  9. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 10 years ago
  10. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  11. fc58af4 Add AbstractMethod, Constructor, Method by Mathieu Chartier · 10 years ago
  12. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  13. c136312 Avoid using dex cache array pointers in libart. by Vladimir Marko · 10 years ago
  14. 02d2f29 Fix the read barrier builds. by Hiroshi Yamauchi · 10 years ago
  15. ca239af Fix some reflection errors by Mathieu Chartier · 10 years ago
  16. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  17. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  18. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  19. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 11 years ago
  20. c114b5f Fix erroneous behaviors with OOME present. by Ian Rogers · 11 years ago
  21. 22d5e73 Remove object_utils.h. by Ian Rogers · 11 years ago
  22. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 11 years ago
  23. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 11 years ago
  24. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 11 years ago
  25. 53b8b09 Refactor reflective method invocation. by Ian Rogers · 11 years ago
  26. 9837939 Avoid std::string allocations for finding an array class. by Ian Rogers · 11 years ago
  27. c528dba Enable moving classes. by Mathieu Chartier · 12 years ago
  28. 590fee9 Compacting collector. by Mathieu Chartier · 12 years ago
  29. 1eb512d Fast JNI support. by Ian Rogers · 12 years ago
  30. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 12 years ago
  31. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 12 years ago[Renamed from src/native/java_lang_Class.cc]
  32. 62d6c77 Interpreter entries and instrumentation as a listener. by Ian Rogers · 12 years ago
  33. 4f6ad8a Various performance improvements. by Ian Rogers · 12 years ago
  34. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 13 years ago
  35. 4445a7e Class clean-up. by Ian Rogers · 13 years ago
  36. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 13 years ago
  37. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 13 years ago
  38. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 13 years ago
  39. 00f7d0e Global lock levels. by Ian Rogers · 13 years ago
  40. 26c5e15 Port "Avoid method overriding if its super method is inaccessible" to art. by Elliott Hughes · 13 years ago
  41. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  42. 0399dde Remove Frame, merge shadow and quick representations. by Ian Rogers · 13 years ago
  43. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 13 years ago
  44. 0dae08e Move JNI methods out of top-level. by Ian Rogers · 13 years ago[Renamed from src/java_lang_Class.cc]
  45. 3f9137d Fix NPE message in LLVM. by TDYa127 · 13 years ago
  46. 34e0696 Remove the useless "suspend count already zero" message for new threads. by Elliott Hughes · 13 years ago
  47. 6a14433 Switch to Thread::WalkStack rather than manual Frame::Next. by Elliott Hughes · 13 years ago
  48. 0045a29 Avoid a case of eager initialization. by Ian Rogers · 13 years ago
  49. c150343 Remove the native Class.isInstance, and add tests. by Elliott Hughes · 13 years ago
  50. 04a2967 Make sure we're in runnable in Class.getDeclaredFields, where we may allocate. by Elliott Hughes · 13 years ago
  51. 441d912 Class getField/Method returns NULL if type/args are unresolved. by jeffhao · 13 years ago
  52. 923e8b8 Expand test 046 and move reflective class initialization later. by Elliott Hughes · 13 years ago
  53. 1521693 Ensure that classes we're using for reflection are initialized. by Elliott Hughes · 13 years ago
  54. 2ed52c4 Stash the directly-implemented interfaces in Proxy so we can implement Class.getInterfaces. by Elliott Hughes · 13 years ago
  55. 0512f02 Remove anonymous namespaces. by Elliott Hughes · 13 years ago
  56. 01a9658 Class_newInstanceImpl should use FindDeclaredDirectMethod by Brian Carlstrom · 13 years ago
  57. 5643742 Don't report miranda methods in declared methods by Ian Rogers · 13 years ago
  58. f45b154 Verify thread state for all allocations, fix 2 failures by Ian Rogers · 13 years ago
  59. d418eda Class clean-up and compute name during image writing. by Ian Rogers · 13 years ago
  60. dc18020 Avoid getSuperclass being native. by Ian Rogers · 14 years ago
  61. 7bfc963 This fixes several of the VM tests. by Elliott Hughes · 14 years ago
  62. 844f9a0 You can't call initCause on a ClassNotFoundException. by Elliott Hughes · 14 years ago
  63. a7679b6 Improve exceptions thrown during class loading. by Elliott Hughes · 14 years ago
  64. c2b4447 Fix for test 044-proxy by Ian Rogers · 14 years ago
  65. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 14 years ago
  66. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  67. 1bba14f Implement getting of 64-bit locals (double, long). by Elliott Hughes · 14 years ago
  68. 50e537e Add 'const' to signature in FindConstructorOrMethodInArray by Jesse Wilson · 14 years ago
  69. 5349431 Move the exception check to after the code that throws the exception. by Jesse Wilson · 14 years ago
  70. 4ed2157 Fix reflection to throw rather than crash when a type is not loaded. by Jesse Wilson · 14 years ago
  71. 8ea36f8 Prefer non-synthetic methods in Class.getMethod() by Jesse Wilson · 14 years ago
  72. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 14 years ago
  73. 906e685 Fix the unintelligible IsValidClassName API by breaking it into three. by Elliott Hughes · 14 years ago
  74. 9074b99 Better unresolved type support. by Ian Rogers · 14 years ago
  75. b82b687 Make sure threads allocating are in the kRunnable state by Brian Carlstrom · 14 years ago
  76. 8f903f2 Move Class.getDeclaredClass to managed code. Part 3. by Jesse Wilson · 14 years ago
  77. 163c464 Track move of InnerClass annotation to managed code. by Jesse Wilson · 14 years ago
  78. 9dcc79d Add Class.getModifiers. by Elliott Hughes · 14 years ago
  79. 5cb5ad2 Fix exception throwing to support no detail message. by Elliott Hughes · 14 years ago
  80. 6bf1915 Revert "Reverts to track dalvik and libcore" by Jesse Wilson · 14 years ago
  81. 5d40f18 Fixes for "null instanceof" and class initialization by Brian Carlstrom · 14 years ago
  82. 395520e Assorted fixes for running frameworks apps by Brian Carlstrom · 14 years ago
  83. c0dd312 ~ should have been !. by Elliott Hughes · 14 years ago
  84. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 14 years ago
  85. 8060925 Implement Class.getDeclared(Constructors|Fields|Methods). by Elliott Hughes · 14 years ago
  86. bc2f3e3 Add support for oat_process for use as a wrap.* launcher by Brian Carlstrom · 14 years ago
  87. dd8df69 Class.isAssignableFrom and Class.isInstance. by Elliott Hughes · 14 years ago
  88. 418d20f Implement reflective method invocation. by Elliott Hughes · 14 years ago
  89. 53d6ff4 Reverts to track dalvik and libcore by Brian Carlstrom · 14 years ago
  90. 98fb416 Implement Class.getDex. by Elliott Hughes · 14 years ago
  91. 0c64f5e Move annotations to managed code. by Jesse Wilson · 14 years ago
  92. c3d530c Track libcore change. by Elliott Hughes · 14 years ago
  93. f91c8c3 Adding JNI code for dalvik.system.DexFile and java.lang.Class by Brian Carlstrom · 14 years ago
  94. 03c99df Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual methods by Brian Carlstrom · 14 years ago
  95. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 14 years ago
  96. 3a7b4f2 Class.getDeclaredConstructorOrMethod by Brian Carlstrom · 14 years ago
  97. f867b6f Filling in some Class, Method, and Field native code needed during startup and I/O by Brian Carlstrom · 14 years ago
  98. 6bdc3b2 More java.lang.Class functionality. by Elliott Hughes · 14 years ago
  99. 8d768a9 Thread suspension. by Elliott Hughes · 14 years ago
  100. d369bb7 Various things. by Elliott Hughes · 14 years ago