| Striped64 | Striped64 | |||
|---|---|---|---|---|
| Compiled from "Striped64.java" | Compiled from "Striped64.java" | |||
| abstract class com.codahale.metrics.Striped64 extends java.lang.Number { | abstract class com.codahale.metrics.Striped64 extends java.lang.Number { | |||
| static final java.util.concurrent.atomic.AtomicLongFieldUpdater<com.codah | ||||
| ale.metrics.Striped64> baseUpdater; | ||||
| static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<com.co | ||||
| dahale.metrics.Striped64> busyUpdater; | ||||
| static final com.codahale.metrics.Striped64$ThreadHashCode threadHashCode ; | static final com.codahale.metrics.Striped64$ThreadHashCode threadHashCode ; | |||
| static final int NCPU; | static final int NCPU; | |||
| volatile transient com.codahale.metrics.Striped64$Cell[] cells; | volatile transient com.codahale.metrics.Striped64$Cell[] cells; | |||
| volatile transient long base; | volatile transient long base; | |||
| volatile transient int busy; | volatile transient int busy; | |||
| com.codahale.metrics.Striped64(); | com.codahale.metrics.Striped64(); | |||
| final boolean casBase(long, long); | final boolean casBase(long, long); | |||
| final boolean casBusy(); | final boolean casBusy(); | |||
| abstract long fn(long, long); | abstract long fn(long, long); | |||
| final void retryUpdate(long, com.codahale.metrics.Striped64$HashCode, boo lean); | final void retryUpdate(long, com.codahale.metrics.Striped64$HashCode, boo lean); | |||
| final void internalReset(long); | final void internalReset(long); | |||
| static sun.misc.Unsafe access$000(); | ||||
| static {}; | static {}; | |||
| } | } | |||
| End of changes. 2 change blocks. | ||||
| 1 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||