--- old/langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java 2016-05-20 13:14:19.839234692 -0700 +++ new/langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java 2016-05-20 13:14:19.731230065 -0700 @@ -108,14 +108,14 @@ // when running javac on JDK 8. ignore("com/sun/tools/javac/util/ModuleHelper", "addExportsMethod", "getModuleMethod", "getUnnamedModuleMethod"); - ignore("com/sun/tools/javac/util/ModuleWrappers$ConfigurationHelper", + ignore("com/sun/tools/javac/util/JDK9Wrappers$Configuration", "resolveRequiresAndUsesMethod", "configurationClass"); - ignore("com/sun/tools/javac/util/ModuleWrappers$LayerHelper", + ignore("com/sun/tools/javac/util/JDK9Wrappers$Layer", "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass"); - ignore("com/sun/tools/javac/util/ModuleWrappers$ModuleFinderHelper", - "emptyMethod", "moduleFinderInterface", "ofMethod"); - - + ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleFinder", + "moduleFinderClass", "ofMethod"); + ignore("com/sun/tools/javac/util/JDK9Wrappers$ServiceLoaderHelper", + "loadMethod"); } private final List errors = new ArrayList<>();