Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
d4d0ae1f9e30fce59b3b22744de979229c5f2498
/
.
/
test
/
1936-thread-end-events
/
info.txt
blob: 51986c45124bc6abc8467ee4bbd7c476bbdebe8b [
file
] [
log
] [
blame
]
Tests JVMTI ThreadEnd bug
We had a bug where we were still sending events after JVMTI_EVENT_THREAD_END due
to where we sent the event. This test ensures that the placement of the
THREAD_END event is correct.