1Tests JVMTI ThreadEnd bug
2
3We had a bug where we were still sending events after JVMTI_EVENT_THREAD_END due
4to where we sent the event. This test ensures that the placement of the
5THREAD_END event is correct.
6
7