blob: 51986c45124bc6abc8467ee4bbd7c476bbdebe8b [file] [log] [blame]
Alex Lightdf132402017-09-29 12:54:33 -07001Tests 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