changeset 27995:ba5b3966b883

8067001: DetectMutableStaticFields fails after modular images push Summary: Ignore JRTIndex.sharedInstance Reviewed-by: jlahoda
author mcimadamore
date Tue, 09 Dec 2014 16:09:07 +0000
parents 6515d11b2559
children 4ae3503fd196
files langtools/test/tools/javac/T8003967/DetectMutableStaticFields.java
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.