diff -r b0f2b8ff25a2 -r 75202c6b2c35 langtools/test/tools/javac/lambda/funcInterfaces/NonSAM2.java --- a/langtools/test/tools/javac/lambda/funcInterfaces/NonSAM2.java Wed Jul 05 23:33:53 2017 +0200 +++ b/langtools/test/tools/javac/lambda/funcInterfaces/NonSAM2.java Thu Jun 01 12:51:26 2017 -0700 @@ -1,6 +1,6 @@ /* * @test /nodynamiccopyright/ - * @bug 8003280 + * @bug 8003280 7170058 * @summary Add lambda tests * This test is for identifying a non-SAM type: Having more than one methods due to inheritance, and none of them has a subsignature of all other methods * @compile/fail/ref=NonSAM2.out -XDrawDiagnostics NonSAM2.java Helper.java