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

Comparing jsr166/src/test/tck/ForkJoinPool9Test.java (file contents):
Revision 1.8 by jsr166, Tue Aug 13 00:54:51 2019 UTC vs.
Revision 1.10 by dl, Tue Mar 22 21:29:24 2022 UTC

# Line 11 | Line 11 | import java.util.concurrent.CountDownLat
11   import java.util.concurrent.ForkJoinPool;
12   import java.util.concurrent.ForkJoinTask;
13   import java.util.concurrent.Future;
14 import java.util.concurrent.ThreadLocalRandom;
14   import java.util.stream.Stream;
15  
16   import junit.framework.Test;
# Line 29 | Line 28 | public class ForkJoinPool9Test extends J
28      /**
29       * Check handling of common pool thread context class loader
30       */
31 +    @SuppressWarnings("removal")
32      public void testCommonPoolThreadContextClassLoader() throws Throwable {
33          if (!testImplementationDetails) return;
34  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines