Searched defs:work (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/test/java/lang/Class/
H A DTypeCheckMicroBenchmark.java16 * 2 along with this work; if not, write to the Free Software Foundation,
42 abstract void work() throws Throwable; method in class:TypeCheckMicroBenchmark.Job
72 do { jobs[i].work(); j++; }
165 new Job("toArray(T[])") { void work() {
171 new Job("isInstance") { void work() {
176 new Job("Class.cast") { void work() {
180 new Job("write into array") { void work() {
187 new Job("write into dynamic array") { void work() {
/openjdk7/jdk/test/sun/nio/cs/
H A DStrCodingBenchmark.java16 * 2 along with this work; if not, write to the Free Software Foundation,
40 public abstract void work() throws Throwable; method in class:StrCodingBenchmark.Job
71 do { jobs[i].work(); j++; }
173 public void work() throws Throwable {
179 public void work() throws Throwable {
185 public void work() throws Throwable {
191 public void work() throws Throwable {
/openjdk7/jdk/test/java/nio/Buffer/
H A DSwapMicroBenchmark.java16 * 2 along with this work; if not, write to the Free Software Foundation,
46 public abstract void work() throws Throwable; method in class:SwapMicroBenchmark.Job
76 do { jobs[i].work(); j++; }
172 public void work() throws Throwable {
181 public void work() throws Throwable {
190 public void work() throws Throwable {
199 public void work() throws Throwable {
208 public void work() throws Throwable {
217 public void work() throws Throwable {
226 public void work() throw
[all...]
/openjdk7/jdk/test/java/util/ArrayList/
H A DRangeCheckMicroBenchmark.java16 * 2 along with this work; if not, write to the Free Software Foundation,
44 abstract void work() throws Throwable; method in class:RangeCheckMicroBenchmark.Job
73 do { jobs[i].work(); j++; }
168 new Job("get") { void work() {
175 new Job("set") { void work() {
182 new Job("get/set") { void work() {
188 new Job("add/remove at end") { void work() {
197 new Job("subList get") { void work() {
205 new Job("subList set") { void work() {
213 new Job("subList get/set") { void work() {
[all...]
H A DIteratorMicroBenchmark.java16 * 2 along with this work; if not, write to the Free Software Foundation,
45 public abstract void work() throws Throwable; method in class:IteratorMicroBenchmark.Job
75 do { jobs[i].work(); j++; }
210 // public void work() throws Throwable {
217 public void work() throws Throwable {
226 public void work() throws Throwable {
234 public void work() throws Throwable {
241 public void work() throws Throwable {
249 public void work() throws Throwable {
257 public void work() throw
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orbutil/threadpool/
H A DWorkQueueImpl.java18 * 2 along with this work; if not, write to the Free Software Foundation,
53 // Name of the work queue
56 // MonitoredObject for work queue
114 public synchronized void addWork(Work work) { argument
116 work.setEnqueueTime(System.currentTimeMillis());
117 theWorkQueue.addLast(work);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/transport/
H A DEventHandlerBase.java18 * 2 along with this work; if not, write to the Free Software Foundation,
48 protected Work work; field in class:EventHandlerBase
134 public void setWork(Work work) argument
136 this.work = work;
141 return work;
/openjdk7/corba/src/share/classes/com/sun/corba/se/pept/transport/
H A DEventHandler.java18 * 2 along with this work; if not, write to the Free Software Foundation,
58 public void setWork(Work work); argument
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1EvacFailure.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
226 void work(uint worker_id) { function in class:G1ParRemoveSelfForwardPtrsTask
H A Dg1CollectorPolicy.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
1563 void work(uint worker_id) { function in class:ParKnownGarbageTask
H A DconcurrentMark.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
862 // more work
948 void work(uint worker_id) { function in class:CMConcurrentMarkingTask
1068 void work(uint worker_id) { function in class:CMRootRegionScanTask
1084 // should not attempt to do any further work.
1096 task.work(0);
1135 markingTask.work(0);
1545 void work(uint worker_id) { function in class:G1ParVerifyFinalCountTask
1665 void work(uint worker_id) { function in class:G1ParFinalCountTask
1763 void work(uin function in class:G1ParNoteEndTask
1831 void work(uint worker_id) { function in class:G1ParScrubRemSetTask
2249 virtual void work(uint worker_id) { function in class:G1CMRefProcTaskProxy
2284 virtual void work(uint worker_id) { function in class:G1CMRefEnqueueTaskProxy
2432 void work(uint worker_id) { function in class:CMRemarkTask
3043 void work(uint worker_id) { function in class:G1AggregateCountDataTask
[all...]
H A Dg1CollectedHeap.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
1212 void work(uint worker_id) { function in class:ParRebuildRSTask
1394 // Do collection work
1683 // Expansion didn't work, we'll try to do a Full GC.
2113 // Do later initialization work for concurrent refinement.
3355 void work(uint worker_id) { function in class:G1ParVerifyTask
3435 // Checks that the expected amount of parallel work was done.
3887 // 0 is used to indicate serial work. When parallel work is done,
4010 // Actually do the work
4934 void work(uint worker_id) { function in class:G1ParTask
5330 virtual void work(uint worker_id) { function in class:G1STWRefProcTaskProxy
5404 virtual void work(uint worker_id) { function in class:G1STWRefEnqueueTaskProxy
5445 void work(uint worker_id) { function in class:G1ParPreserveCMReferentsTask
5924 void work(uint worker_id) { function in class:G1ParCleanupCTTask
[all...]
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h17 * 2 along with this work; if not, write to the Free Software Foundation,
137 unsigned short work[288]; /* work area for code table building */ member in struct:inflate_state
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
199 // work will be amortized more completely.
207 // Small work is somewhat favorable for inlining, since methods with
278 float work() const { return _work; } function in class:WarmCallInfo
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DForkJoinPool.java17 * 2 along with this work; if not, write to the Free Software Foundation,
65 * <em>work-stealing</em>: all threads in the pool attempt to find and
67 * waiting for work if none exist). This enables efficient processing
168 * The main throughput advantages of work-stealing stem from
207 * workers. However, all other support code is set up to work with
226 * Wait Queuing. Unlike HPC work-stealing frameworks, we cannot
232 * wait queue when they cannot find work. This "queue" is actually
238 * signalling) another thread that gave up looking for work but
275 * Compensation. Beyond work-stealing support and lifecycle
314 * distinguish cases of waiting for work v
640 final void work(ForkJoinWorkerThread w) { method in class:ForkJoinPool
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
88 // phases of the CMS thread's work do not block out the VM thread
434 // We add "gc0_period" to the "work" calculation
441 double work = cms_duration() + gc0_period(); local
445 if (work > deadline) {
454 return work - deadline;
1595 // which works, even if not optimum in terms of concurrent work.
1596 // As a work around for too eagerly collecting, use the flag
1932 // A work method used by foreground collection to determine
1970 // that there's little point in saving that work
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
433 virtual void work(unsigned int work_id) { function in class:RefProcEnqueueTask
545 // closures that accomplish this work.
739 virtual void work(unsigned int i, BoolObjectClosure& is_alive, function in class:RefProcEnqueueTask::RefProcPhase1Task
759 virtual void work(unsigned int i, BoolObjectClosure& is_alive, function in class:RefProcEnqueueTask::RefProcPhase2Task
777 virtual void work(unsigned int i, BoolObjectClosure& is_alive, function in class:RefProcEnqueueTask::RefProcPhase3Task
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
182 // work queue, allowing them to be stolen and draining our
198 // stack to our work queue.
422 // Print stats related to work queue activity.
457 // to scaling. Should we add heavy-weight work into this
550 // We have no local work, attempt to steal from other threads.
552 // attempt to steal work from promoted.
596 // The "i" passed to this method is the part of the work for
604 void ParNewGenTask::work(uint worker_id) { function in class:ParNewGenTask
774 virtual void work(uin
800 void ParNewRefProcTaskProxy::work(uint worker_id) function in class:ParNewRefProcTaskProxy
821 virtual void work(uint worker_id) function in class:ParNewRefEnqueueTaskProxy
[all...]

Completed in 986 milliseconds