langtools/test/tools/javac/cast/6219964/T6219964.java
changeset 39674 de3b0e52ca17
parent 24796 f940af3221e2
--- a/langtools/test/tools/javac/cast/6219964/T6219964.java	Thu Jul 14 16:21:39 2016 +0000
+++ b/langtools/test/tools/javac/cast/6219964/T6219964.java	Thu Jul 14 11:57:15 2016 -0600
@@ -1,8 +1,8 @@
 /*
  * @test    /nodynamiccopyright/
- * @bug     6219964
- * @summary Compiler allows illegal cast of anonymous inner class
- * @compile/fail/ref=T6219964.out -XDrawDiagnostics  T6219964.java
+ * @bug     6219964 8161013
+ * @summary Anonymous class types are not final
+ * @compile T6219964.java
  */
 
 public class T6219964 {