8067001: DetectMutableStaticFields fails after modular images push
authormcimadamore
Tue, 09 Dec 2014 16:09:07 +0000
changeset 27995 ba5b3966b883
parent 27994 6515d11b2559
child 27996 4ae3503fd196
8067001: DetectMutableStaticFields fails after modular images push Summary: Ignore JRTIndex.sharedInstance Reviewed-by: jlahoda
langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java
--- 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.