--- old/test/tools/javac/T8003967/DetectMutableStaticFields.java 2017-02-07 13:14:49.961500071 +0000 +++ new/test/tools/javac/T8003967/DetectMutableStaticFields.java 2017-02-07 13:14:49.842491898 +0000 @@ -107,7 +107,7 @@ // by reflective lookup, to avoid explicit references that are not available // when running javac on JDK 8. ignore("com/sun/tools/javac/util/JDK9Wrappers$Configuration", - "resolveRequiresAndUsesMethod", "configurationClass"); + "resolveAndBindMethod", "configurationClass"); ignore("com/sun/tools/javac/util/JDK9Wrappers$Layer", "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass"); ignore("com/sun/tools/javac/util/JDK9Wrappers$Module",