# HG changeset patch # User mcimadamore # Date 1418141347 0 # Node ID ba5b3966b8834dd44fe9ef07c919fc0a9f5ccb58 # Parent 6515d11b255958bbe25f200c9fb74b3aad279506 8067001: DetectMutableStaticFields fails after modular images push Summary: Ignore JRTIndex.sharedInstance Reviewed-by: jlahoda diff -r 6515d11b2559 -r ba5b3966b883 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.