langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java
changeset 40308 274367a99f98
parent 38533 2bd347dde526
child 41033 49af2ecba616
--- a/langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java	Wed Aug 10 13:52:02 2016 -0700
+++ b/langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java	Wed Aug 10 15:47:46 2016 -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<String> errors = new ArrayList<>();