Searched refs:stamp (Results 1 - 25 of 36) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/util/concurrent/atomic/
H A DAtomicStampedReference.java40 * along with an integer "stamp", that can be updated atomically.
54 final int stamp; field in class:AtomicStampedReference.Pair
55 private Pair(T reference, int stamp) { argument
57 this.stamp = stamp;
59 static <T> Pair<T> of(T reference, int stamp) { argument
60 return new Pair<T>(reference, stamp);
71 * @param initialStamp the initial stamp
87 * Returns the current value of the stamp.
89 * @return the current value of the stamp
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DCalendar.java770 transient private int stamp[]; field in class:Calendar
845 // Special values of stamp[]
869 * The next available value for <code>stamp[]</code>, an internal array.
953 stamp = new int[FIELD_COUNT];
1221 stamp[field] = nextStamp++;
1320 stamp[i] = fields[i] = 0; // UNSET == 0
1351 stamp[field] = UNSET;
1368 return stamp[field] != UNSET;
1579 return stamp[field] >= MINIMUM_USER_STAMP;
1591 if (stamp[
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dxmlstream.cpp316 // Outputs "<kind_done ... stamp='D.DD'/> </kind>".
325 // Outputs "<kind_done stamp='D.DD'/> </kind>".
331 print_raw("_done stamp='");
332 out()->stamp();
351 stamp();
359 void xmlStream::stamp() { function in class:xmlStream
360 assert_if_no_error(inside_attrs(), "stamp must be an attribute");
361 print_raw(" stamp='");
362 out()->stamp();
H A Dostream.hpp95 // Time stamp
97 void stamp();
98 void stamp(bool guard, const char* prefix, const char* suffix);
99 void stamp(bool guard) { function in class:outputStream
100 stamp(guard, "", ": ");
102 // Date stamp
H A Dxmlstream.hpp139 void stamp(); // stamp='1.234'
H A Dostream.cpp197 void outputStream::stamp() { function in class:outputStream
199 _stamp.update(); // start at 0 on first call to stamp()
202 // outputStream::stamp() may get called by ostream_abort(), use snprintf
209 void outputStream::stamp(bool guard, function in class:outputStream
216 stamp();
867 // for a time stamp. So, here, we explicitly update the time stamp
885 // now we update the time stamp of the GC log to be synced up
943 // compile task prints time stamp relative to VM start
/openjdk7/jdk/src/share/classes/java/text/
H A DCalendarBuilder.java40 * int array combining fields[] and stamp[] of {@code Calendar}.
46 * Pseudo time stamp constants used in java.util.Calendar
57 // stamp[] (lower half) and field[] (upper half) combined
115 // Set the fields from the min stamp to the max stamp so that
117 for (int stamp = MINIMUM_USER_STAMP; stamp < nextStamp; stamp++) {
119 if (field[index] == stamp) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp109 gclog_or_tty->stamp(PrintGCTimeStamps);
118 gclog_or_tty->stamp(PrintGCTimeStamps);
127 gclog_or_tty->stamp(PrintGCTimeStamps);
151 gclog_or_tty->stamp(PrintGCTimeStamps);
167 gclog_or_tty->stamp(PrintGCTimeStamps);
212 gclog_or_tty->stamp(PrintGCTimeStamps);
233 gclog_or_tty->stamp(PrintGCTimeStamps);
274 gclog_or_tty->stamp(PrintGCTimeStamps);
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerDelegate.java50 private final long stamp; field in class:MBeanServerDelegate
71 stamp = getStamp();
91 mbeanServerId = localHost + "_" + stamp;
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceTime.cpp62 gclog_or_tty->stamp(PrintGCTimeStamps);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DDocumentCache.java90 final long stamp = System.currentTimeMillis();
91 _firstReferenced = stamp;
92 _lastReferenced = stamp;
96 _buildTime = System.currentTimeMillis() - stamp;
105 final long stamp = System.currentTimeMillis();
113 final long thisTime = System.currentTimeMillis() - stamp;
195 * Returns the time-stamp for a document's last update
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJvmThreadingImpl.java345 final long stamp = System.currentTimeMillis();
347 jvmThreadPeakCountReset = stamp;
349 "jvmThreadPeakCountReset="+stamp);
H A DJvmMemPoolEntryImpl.java463 final long stamp = System.currentTimeMillis();
465 jvmMemPoolPeakReset = stamp;
467 "jvmMemPoolPeakReset="+stamp);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp120 tty->stamp(PrintGCTimeStamps);
135 tty->stamp(PrintGCTimeStamps);
H A Dsweeper.cpp641 xtty->stamp();
H A DvmThread.cpp293 xtty->stamp();
/openjdk7/hotspot/src/share/vm/services/
H A DruntimeService.cpp119 gclog_or_tty->stamp(PrintGCTimeStamps);
124 // update the time stamp to begin recording safepoint time
151 gclog_or_tty->stamp(PrintGCTimeStamps);
157 // update the time stamp to begin recording app time
165 // update the time stamp to begin recording app time
H A DdiagnosticCommand.cpp224 output()->stamp();
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsAdaptiveSizePolicy.cpp210 gclog_or_tty->stamp();
226 gclog_or_tty->stamp();
242 gclog_or_tty->stamp();
253 gclog_or_tty->stamp();
270 gclog_or_tty->stamp();
281 gclog_or_tty->stamp();
300 gclog_or_tty->stamp();
510 gclog_or_tty->stamp();
528 gclog_or_tty->stamp();
540 // This assertion may fail because of time stamp gradularit
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp82 _log->stamp();
136 log->stamp();
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp474 xtty->stamp();
501 xtty->stamp();
524 xtty->stamp();
H A Dnmethod.cpp692 xtty->stamp();
771 xtty->stamp();
939 xtty->stamp();
965 xtty->stamp();
1266 xtty->stamp();
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp504 // <task id='9' method='M' osr_bci='X' level='1' blocking='1' stamp='1.234'>
519 log->stamp();
568 // <task_done ... stamp='1.234'> </task>
579 log->stamp();
1557 log->stamp();
1890 xtty->stamp();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.cpp274 gclog_or_tty->stamp();
H A DpsScavenge.cpp513 gclog_or_tty->stamp();

Completed in 434 milliseconds

12