--- old/test/jdk/java/net/httpclient/ProxyServer.java 2017-11-30 04:05:00.899465089 -0800 +++ new/test/jdk/java/net/httpclient/ProxyServer.java 2017-11-30 04:05:00.700447695 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -207,7 +207,7 @@ } else { doProxy(params[1], buf, p, cmd); } - } catch (IOException e) { + } catch (Throwable e) { if (debug) { System.out.println (e); }