Searched refs:Event (Results 1 – 2 of 2) sorted by relevance
31 for (Event e : getEvents()) { in run()42 static class Event { class in Test191945 public Event(String name, Thread thr) { in Event() method in Test1919.Event51 public static Event[] getEvents() { in getEvents()54 Event[] es = new Event[Math.min(ns.length, ts.length)]; in getEvents()56 es[i] = new Event(ns[i], ts[i]); in getEvents()
1 Test JVMTI behavior when throwing exceptions during the Exception catch Event.