--- old/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ConfigReader.java 2015-10-16 12:58:53.000000000 +0200 +++ new/src/jdk.xml.bind/share/classes/com/sun/tools/internal/jxc/ConfigReader.java 2015-10-16 12:58:53.000000000 +0200 @@ -181,7 +181,7 @@ /** * Lazily parsed schema for the binding file. */ - private static SchemaCache configSchema = new SchemaCache("config.xsd", Config.class); + private static SchemaCache configSchema = new SchemaCache("config.xsd", Config.class, true); /**