langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java
changeset 40308 274367a99f98
parent 38533 2bd347dde526
child 41033 49af2ecba616
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
   114                 "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass");
   114                 "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass");
   115         ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleFinder",
   115         ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleFinder",
   116                 "moduleFinderClass", "ofMethod");
   116                 "moduleFinderClass", "ofMethod");
   117         ignore("com/sun/tools/javac/util/JDK9Wrappers$ServiceLoaderHelper",
   117         ignore("com/sun/tools/javac/util/JDK9Wrappers$ServiceLoaderHelper",
   118                 "loadMethod");
   118                 "loadMethod");
       
   119         ignore("com/sun/tools/javac/util/JDK9Wrappers$VMHelper",
       
   120                 "vmClass", "getRuntimeArgumentsMethod");
   119     }
   121     }
   120 
   122 
   121     private final List<String> errors = new ArrayList<>();
   123     private final List<String> errors = new ArrayList<>();
   122 
   124 
   123     public static void main(String[] args) {
   125     public static void main(String[] args) {