--- old/src/java.base/share/classes/java/util/concurrent/ExecutorService.java 2021-01-09 11:35:27.601160572 -0800 +++ new/src/java.base/share/classes/java/util/concurrent/ExecutorService.java 2021-01-09 11:35:27.309162870 -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