src/share/classes/java/lang/OutOfMemoryError.java

Print this page

        

@@ -30,11 +30,12 @@
  * because it is out of memory, and no more memory could be made
  * available by the garbage collector.
  *
  * {@code OutOfMemoryError} objects may be constructed by the virtual
  * machine as if {@linkplain Throwable#Throwable(String, Throwable,
- * boolean) suppression were disabled}.
+ * boolean, boolean) suppression were disabled and/or the stack trace was not
+ * writable}.
  *
  * @author  unascribed
  * @since   JDK1.0
  */
 public class OutOfMemoryError extends VirtualMachineError {