--- old/src/java.base/share/classes/java/util/concurrent/ExecutorService.java 2021-01-05 09:10:53.945290031 -0800 +++ new/src/java.base/share/classes/java/util/concurrent/ExecutorService.java 2021-01-05 09:10:53.437294012 -0800 @@ -117,7 +117,7 @@ * if (!pool.awaitTermination(60, TimeUnit.SECONDS)) * System.err.println("Pool did not terminate"); * } - * } catch (InterruptedException ie) { + * } catch (InterruptedException ex) { * // (Re-)Cancel if current thread also interrupted * pool.shutdownNow(); * // Preserve interrupt status