--- jsr166/src/test/loops/RLIBar.java 2010/09/27 19:15:15 1.6 +++ jsr166/src/test/loops/RLIBar.java 2011/03/15 19:47:05 1.8 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ */ // Adapted from code that was in turn // Derived from SocketPerformanceTest.java - BugID: 4763450 @@ -221,7 +221,7 @@ public class RLIBar { if (false && j == 2) { System.out.print("Hold activated ..."); HoldQ.lock(); - try { + try { Hold = true; while (Hold) HoldQCond.await(); }