Searched refs:stack2 (Results 1 – 1 of 1) sorted by relevance
168 Object[] stack2 = getAnnotatedStack(t2); in testCluster1() local169 assertBlockedOn(stack2[0], o1); // Blocked on o1. in testCluster1()170 assertLocks(stack2[0]); // Nothing locked. in testCluster1()171 assertStackTraceElementStep(stack2[0]); in testCluster1()173 assertBlockedOn(stack2[1], null); // Frame can't be blocked. in testCluster1()174 assertLocks(stack2[1], o4, o2); // Locked o4, o2. in testCluster1()175 assertStackTraceElementStep(stack2[1]); in testCluster1()