1. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  2. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  3. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  4. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  5. eac7667 DO NOT MERGE Fix all unsafe caching to be like libcore. by Elliott Hughes · 12 years ago
  6. 84a5bb4 Even better reflection IllegalArgumentException detail messages and less code. by Elliott Hughes · 12 years ago
  7. aaa5edc Improve reflection IllegalArgumentException detail messages. by Elliott Hughes · 12 years ago
  8. dbac309 Ensure that BoxPrimitive only sees clean data... by Elliott Hughes · 12 years ago
  9. b600b3f Fix/improve exception detail messages for unboxing. by Elliott Hughes · 12 years ago
  10. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  11. 9a6bae8 Don't run managed code until the runtime has started. by Jesse Wilson · 13 years ago
  12. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  13. 2a20cfd Implement java.lang.reflect.Constructor.constructNative. by Elliott Hughes · 13 years ago
  14. 418d20f Implement reflective method invocation. by Elliott Hughes · 13 years ago