Toggle navigation
Home
java.util.concurrent.atomic.AtomicInteger to org.eclipse.jetty.util.AtomicWords
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'jetty.project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Cascading Type Change (Different)
int
to
long
Rename Variable
_threadsStarted
to
_counts
_threadsStarted
to
_counts
Add or Remove Method invocation
_threadsStarted.compareAndSet(threads,threads + 1)
to
_counts.compareAndSet(count,threads + 1,starting + 1,0,idle)