Ensure GetThreadState only counts user-code suspensions
Previously we would set the JVMTI_THREAD_STATE_SUSPENDED bit regardless of the actual cause of suspension. We changed it to follow the spec so that only user-code suspensions are counted. Bug: 63743122 Bug: 34415266 Test: ./test.py --host -j50 Change-Id: I65d337cbfed8768f18005721d41e646a815d1ef7
Loading
Please sign in to comment