Searched refs:log (Results 201 - 225 of 563) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolverSpi.java39 static java.util.logging.Logger log = field in class:ResourceResolverSpi
172 if (log.isLoggable(java.util.logging.Level.FINE))
173 log.log(java.util.logging.Level.FINE, "Found DOS filename: " + str);
/openjdk7/hotspot/test/compiler/7177917/
H A DTest7177917.java67 double logx = Math.log(x) / Math.log(2);
81 double logx = Math.log(x) / Math.log(2);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/addon/accessors/
H A DPluginImpl.java80 Logger.getLogger(PluginImpl.class.getName()).log(Level.SEVERE, null, ex);
82 Logger.getLogger(PluginImpl.class.getName()).log(Level.SEVERE, null, ex);
84 Logger.getLogger(PluginImpl.class.getName()).log(Level.SEVERE, null, ex);
86 Logger.getLogger(PluginImpl.class.getName()).log(Level.SEVERE, null, ex);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/
H A DClassFactory.java73 logger.log(Level.WARNING, "Unable to clean Thread Local cache of classes used in Unmarshaller: {0}", e.getLocalizedMessage());
91 logger.log(Level.INFO,"No default constructor found on "+clazz,e);
110 logger.log(Level.FINE,"Unable to make the constructor of "+clazz+" accessible",e);
129 logger.log(Level.INFO,"failed to create a new instance of "+clazz,e);
132 logger.log(Level.INFO,"failed to create a new instance of "+clazz,e);
171 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),e);
174 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),iae);
177 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),npe);
180 logger.log(Level.INFO,"failed to create a new instance of "+method.getReturnType().getName(),eie);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/opt/
H A DInjector.java125 logger.log(Level.FINE, "Unable to set up a back-door for the injector", e);
212 logger.log(Level.FINE, "Unable to find " + className, e);
214 logger.log(Level.FINE, "Unable to find " + className, e);
217 logger.log(Level.FINE, "Unable to find " + className, t);
253 logger.log(Level.FINE, "Unable to inject " + className, e);
258 logger.log(Level.FINE, "duplicate class definition bug occured? Please report this : " + className, t);
260 logger.log(Level.FINE, "Unable to inject " + className, t);
264 logger.log(Level.FINE, "Unable to inject " + className, e);
267 logger.log(Level.FINE, "Unable to inject " + className, e);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DBodyElementImpl.java52 log.severe("SAAJ0101.impl.parent.of.body.elem.mustbe.body");
H A DBodyImpl.java65 log.severe("SAAJ0110.impl.fault.already.exists");
180 log.severe("SAAJ0111.impl.body.parent.must.be.envelope");
260 log.log(Level.SEVERE,
294 log.log(Level.SEVERE,
314 log.log(Level.SEVERE,
H A DCDATAImpl.java40 protected static final Logger log = field in class:CDATAImpl
62 log.severe("SAAJ0145.impl.no.null.to.parent.elem");
H A DFaultElementImpl.java53 log.log(Level.SEVERE,
H A DTextImpl.java40 protected static final Logger log = field in class:TextImpl
59 log.severe("SAAJ0126.impl.cannot.locate.ns");
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWScrollPanePeer.java36 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.windows.WScrollPanePeer"); field in class:WScrollPanePeer
162 if (log.isLoggable(PlatformLogger.FINEST)) {
163 log.finest("ScrollEvent coalesced: " + newEvent);
207 if (log.isLoggable(PlatformLogger.FINE)) {
208 log.fine("Assertion failed: unknown orient");
234 if (log.isLoggable(PlatformLogger.FINE)) {
235 log.fine("Assertion failed: unknown type");
261 if (log.isLoggable(PlatformLogger.FINE)) {
263 log.fine("Assertion (hwAncestor != null) failed, " +
/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DSender.java38 static PrintStream log = System.err; field in class:Sender
109 log.println(s);
113 log.print(element);
115 log.println();
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApplicationServer.java87 logger.log(Level.SEVERE, "Failed to lookup AppleUser:", exc);
99 logger.log(Level.SEVERE,
113 logger.log(Level.SEVERE,
119 logger.log(Level.SEVERE, "Unexpected exception:", e);
/openjdk7/jdk/test/java/rmi/reliability/scripts/
H A Drun_rmibench.ksh65 > ${RES_DIR}/log.rmibench.server 2>&1 &
79 > ${RES_DIR}/log.rmibench.client 2>&1
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmMemoryImpl.java163 log.debug("getNonHeapMemoryUsage",
179 log.trace("getNonHeapMemoryUsage",
183 log.trace("getNonHeapMemoryUsage",
185 log.debug("getNonHeapMemoryUsage",x);
198 log.debug("getHeapMemoryUsage",
215 log.trace("getHeapMemoryUsage", "ERROR: should never come here!");
218 log.trace("getHeapMemoryUsage",
220 log.debug("getHeapMemoryUsage",x);
390 static final MibLogger log = new MibLogger(JvmMemoryImpl.class); field in class:JvmMemoryImpl
/openjdk7/jdk/src/share/classes/sun/rmi/transport/tcp/
H A DTCPConnection.java194 TCPTransport.tcpLog.log(Log.VERBOSE, "exception: ", ex);
195 TCPTransport.tcpLog.log(Log.BRIEF, "server ping failed");
208 TCPTransport.tcpLog.log(Log.BRIEF,
219 TCPTransport.tcpLog.log(Log.BRIEF, "close connection");
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DManifest.java62 static java.util.logging.Logger log = field in class:Manifest
294 if (log.isLoggable(java.util.logging.Level.FINE)) {
295 log.log(java.util.logging.Level.FINE, "verify " +_referencesEl.length + " References");
296 log.log(java.util.logging.Level.FINE, "I am " + (followManifests
325 if (log.isLoggable(java.util.logging.Level.FINE))
326 log.log(java.util.logging.Level.FINE, "The Reference has Type " + currentRef.getType());
331 log
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_2/
H A DFault1_2Impl.java49 protected static final Logger log = field in class:Fault1_2Impl
127 log.log(
154 log.severe("SAAJ0431.ver1_2.xml.lang.missing");
160 log.severe("SAAJ0434.ver1_2.text.element.not.present");
170 log.severe("SAAJ0430.ver1_2.locale.required");
243 log.severe("SAAJ0431.ver1_2.xml.lang.missing");
249 log.severe("SAAJ0434.ver1_2.text.element.not.present");
276 log.severe("SAAJ0431.ver1_2.xml.lang.missing");
396 log
[all...]
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSignatureMethod.java53 private static Logger log = field in class:DOMSignatureMethod
235 if (log.isLoggable(Level.FINE)) {
236 log.log(Level.FINE, "Signature provider:"+ signature.getProvider());
237 log.log(Level.FINE, "verifying with key: " + key);
287 if (log.isLoggable(Level.FINE)) {
288 log.log(Level.FINE, "Signature provider:" +signature.getProvider());
289 log
[all...]
H A DDOMSignedInfo.java65 private static Logger log = Logger.getLogger("org.jcp.xml.dsig.internal.dom"); field in class:DOMSignedInfo
237 if (log.isLoggable(Level.FINE)) {
243 log.log(Level.FINE, "Canonicalized SignedInfo:\n"
246 log.log(Level.FINE, "IOException reading SignedInfo bytes");
248 log.log(Level.FINE, "Data to be signed/verified:"
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java210 logger.log(java.util.logging.Level.FINE, "Constructing XMLCipher...");
272 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher...");
274 logger.log(java.util.logging.Level.SEVERE, "Transformation unexpectedly null...");
276 logger.log(java.util.logging.Level.WARNING, "Algorithm non-standard, expected one of " + ENC_ALGORITHMS);
300 logger.log(java.util.logging.Level.FINE, "cihper.algoritm = " +
345 logger.log(java.util.logging.Level.FINE, "Getting XMLCipher...");
347 logger.log(java.util.logging.Level.SEVERE, "Transformation unexpectedly null...");
349 logger.log(java.util.logging.Level.WARNING, "Algorithm non-standard, expected one of " + ENC_ALGORITHMS);
374 logger.log(java.util.logging.Level.FINE, "cihper.algoritm = " +
398 logger.log(jav
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp208 for (CompileLog* log = _first; log != NULL; log = log->_next) {
209 log->flush();
210 const char* partial_file = log->file();
216 jio_snprintf(buf, buflen, UINTX_FORMAT, log->thread_id());
220 size_t nr; // number read into buf from partial log
222 julong to_read = log->_file_end;
266 // CDATA sequences into the compilation log
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/sasl/
H A DCramMD5Client.java105 logger.log(Level.FINE, "CRAMCLNT01:Received challenge: {0}",
117 logger.log(Level.FINE, "CRAMCLNT02:Sending response: {0}", resp);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/util/
H A DGenericConstructor.java86 Logger.getLogger( "com.sun.org.glassfish.gmbal.util" ).log( Level.FINE,
120 log(Level.WARNING, "Error invoking constructor", exc );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/
H A DSOAPPart1_1Impl.java46 protected static final Logger log = field in class:SOAPPart1_1Impl
72 log.severe("SAAJ0304.ver1_1.msg.invalid.SOAP1.1");

Completed in 738 milliseconds

1234567891011>>