--- old/test/jdk/java/lang/invoke/lambda/superProtectedMethod/InheritedProtectedMethod.java 2020-03-31 19:14:13.000000000 -0700 +++ new/test/jdk/java/lang/invoke/lambda/superProtectedMethod/InheritedProtectedMethod.java 2020-03-31 19:14:13.000000000 -0700 @@ -24,6 +24,7 @@ /* * @test * @bug 8239384 + * @modules jdk.compiler * @library /test/lib * @build jdk.test.lib.Utils * jdk.test.lib.compiler.CompilerUtils