Searched refs:log (Results 76 - 100 of 1107) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/sun/rmi/log/ReliableLog/
H A DLogAlignmentTest.java26 * @summary rmid can have a corrupted log
28 * @modules java.rmi/sun.rmi.log
43 import sun.rmi.log.LogHandler;
44 import sun.rmi.log.ReliableLog;
61 //public Status run (String argv[], PrintStream log, PrintStream out)
62 public void run (String argv[], PrintStream log, PrintStream out) argument
65 regtest(130, "./logalign_tmp", log, out);
66 regtest(131, "./logalign_tmp", log, out);
68 e.printStackTrace (log);
81 ReliableLog log
[all...]
H A DSnapshotSize.java29 * @modules java.rmi/sun.rmi.log
37 import sun.rmi.log.LogHandler;
38 import sun.rmi.log.ReliableLog;
46 ReliableLog log = new ReliableLog(".", handler);
47 if (log.snapshotSize() != handler.lastSnapshotSize) {
53 log.snapshot(snapshots[i]);
54 if (log.snapshotSize() != handler.lastSnapshotSize) {
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/keys/keyresolver/implementations/
H A DKeyInfoReferenceResolver.java45 private static java.util.logging.Logger log = field in class:KeyInfoReferenceResolver
57 if (log.isLoggable(java.util.logging.Level.FINE)) {
58 log.log(java.util.logging.Level.FINE, "Can I resolve " + element.getTagName());
71 if (log.isLoggable(java.util.logging.Level.FINE)) {
72 log.log(java.util.logging.Level.FINE, "XMLSecurityException", e);
83 if (log.isLoggable(java.util.logging.Level.FINE)) {
84 log.log(jav
[all...]
H A DPrivateKeyResolver.java38 private static java.util.logging.Logger log = field in class:PrivateKeyResolver
126 if (log.isLoggable(java.util.logging.Level.FINE)) {
127 log.log(java.util.logging.Level.FINE, "Can I resolve " + element.getTagName() + "?");
136 log.log(java.util.logging.Level.FINE, "Can I resolve KeyName?");
145 log.log(java.util.logging.Level.FINE, "Cannot recover the key", e);
149 log.log(jav
[all...]
H A DRetrievalMethodResolver.java75 private static java.util.logging.Logger log = field in class:RetrievalMethodResolver
113 if (log.isLoggable(java.util.logging.Level.FINE)) {
114 log.log(java.util.logging.Level.FINE, error);
122 if (log.isLoggable(java.util.logging.Level.FINE)) {
123 log.log(java.util.logging.Level.FINE, "Error: Can't have RetrievalMethods pointing to each other");
131 if (log.isLoggable(java.util.logging.Level.FINE)) {
132 log.log(jav
[all...]
/openjdk10/jdk/test/javax/swing/LookAndFeel/8145547/
H A DDemandGTK2.sh64 strace -o strace.log -fe open ${TESTJAVA}/bin/java -cp ${TESTCLASSPATH} -Djdk.gtk.version=2 ProvokeGTK
66 grep 'libgtk-3.*=\ *[0-9]*$' strace.log > logg
69 strace -o strace.log -fe open ${TESTJAVA}/bin/java -cp ${TESTCLASSPATH} -Djdk.gtk.version=2 ProvokeGTK
71 grep 'libgtk-x11.*=\ *[0-9]*$' strace.log > logg
/openjdk10/langtools/test/tools/sjavac/
H A DIdleShutdown.java51 log("Starting IdleCallbackJavacService with timeout: " + TIMEOUT_MS);
57 log("Timeout detected");
69 log("Compiling");
73 log("Compiling");
82 log("Awaiting idle timeout");
90 log("Timeout error: " + error + " ms");
94 log("Shutting down");
98 private static void log(String msg) { method in class:IdleShutdown
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DDigesterOutputStream.java34 private static final java.util.logging.Logger log = field in class:DigesterOutputStream
58 if (log.isLoggable(java.util.logging.Level.FINE)) {
59 log.log(java.util.logging.Level.FINE, "Pre-digested input:");
64 log.log(java.util.logging.Level.FINE, sb.toString());
H A DSignerOutputStream.java35 private static java.util.logging.Logger log = field in class:SignerOutputStream
67 if (log.isLoggable(java.util.logging.Level.FINE)) {
68 log.log(java.util.logging.Level.FINE, "Canonicalized SignedInfo:");
73 log.log(java.util.logging.Level.FINE, sb.toString());
/openjdk10/jdk/test/java/lang/instrument/
H A DRedefineClassWithNativeMethod.sh64 > output.log 2>&1
67 cat output.log
77 grep "$MESG" output.log
H A DVerifyLocalVariableTableOnRetransformTest.sh63 > output.log 2>&1
64 cat output.log
67 grep "$MESG" output.log
H A DRedefineMethodWithAnnotations.sh72 -cp "${TESTCLASSES}" RedefineMethodWithAnnotationsApp > output.log 2>&1
73 cat output.log
76 egrep "$MESG" output.log
H A DFakeTestDriver.java79 log("trying to run: " + classname);
86 log(classname + " SUCCEEDED");
89 log(classname + " FAILED");
93 log(classname + " could not be loaded");
123 log(testclass.getName() + " is malformed");
139 log(String m) { method in class:FakeTestDriver
H A DRedefineSubclassWithTwoInterfaces.sh94 RedefineSubclassWithTwoInterfacesApp > output.log 2>&1
97 echo "INFO: <begin output.log>"
98 cat output.log
99 echo "INFO: <end output.log>"
107 # one of the itable entries to refer to the new method. The log
117 grep "$FAIL_MESG" output.log
129 cnt=`grep "$PASS1_MESG" output.log | grep 'version-0' | wc -l`
137 grep "$PASS1_MESG" output.log
142 cnt=`grep "$PASS2_MESG" output.log | grep 'version-1' | wc -l`
150 grep "$PASS2_MESG" output.log
[all...]
/openjdk10/nashorn/test/script/basic/
H A DNASHORN-424.js32 print = console.log;
54 log[l] = log[l.toLowerCase()] =
55 function (msg, pref, cb) { return log(msg, pref, l, cb) }
58 function log(msg, pref, level, cb) {
63 log("has value " + LEVEL[l], null, l, null);
/openjdk10/langtools/test/tools/javac/modules/
H A DPluginsInModulesTest.java108 String log = new JavacTask(tb)
116 if (!log.isEmpty()) {
117 throw new AssertionError("Unexpected output: " + log);
131 List<String> log = new JavacTask(tb)
139 if (!log.equals(Arrays.asList("simpleplugin1 started for event COMPILATION",
141 throw new AssertionError("Unexpected output: " + log);
H A DReportNonExistentPackageTest.java55 String log = new JavacTask(tb)
62 if (!log.contains("module-info.java:1:20: compiler.err.package.empty.or.not.found: p1"))
75 String log = new JavacTask(tb)
82 if (!log.contains("module-info.java:1:20: compiler.err.package.empty.or.not.found: p1"))
96 String log = new JavacTask(tb)
103 if (!log.contains("module-info.java:1:20: compiler.err.package.empty.or.not.found: p1"))
115 String log = new JavacTask(tb)
122 if (!log.contains("module-info.java:1:18: compiler.warn.package.empty.or.not.found: p"))
123 throw new Exception("expected output not found, actual output: " + log);
134 String log
[all...]
/openjdk10/jdk/test/sun/util/resources/TimeZone/
H A DIntlTest.java38 * errorCount field and may optionally print a message to the log.
39 * Debugging information may also be added to the log via the log
41 * log only if the test is being run in verbose mode.
66 // Set up the log and reference streams. We use PrintWriters in order to
69 log = new PrintWriter(System.out,true);
119 e.getTargetException().printStackTrace(this.log);
141 * Adds given string to the log if we are in verbose mode.
143 protected void log( String message ) { method in class:IntlTest
146 log
219 private PrintWriter log; field in class:IntlTest
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DGlobalConstants.java102 private final DebugLogger log; field in class:GlobalConstants
114 * @param log logger, or null if none
116 public GlobalConstants(final DebugLogger log) { argument
117 this.log = log == null ? DebugLogger.DISABLED_LOGGER : log;
122 return log;
232 log.info("New global created - invalidating all constant callsites without increasing invocation count.");
251 log.info("New global created - invalidating all constant callsites.");
272 if (log
[all...]
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DasPSOldGen.cpp130 Log(gc, ergo) log;
131 if (log.is_trace()) {
134 log.trace("ASPSOldGen::available_for_contraction: " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, result_aligned/K, result_aligned);
135 log.trace(" reserved().byte_size() " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, reserved().byte_size()/K, reserved().byte_size());
136 log.trace(" padded promoted " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, working_promoted/K, working_promoted);
137 log.trace(" used " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, used_in_bytes()/K, used_in_bytes());
138 log.trace(" min_gen_size() " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, min_gen_size()/K, min_gen_size());
139 log.trace(" max_contraction " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, max_contraction/K, max_contraction);
140 log.trace(" without alignment " SIZE_FORMAT " K / " SIZE_FORMAT_HEX, promo_increment/K, promo_increment);
141 log
[all...]
/openjdk10/jdk/test/java/rmi/activation/log/
H A DLogTest.java32 * @modules java.rmi/sun.rmi.log
36 import sun.rmi.log.LogHandler;
37 import sun.rmi.log.ReliableLog;
47 private static ReliableLog log = null; field in class:LogTest
54 System.setProperty("sun.rmi.log.class", MyLogFile.class.getName());
55 //System.setProperty("sun.rmi.log.debug", "true");
57 log = new ReliableLog(".", new TestLogHandler(counter), false);
64 log.close();
79 log.update(counter);
96 log
[all...]
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverDirectHTTP.java65 private static java.util.logging.Logger log = field in class:ResolverDirectHTTP
154 if (log.isLoggable(java.util.logging.Level.FINE)) {
155 log.log(java.util.logging.Level.FINE, "Fetched " + summarized + " bytes from URI " + uriNew.toString());
177 if (log.isLoggable(java.util.logging.Level.FINE)) {
178 log.log(java.util.logging.Level.FINE, e.getMessage(), e);
228 if (log.isLoggable(java.util.logging.Level.FINE)) {
229 log.log(jav
[all...]
/openjdk10/nashorn/test/src/jdk/nashorn/internal/parser/test/
H A DParserTest.java57 private static void log(final String msg) { method in class:ParserTest
58 org.testng.Reporter.log(msg, true);
104 log("WARNING: " + testSetDir + " not found or not a directory");
107 log(testSetDir.getAbsolutePath());
110 log(testSet + " parse done!");
111 log("parse ok: " + passed);
112 log("parse failed: " + failed);
113 log("parse skipped: " + skipped);
142 log("Begin parsing " + file.getAbsolutePath());
155 log("Skippin
[all...]
/openjdk10/jdk/src/java.rmi/share/classes/sun/rmi/log/
H A DReliableLog.java26 package sun.rmi.log;
38 * checkpoints and log records. This implementation ensures that the
45 * The log consists of a sequence of updates that have occurred since
48 * the log. From time to time, the client of a ReliableLog instructs
49 * the package to make a new snapshot and clear the log. A ReliableLog
52 * and each update either is recorded completely in the log or not at
58 * (all it "log") by calling log.update. Periodically, the client
59 * calls log.snapshot to provide the current value of the data
60 * structure. On restart, the client calls log
97 private LogFile log = null; field in class:ReliableLog
[all...]
/openjdk10/jdk/test/javax/sound/midi/Track/
H A DTrackAddSameTick.java44 log("add 10 events in random order");
64 log(""+i+": ShortMessage at tick "+ev.getTick()
67 log(" FAILED: last tick is larger than this event's tick!");
71 log(" FAILED: Track did not order correctly.");
78 log("Test passed.");
89 public static void log(String s) { method in class:TrackAddSameTick
93 public static void log(Exception e) { method in class:TrackAddSameTick

Completed in 378 milliseconds

1234567891011>>