test/jdk/java/net/httpclient/SmokeTest.java
branchhttp-client-branch
changeset 56084 6146d87993db
parent 56083 32ff53628380
child 56089 42208b2f224e
equal deleted inserted replaced
56083:32ff53628380 56084:6146d87993db
   981             System.out.printf("Ports: %d, %d, %d, %d\n", lports[0], lports[1], lports[2], lports[3]);
   981             System.out.printf("Ports: %d, %d, %d, %d\n", lports[0], lports[1], lports[2], lports[3]);
   982             latch8.countDown();
   982             latch8.countDown();
   983         }
   983         }
   984         // Third test
   984         // Third test
   985         if (n > 7) {
   985         if (n > 7) {
   986             try {latch.await();} catch (InterruptedException e) {}
   986             try {latch8.await();} catch (InterruptedException e) {}
   987             if (np > 4) {
   987             if (np > 4) {
   988                 System.err.println("XXX np = " + np);
   988                 System.err.println("XXX np = " + np);
   989             }
   989             }
   990             // just check that port is one of the ones in portSet
   990             // just check that port is one of the ones in portSet
   991             if (!portSet.contains(remotePort)) {
   991             if (!portSet.contains(remotePort)) {