< prev index next >

test/jdk/java/net/httpclient/TimeoutOrdering.java

Print this page

        

*** 133,144 **** executor.shutdownNow(); if (error) throw new RuntimeException("Failed. Check output"); - } finally { - ((ExecutorService) client.executor()).shutdownNow(); } } static void checkReturnOrder(HttpRequest[] requests) throws InterruptedException { // wait for exceptions and check order --- 133,142 ----
< prev index next >