History log of /art/runtime/openjdkjvmti/ti_phase.h
Revision Date Author Comments
c09d76c61fa008fae378abd45afa8138ebe16303 29-Mar-2017 Andreas Gampe <agampe@google.com> ART: Fix GetThreadInfo

Fix the retrieval of the context classloader. Make sure to have
the field from the Thread class, don't look into a subclass.

Add caching for the field. Also fix the usage restriction of the
function, which is only valid during the Live phase.

(cherry picked from commit db6c2ab29ef6ebe89c9ea43dae3b899a935fa74e)

Bug: 36654185
Test: ./test.py --host -r -t 924
Change-Id: I5cce41b31c32e59c80bb7c3afa03e8b0975ec54e
db6c2ab29ef6ebe89c9ea43dae3b899a935fa74e 29-Mar-2017 Andreas Gampe <agampe@google.com> ART: Fix GetThreadInfo

Fix the retrieval of the context classloader. Make sure to have
the field from the Thread class, don't look into a subclass.

Add caching for the field. Also fix the usage restriction of the
function, which is only valid during the Live phase.

Bug: 36654185
Test: ./test.py --host -r -t 924
Change-Id: I5cce41b31c32e59c80bb7c3afa03e8b0975ec54e
cefaa14b9343b0169f800a6fe64e60c0500907be 24-Jan-2017 Andreas Gampe <agampe@google.com> ART: Add OnLoad system classloader search support

Add support for extension of the system classloader search path
during the OnLoad phase. Add test.

Bug: 34359699
Test: m test-art-host-run-test-936-search-onload
Change-Id: Ie0a5b4bb77999dfae87f955dde40b73ffe053b8e
eafaf57557939bcabeb7a7388fb4951e74661a53 20-Jan-2017 Andreas Gampe <agampe@google.com> ART: Add ThreadStart & ThreadEnd

Add support for ThreadStart and ThreadEnd events. Add tests.

Bug: 31684920
Test: m test-art-host-run-test-924-threads
Change-Id: I516993402747ffdc9a7d66985b21b95c059be107
3a7eb1482b495110a28ac996706f4bda41114147 20-Jan-2017 Andreas Gampe <agampe@google.com> ART: Add phase events

Add VMStart, VMInit and VMDeath event support. Add removal of
jvmtiEnv from the event handler. Add and extend tests.

Bug: 31684920
Test: m test-art-host-901-hello-ti-agent
Change-Id: I914dfac98c2fb7b59efdfde69597a7fcd20fd486
96eca7895813ec70bbbbdb2aff7a3a03dcd3b21e 20-Jan-2017 Andreas Gampe <agampe@google.com> ART: Add GetPhase

Extend RuntimePhaseCallback. Add support for GetPhase.
Add tests.

Bug: 31455788
Test: m test-art-host-run-test-901-hello-ti-agent
Change-Id: I33b1934a0789bc713675f21c2c9f676c9d3a1ed1