--- old/langtools/test/tools/javac/TryWithResources/TwrSuppression.java 2010-11-04 20:48:01.000000000 -0700 +++ new/langtools/test/tools/javac/TryWithResources/TwrSuppression.java 2010-11-04 20:48:01.000000000 -0700 @@ -36,7 +36,7 @@ throw new RuntimeException(); } } catch(RuntimeException e) { - Throwable[] suppressedExceptions = e.getSuppressedExceptions(); + Throwable[] suppressedExceptions = e.getSuppressed(); int length = suppressedExceptions.length; if (length != 2) throw new RuntimeException("Unexpected length " + length);