Gitiles
Code Review Sign In
review.blissroms.org / platform_art / 8f28bd479af445293474867191a0bf1cf0f08a4f / . / runtime / openjdkjvmti
tree: d5b2531a489d595db4a792894c4f981c49969c78 [path history] [tgz]
  1. Android.bp
  2. art_jvmti.h
  3. events-inl.h
  4. events.cc
  5. events.h
  6. jvmti.h
  7. jvmti_allocator.h
  8. MODULE_LICENSE_GPL_WITH_CLASSPATH_EXCEPTION
  9. NOTICE
  10. object_tagging.cc
  11. object_tagging.h
  12. OpenjdkJvmTi.cc
  13. README.md
  14. ti_class.cc
  15. ti_class.h
  16. ti_class_definition.cc
  17. ti_class_definition.h
  18. ti_class_loader.cc
  19. ti_class_loader.h
  20. ti_dump.cc
  21. ti_dump.h
  22. ti_field.cc
  23. ti_field.h
  24. ti_heap.cc
  25. ti_heap.h
  26. ti_jni.cc
  27. ti_jni.h
  28. ti_method.cc
  29. ti_method.h
  30. ti_monitor.cc
  31. ti_monitor.h
  32. ti_object.cc
  33. ti_object.h
  34. ti_phase.cc
  35. ti_phase.h
  36. ti_properties.cc
  37. ti_properties.h
  38. ti_redefine.cc
  39. ti_redefine.h
  40. ti_search.cc
  41. ti_search.h
  42. ti_stack.cc
  43. ti_stack.h
  44. ti_thread.cc
  45. ti_thread.h
  46. ti_threadgroup.cc
  47. ti_threadgroup.h
  48. ti_timers.cc
  49. ti_timers.h
  50. transform.cc
  51. transform.h
runtime/openjdkjvmti/README.md

openjdkjvmti plugin

This is a partial implementation of the JVMTI v1.2 interface for the android runtime as a plugin. This allows the use of agents that can modify the running state of the program by modifying dex files in memory and performing other operations on the global runtime state.

Powered by Gitilestxt json