Searched refs:log (Results 376 - 400 of 563) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnectionInputStream.java122 DGCImpl.dgcLog.log(Log.VERBOSE, "send ack");
/openjdk7/jdk/make/sun/rmi/rmi/
H A DMakefile43 sun/rmi/log \
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp62 CompileLog* _log; // faster access to CompilerThread::log
411 CompileLog* log() { return _log; } function in class:ciEnv
412 void set_log(CompileLog* log) { _log = log; } argument
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/keys/content/
H A DX509Data.java49 static java.util.logging.Logger log = field in class:X509Data
422 log.log(java.util.logging.Level.FINE, "itemUnknownElement not implemented:"+i);
/openjdk7/hotspot/src/share/vm/utilities/
H A Devents.hpp34 // Events and EventMark provide interfaces to log events taking place in the vm.
45 // The base event log dumping class that is registered for dumping at
48 // subclassed to provide different log types.
58 // Automatically registers the log so that it will be printed during
68 // providing a more featureful log function if the existing copy
70 // log when it is dumped during a crash.
114 // avoids mutating the ring buffer when printing the log.
118 // Print the contents of the log
162 void log(Thread* thread, const char* format, ...) { function in class:StringEventLog
179 // A log fo
208 inline void Events::log(Thread* thread, const char* format, ...) { function in class:Events
[all...]
/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DMimeTypeFile.java163 LogSupport.log("Bad .mime.types entry: " + line);
176 LogSupport.log("Added: " + entry.toString());
198 LogSupport.log("Added: " + entry.toString());
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLEngineImpl/
H A DEmptyExtensionData.java138 log("\trunning delegated task...");
146 log("\tnew HandshakeStatus: " + hsStatus);
191 private static void log(String str) { method in class:EmptyExtensionData
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/main/
H A DAptJavaCompiler.java91 /** The log to be used for error reporting.
93 Log log; field in class:AptJavaCompiler
119 // TEMPORARY NOTE: bark==log, but while refactoring, we maintain their
121 log = Log.instance(context);
283 log.printVerbose("total", Long.toString(System.currentTimeMillis() - msec));
/openjdk7/jdk/test/java/rmi/testlibrary/
H A DRMID.java46 /** Initial log name */
47 protected static String log = "log"; field in class:RMID
95 " -log " + (new File(LOGDIR, log)).getAbsolutePath();
167 * Remove previous log file directory before
170 File f = new File(LOGDIR, log);
173 mesg("removing rmid's old log file...");
183 mesg("\t" + " unable to delete old log file.");
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DServerImpl.java303 logger.log (
325 logger.log(Level.FINER, "Dispatcher(8)", e);
412 logger.log (Level.FINER, "Dispatcher (4)", e);
415 logger.log (Level.FINER, "Dispatcher (7)", e);
423 logger.log (Level.FINER, "Dispatcher (2)", e);
435 logger.log (Level.FINER, "Dispatcher (4)", e1);
438 logger.log (Level.FINER, "Dispatcher (5)", e);
653 logger.log (Level.FINER, "ServerImpl.Exchange (1)", e1);
662 logger.log (Level.FINER, "ServerImpl.Exchange (2)", e4);
718 logger.log (Leve
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp277 if (C->log() != NULL) {
278 C->log()->elem("OSR_mismatch local_index='%d'",index);
432 CompileLog* log = C->log(); local
433 if (log != NULL) {
434 log->begin_head("parse method='%d' uses='%g'",
435 log->identify(parse_method), expected_uses);
437 log->print(" osr_bci='%d'", C->entry_bci());
439 log->stamp();
440 log
1363 CompileLog* log = C->log(); local
[all...]
H A DbytecodeInfo.cpp464 if (C->log() != NULL) {
466 C->log()->inline_success(inline_msg);
468 C->log()->inline_fail(inline_msg);
601 if (max_inline_level_adjust != 0 && C->log()) {
602 int id1 = C->log()->identify(caller_jvms->method());
603 int id2 = C->log()->identify(callee_method);
604 C->log()->elem("inline_level_discount caller='%d' callee='%d'", id1, id2);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java294 Utils.log.fine("recoding obvious SourceFile="+obvious);
380 Utils.log.fine("Relevant IC: "+ic);
441 Utils.log.info("Warning: Dropping empty InnerClasses attribute from "+this);
455 Utils.log.fine("keeping local ICs in "+this+": "+localICs);
515 if (verbose > 2) Utils.log.fine("visitRefs "+this);
639 if (verbose > 2) Utils.log.fine("visitRefs "+this);
654 Utils.log.warning("Error scanning "+m);
1118 Utils.log.info("Stripping "+what.toLowerCase()+" data and attributes...");
1177 Utils.log.fine(">> Strip "+this+" ConstantValue");
1264 Utils.log
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp366 CompileLog* log() { return _log; } function in class:Dependencies
372 write_dependency_to(log(), dept, nargs, args);
378 if (log() == NULL) return;
387 static void write_dependency_to(CompileLog* log,
391 static void write_dependency_to(CompileLog* log,
493 // Log the current dependency to xtty or compilation log.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DMemberEnter.java67 private final Log log; field in class:MemberEnter
93 log = Log.instance(context);
144 log.error(DiagnosticFlag.RESOLVE_ERROR, pos, "doesnt.exist", tsym);
249 log.error(DiagnosticFlag.RECOVERABLE, pos, "static.imp.only.classes.and.interfaces");
315 JavaFileObject prev = log.useSource(env.toplevel.sourcefile);
319 log.error(pos, "cant.resolve.location",
326 log.useSource(prev);
510 log.error(tree.pos,
743 JavaFileObject prev = log.useSource(localEnv.toplevel.sourcefile);
748 log
[all...]
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/v1_0/
H A DPerfDataBuffer.java271 log("synchWithTarget: " + lvmid + " ");
273 log(".");
294 log("polling for: " + lvmid + "," + name + " ");
298 log(".");
645 private void log(String s) { method in class:PerfDataBuffer
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseMenuWindow.java52 private static PlatformLogger log = PlatformLogger.getLogger("sun.awt.X11.XBaseMenuWindow"); field in class:XBaseMenuWindow
333 if (log.isLoggable(PlatformLogger.FINE)) {
334 log.fine("WARNING: Attempt to add menu item without a peer");
354 if (log.isLoggable(PlatformLogger.FINE)) {
355 log.fine("WARNING: Attempt to remove non-existing menu item, index : " + index + ", item count : " + items.size());
389 if (log.isLoggable(PlatformLogger.FINEST)) {
390 log.finest("Selected index changed, was : " + this.selectedIndex + ", new : " + newSelectedIndex);
429 if (log.isLoggable(PlatformLogger.FINER)) {
430 log.finest("Changing showing submenu");
1127 if (log
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java69 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.windows.WToolkit"); field in class:WToolkit
109 if (log.isLoggable(PlatformLogger.FINE)) {
110 log.fine("Win version: " + getWindowsVersion());
836 if (log.isLoggable(PlatformLogger.FINER)) {
837 log.finer("In WTK.isDynamicLayoutSupported()" +
874 if (log.isLoggable(PlatformLogger.FINER)) {
875 log.finer("changed " + propName + " to " + val);
H A DWWindowPeer.java46 private static final PlatformLogger log = PlatformLogger.getLogger("sun.awt.windows.WWindowPeer"); field in class:WWindowPeer
456 log.finer("Screen number: " + scrn);
724 } else if (log.isLoggable(PlatformLogger.FINER)) {
725 log.finer("Translucent window painter is null in updateWindow");
759 if (log.isLoggable(PlatformLogger.FINE)) {
760 log.fine(" Assertion (newValue != true) failed for AppContext.GUI_DISPOSED ");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java250 if (compiler != null && compiler.log != null)
251 compiler.log.flush();
337 compiler.log.flush();
377 compiler.log.flush();
443 compiler.log.flush();
518 JavaFileObject prev = compiler.log.useSource(null);
527 compiler.log.useSource(prev);
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java428 if (log.debugOn()) {
429 log.debug("startRemoteConnectorServer",
465 log.config("startRemoteConnectorServer",
485 log.debug("startRemoteConnectorServer", e);
562 log.config("startRemoteConnectorServer", msg);
605 log.config("startRemoteConnectorServer", msg);
823 private static final ClassLogger log = field in class:ConnectorBootstrap
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DActivation.java104 import sun.rmi.log.LogHandler;
105 import sun.rmi.log.ReliableLog;
164 /** reliable log to hold descriptor table */
165 private transient ReliableLog log; field in class:Activation
204 * populated with log data. This is only called when the initial
210 * Recover activation state from the reliable log and initialize
219 ReliableLog log = new ReliableLog(logName, new ActLogHandler());
220 Activation state = (Activation) log.recover();
221 state.init(port, ssf, log, childArgs);
230 ReliableLog log,
228 init(int port, RMIServerSocketFactory ssf, ReliableLog log, String[] childArgs) argument
[all...]
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DLogParser.java185 // some versions of the log have slightly malformed XML, so clean it
190 LogParser log = new LogParser();
191 p.parse(new InputSource(reader), log);
194 for (NMethod nm : log.nmethods.values()) {
195 Compilation c = log.compiles.get(nm.getId());
203 // Initially we want the LogEvent log sorted by timestamp
204 Collections.sort(log.events, sortByStart);
206 return log.events;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DMain.java427 Log log = Log.instance(context);
443 if (log.expectDiagKeys != null) {
444 if (log.expectDiagKeys.isEmpty()) {
445 Log.printLines(log.noticeWriter, "all expected diagnostics found");
448 Log.printLines(log.noticeWriter, "expected diagnostic keys not found: " + log.expectDiagKeys);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.hpp124 void log_task(xmlStream* log);
126 void log_task_start(CompileLog* log);
127 void log_task_done(CompileLog* log);

Completed in 129 milliseconds

<<11121314151617181920>>