Searched refs:debugPrintln (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/javax/xml/validation/
H A DSchemaFactoryFinder.java82 private static void debugPrintln(String msg) { method in class:SchemaFactoryFinder
114 debugPrintln("using thread context class loader ("+classLoader+") for search");
122 debugPrintln("using system class loader ("+classLoader+") for search");
126 debugPrintln("using class loader ("+classLoader+") for search");
146 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + schemaLanguage);
148 debugPrintln("unable to find a factory for " + schemaLanguage);
167 debugPrintln("Looking up system property '"+propertyName+"'" );
170 debugPrintln("The value is '"+r+"'");
174 debugPrintln("The property is undefined.");
177 debugPrintln("faile
[all...]
/openjdk7/jaxp/src/javax/xml/xpath/
H A DXPathFactoryFinder.java80 private static void debugPrintln(String msg) { method in class:XPathFactoryFinder
112 debugPrintln("using thread context class loader ("+classLoader+") for search");
120 debugPrintln("using system class loader ("+classLoader+") for search");
124 debugPrintln("using class loader ("+classLoader+") for search");
143 debugPrintln("factory '" + f.getClass().getName() + "' was found for " + uri);
145 debugPrintln("unable to find a factory for " + uri);
164 debugPrintln("Looking up system property '"+propertyName+"'" );
167 debugPrintln("The value is '"+r+"'");
171 debugPrintln("The property is undefined.");
174 debugPrintln("faile
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/utils/
H A DObjectFactory.java132 if (DEBUG) debugPrintln("debug is on");
140 if (DEBUG) debugPrintln("found system property, value=" + systemProp);
156 if (DEBUG) debugPrintln("using fallback, value=" + fallbackClassName);
177 private static void debugPrintln(String msg) { method in class:ObjectFactory
181 } // debugPrintln(String)
271 if (DEBUG) debugPrintln("created new instance of " + providerClass +
376 if (DEBUG) debugPrintln("found jar resource=" + serviceId +
422 if (DEBUG) debugPrintln("found in resource, value="
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/utils/
H A DObjectFactory.java148 if (DEBUG) debugPrintln("created new instance of factory " + factoryId);
226 if (DEBUG) debugPrintln("created new instance of " + providerClass +
269 if (DEBUG) debugPrintln("found system property, value=" + systemProp);
371 if (DEBUG) debugPrintln("found in " + propertiesFilename + ", value="
385 private static void debugPrintln(String msg) { method in class:ObjectFactory
389 } // debugPrintln(String)
480 if (DEBUG) debugPrintln("created new instance of " + providerClass +
599 if (DEBUG) debugPrintln("found jar resource=" + serviceId +
645 if (DEBUG) debugPrintln("found in resource, value="
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpotAgent.java129 static void debugPrintln(String str) { method in class:BugSpotAgent
606 debugPrintln("Attached to Serviceability Agent's JVMDI module.");
611 debugPrintln("Suspended all Java threads.");
613 debugPrintln("Could not locate SA's JVMDI module; skipping attachment");
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DObjectReader.java88 static void debugPrintln(String msg) { method in class:ObjectReader
201 debugPrintln("Class not found " + ce);
211 debugPrintln("Could not find field of [Ljava/util/Hashtable$Entry;");
218 debugPrintln("Hashtable$Entry Size = " + size);
275 debugPrintln("Can't create object using " + c);
440 debugPrintln("Array element set failed for " + ifd);
459 if (f != null) debugPrintln("Field set failed for " + f);
712 debugPrintln("Can't load class " + className);

Completed in 44 milliseconds