test/langtools/tools/javac/classfiles/attributes/ConstantValue/BrokenConstantValue.out
author jlahoda
Tue, 13 Aug 2019 10:27:34 +0200
changeset 57725 ffc34eaf7b49
permissions -rw-r--r--
8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object Summary: Produce an error when reading a classfile with a field with ConstantValue with a wrong type. Reviewed-by: vromero
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57725
ffc34eaf7b49 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
jlahoda
parents:
diff changeset
     1
BrokenConstantValue.java:7:21: compiler.err.cant.access: HasBrokenConstantValue, (compiler.misc.bad.class.file.header: HasBrokenConstantValue.class, (compiler.misc.bad.constant.value.type: java.lang.Object))
ffc34eaf7b49 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
jlahoda
parents:
diff changeset
     2
1 error