src/share/classes/java/lang/VerifyError.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 when the "verifier" detects that a class file, * though well formed, contains some sort of internal inconsistency * or security problem. * * @author unascribed ! * @since JDK1.0 */ public class VerifyError extends LinkageError { private static final long serialVersionUID = 7001962396098498785L; --- 29,39 ---- * Thrown when the "verifier" detects that a class file, * though well formed, contains some sort of internal inconsistency * or security problem. * * @author unascribed ! * @since 1.0 */ public class VerifyError extends LinkageError { private static final long serialVersionUID = 7001962396098498785L;