Searched refs:boostCountLocked (Results 1 – 2 of 2) sorted by relevance
25 public static int boostCountLocked = 0; field in TestTarget31 boostCountLocked++; in boost()
65 Assert.assertEquals(TestTarget.boostCountLocked, 0); in testSimpleSynchronizedBlock()77 Assert.assertEquals(TestTarget.boostCountLocked, 0); in testSimpleSynchronizedBlock()88 Assert.assertEquals(TestTarget.boostCountLocked, 0); in testSimpleSynchronizedMethod()96 Assert.assertEquals(TestTarget.boostCountLocked, 0); in testSimpleSynchronizedMethod()107 Assert.assertEquals(TestTarget.boostCountLocked, 0); in testSimpleSynchronizedMethod2()115 Assert.assertEquals(TestTarget.boostCountLocked, 0); in testSimpleSynchronizedMethod2()