jdk-24/test/langtools/tools/javac/recovery/ClassBlockExitsErrors.out
Jan Lahoda 4b6e75dc72 8243047: javac may crash when processing exits in class initializers
Flow should handle invalid exits from class initializers gracefully

Reviewed-by: vromero
2020-04-20 12:36:09 +02:00

8 lines
487 B
Plaintext

ClassBlockExitsErrors.java:11:13: compiler.err.ret.outside.meth
ClassBlockExitsErrors.java:18:13: compiler.err.break.outside.switch.loop
ClassBlockExitsErrors.java:25:13: compiler.err.cont.outside.loop
ClassBlockExitsErrors.java:10:9: compiler.err.initializer.must.be.able.to.complete.normally
ClassBlockExitsErrors.java:17:9: compiler.err.initializer.must.be.able.to.complete.normally
ClassBlockExitsErrors.java:24:9: compiler.err.initializer.must.be.able.to.complete.normally
6 errors