langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java
changeset 41033 49af2ecba616
parent 40308 274367a99f98
child 41440 abd777fa486c
equal deleted inserted replaced
41032:32be25e34c38 41033:49af2ecba616
   104         ignore("com/sun/tools/javac/util/Log", "useRawMessages");
   104         ignore("com/sun/tools/javac/util/Log", "useRawMessages");
   105 
   105 
   106         // The following static fields are used for caches of information obtained
   106         // The following static fields are used for caches of information obtained
   107         // by reflective lookup, to avoid explicit references that are not available
   107         // by reflective lookup, to avoid explicit references that are not available
   108         // when running javac on JDK 8.
   108         // when running javac on JDK 8.
   109         ignore("com/sun/tools/javac/util/ModuleHelper",
       
   110                 "addExportsMethod", "getModuleMethod", "getUnnamedModuleMethod");
       
   111         ignore("com/sun/tools/javac/util/JDK9Wrappers$Configuration",
   109         ignore("com/sun/tools/javac/util/JDK9Wrappers$Configuration",
   112                 "resolveRequiresAndUsesMethod", "configurationClass");
   110                 "resolveRequiresAndUsesMethod", "configurationClass");
   113         ignore("com/sun/tools/javac/util/JDK9Wrappers$Layer",
   111         ignore("com/sun/tools/javac/util/JDK9Wrappers$Layer",
   114                 "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass");
   112                 "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass");
       
   113         ignore("com/sun/tools/javac/util/JDK9Wrappers$Module",
       
   114                 "addExportsMethod", "addUsesMethod", "getModuleMethod", "getUnnamedModuleMethod");
   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",
   119         ignore("com/sun/tools/javac/util/JDK9Wrappers$VMHelper",