1. 98eebb4 OpenjdkJvm.cc: Add O_CLOEXEC by Nick Kralevich · 6 years ago
  2. c1896c9 C++17 compatibility: make WITH_TIDY=1 happy again. by Elliott Hughes · 6 years ago
  3. 4b22b34 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  4. bd39d14 ART: Clean up unused using declarations by Andreas Gampe · 6 years ago
  5. bcf1752 ObjPtr<>-ify array allocations. by Vladimir Marko · 6 years ago
  6. a3ad0cd ART: Move JNI files to runtime/jni/ . by Vladimir Marko · 6 years ago
  7. af29031 Small documentation and stylistic changes. by Roland Levillain · 7 years ago
  8. 473191c ART: Clean up library loading by Andreas Gampe · 7 years ago
  9. 55256cb Extensions to check JNI. by Ian Rogers · 7 years ago
  10. 5794381 ART: Replace base/logging with android-base/logging by Andreas Gampe · 7 years ago
  11. 373a9b5 ART: Depend on libnativehelper headers only by Andreas Gampe · 7 years ago
  12. 5d15e6c ART: Move openjdkjvm to art/ by Andreas Gampe · 7 years ago[Renamed from runtime/openjdkjvm/OpenjdkJvm.cc]
  13. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  14. e431e27 art: use proper nativehelper headers by Steven Moreland · 7 years ago
  15. 88fd720 Add Jvmti Suspend/ResumeThread functions by Alex Light · 7 years ago
  16. 46f9340 Add SuspendReason enum and change Suspension functions. by Alex Light · 7 years ago
  17. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 8 years ago
  18. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 8 years ago
  19. 1cc62e4 Rename ObjPtr::Decode to ObjPtr::Ptr by Mathieu Chartier · 8 years ago
  20. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  21. 3fec9ac ART: Use libbase logging by Andreas Gampe · 8 years ago
  22. 9b26463 Merge "Forbid JVM_O_DELETE in JVM_Open" by Przemyslaw Szczepaniak · 8 years ago
  23. a89e51a Forbid JVM_O_DELETE in JVM_Open by Przemyslaw Szczepaniak · 8 years ago
  24. 2e09bc1 Remove no-op call to android_update_LD_LIBRARY_PATH by Dimitry Ivanov · 8 years ago
  25. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  26. 5b2cfd8 OpenJdkJVM: Fix Mac OS build. by Narayan Kamath · 9 years ago
  27. 77f5d65 OpenJdkJVM: Fix JVM_Lseek by Narayan Kamath · 9 years ago
  28. 5f97157 runtime: delete native/java_lang_Runtime.cc by Narayan Kamath · 9 years ago
  29. 942dc298 Simplify LoadNativeLibrary() by Dimitry Ivanov · 9 years ago
  30. 6c37e9a openjdkjvm: Don't leak the results of JVM_RawMonitorCreate. by Narayan Kamath · 9 years ago
  31. 44ba97e openjdkjvm: clean up verbose logging. by Narayan Kamath · 9 years ago
  32. 18d2095 Override notice file for OpenJdk based modules. by Narayan Kamath · 9 years ago[Renamed (99%) from runtime/native/OpenjdkJvm.cc]
  33. 28ee8db Update header for OpenjdkJvm.cc. by Narayan Kamath · 9 years ago
  34. 986f650 Use shared namespaces for bundled apps by Dimitry Ivanov · 9 years ago
  35. 6280ef8 Fix typo in LOG_TAG. by Narayan Kamath · 9 years ago
  36. 3e38172 Port isolated namespace changes over to OpenJdkJvm.cc by Dmitriy Ivanov · 9 years ago
  37. 68d8ff4 Move arrayCopy / identityHashCode from OpenJdkJvm to System. by Narayan Kamath · 9 years ago
  38. b780289 Remove bogus reference to HAVE_POSIX_CLOCKS. by Narayan Kamath · 9 years ago
  39. 6c0ea27 Sprinkle attribute unused / noreturn wherever necessary. by Przemyslaw Szczepaniak · 9 years ago
  40. d1ef436 Merge lmp changes into mnc. by Narayan Kamath · 9 years ago
  41. a0cf5a6 Fix cpplint issues. by Narayan Kamath · 9 years ago
  42. b02d9b7 Add missing JVM_IsNaN function. by Przemyslaw Szczepaniak · 9 years ago
  43. 36379fd Remove signal handling stubs. by Narayan Kamath · 9 years ago
  44. 67d39ad Implement JVM_FindLibraryEntry by Przemyslaw Szczepaniak · 9 years ago
  45. df0b17a Add an ART implementation of jvm.h by Piotr Jastrzebski · 10 years ago