--- jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2011/06/03 05:07:14 1.42 +++ jsr166/src/test/tck/AbstractQueuedSynchronizerTest.java 2013/01/18 04:23:28 1.43 @@ -121,7 +121,7 @@ public class AbstractQueuedSynchronizerT } /** A constant to clarify calls to checking methods below. */ - final static Thread[] NO_THREADS = new Thread[0]; + static final Thread[] NO_THREADS = new Thread[0]; /** * Spin-waits until sync.isQueued(t) becomes true.