--- old/src/share/classes/java/lang/ArithmeticException.java 2011-04-21 15:55:06.000000000 -0700 +++ new/src/share/classes/java/lang/ArithmeticException.java 2011-04-21 15:55:06.000000000 -0700 @@ -32,7 +32,8 @@ * * {@code ArithmeticException} objects may be constructed by the * virtual machine as if {@linkplain Throwable#Throwable(String, - * Throwable, boolean) suppression were disabled}. + * Throwable, boolean, boolean) suppression were disabled and/or the + * stack trace was not writable}. * * @author unascribed * @since JDK1.0