8067001: DetectMutableStaticFields fails after modular images push
Summary: Ignore JRTIndex.sharedInstance
Reviewed-by: jlahoda
--- a/langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java Tue Dec 09 11:45:38 2014 +0100
+++ b/langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java Tue Dec 09 16:09:07 2014 +0000
@@ -103,6 +103,9 @@
put("com/sun/tools/javac/file/ZipFileIndexCache",
Arrays.asList("sharedInstance"));
classFieldsToIgnoreMap.
+ put("com/sun/tools/javac/file/JRTIndex",
+ Arrays.asList("sharedInstance"));
+ classFieldsToIgnoreMap.
put("com/sun/tools/javac/main/JavaCompiler",
Arrays.asList("versionRB"));
classFieldsToIgnoreMap.