--- old/test/tools/javac/T8003967/DetectMutableStaticFields.java 2016-12-15 09:20:05.639734217 +0000 +++ new/test/tools/javac/T8003967/DetectMutableStaticFields.java 2016-12-15 09:20:05.529726692 +0000 @@ -112,6 +112,8 @@ "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass"); ignore("com/sun/tools/javac/util/JDK9Wrappers$Module", "addExportsMethod", "addUsesMethod", "getModuleMethod", "getUnnamedModuleMethod"); + ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleDescriptor$Version", + "versionClass", "parseMethod"); ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleFinder", "moduleFinderClass", "ofMethod"); ignore("com/sun/tools/javac/util/JDK9Wrappers$ServiceLoaderHelper",