src/share/classes/java/lang/VirtualMachineError.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

*** 29,39 **** * Thrown to indicate that the Java Virtual Machine is broken or has * run out of resources necessary for it to continue operating. * * * @author Frank Yellin ! * @since JDK1.0 */ abstract public class VirtualMachineError extends Error { private static final long serialVersionUID = 4161983926571568670L; /** --- 29,39 ---- * Thrown to indicate that the Java Virtual Machine is broken or has * run out of resources necessary for it to continue operating. * * * @author Frank Yellin ! * @since 1.0 */ abstract public class VirtualMachineError extends Error { private static final long serialVersionUID = 4161983926571568670L; /**