ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/JSR166TestCase.java
(Generate patch)

Comparing jsr166/src/test/tck/JSR166TestCase.java (file contents):
Revision 1.259 by jsr166, Thu Aug 22 22:27:57 2019 UTC vs.
Revision 1.260 by jsr166, Thu Sep 5 17:27:07 2019 UTC

# Line 754 | Line 754 | public class JSR166TestCase extends Test
754       */
755      public void threadRecordFailure(Throwable t) {
756          System.err.println(t);
757 <        dumpTestThreads();
758 <        threadFailure.compareAndSet(null, t);
757 >        if (threadFailure.compareAndSet(null, t))
758 >            dumpTestThreads();
759      }
760  
761      public void setUp() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines