langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java
changeset 43767 9cff98a149cb
parent 42822 a84956e7ee4d
child 45912 865870b7fe9b
equal deleted inserted replaced
43648:ce7b7f98a236 43767:9cff98a149cb
   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/JDK9Wrappers$Configuration",
   109         ignore("com/sun/tools/javac/util/JDK9Wrappers$Configuration",
   110                 "resolveRequiresAndUsesMethod", "configurationClass");
   110                 "resolveAndBindMethod", "configurationClass");
   111         ignore("com/sun/tools/javac/util/JDK9Wrappers$Layer",
   111         ignore("com/sun/tools/javac/util/JDK9Wrappers$Layer",
   112                 "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass");
   112                 "bootMethod", "defineModulesWithOneLoaderMethod", "configurationMethod", "layerClass");
   113         ignore("com/sun/tools/javac/util/JDK9Wrappers$Module",
   113         ignore("com/sun/tools/javac/util/JDK9Wrappers$Module",
   114                 "addExportsMethod", "addUsesMethod", "getModuleMethod", "getUnnamedModuleMethod");
   114                 "addExportsMethod", "addUsesMethod", "getModuleMethod", "getUnnamedModuleMethod");
   115         ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleDescriptor$Version",
   115         ignore("com/sun/tools/javac/util/JDK9Wrappers$ModuleDescriptor$Version",