--- old/test/tools/javac/T8003967/DetectMutableStaticFields.java 2016-08-05 14:31:31.000000000 -0700 +++ new/test/tools/javac/T8003967/DetectMutableStaticFields.java 2016-08-05 14:31:30.000000000 -0700 @@ -116,6 +116,8 @@ "moduleFinderClass", "ofMethod"); ignore("com/sun/tools/javac/util/JDK9Wrappers$ServiceLoaderHelper", "loadMethod"); + ignore("com/sun/tools/javac/util/JDK9Wrappers$VMHelper", + "vmClass", "getRuntimeArgumentsMethod"); } private final List errors = new ArrayList<>();