Searched refs:LogFile (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/rmi/log/
H A DReliableLog.java99 private LogFile log = null;
117 * property a) can be loaded, b) is a subclass of LogFile, and c) has a
119 * constructor to construct the LogFile.
121 private static final Constructor<? extends LogFile>
330 * property a) can be loaded, b) is a subclass of LogFile, and c) has a
333 private static Constructor<? extends LogFile>
347 Class<? extends LogFile> cl =
348 loader.loadClass(logClassName).asSubclass(LogFile.class);
546 new LogFile(logName, "rw") :
550 "unable to construct LogFile instanc
794 public static class LogFile extends RandomAccessFile { class in class:ReliableLog
801 public LogFile(String name, String mode) method in class:ReliableLog.LogFile
[all...]
/openjdk7/jdk/test/java/rmi/activation/log/
H A DLogTest.java173 public static class MyLogFile extends ReliableLog.LogFile {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp594 const char* log_name = LogFile != NULL ? LogFile : "hotspot.log";
607 "Warning: Forcing option -XX:LogFile=%s\n", try_name);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.hpp878 "Log compilation activity in detail to hotspot.log or LogFile") \
2479 "Save VM output to hotspot.log, or to LogFile") \
2481 diagnostic(ccstr, LogFile, NULL, \

Completed in 4242 milliseconds