Searched refs:retire (Results 1 - 19 of 19) sorted by relevance

/openjdk7/jdk/test/java/rmi/activation/CommandEnvironment/
H A DRetireable.java27 public void retire() method in interface:Retireable
H A DDoctor.java53 // implement Retireable.retire()
54 public void retire() method in class:Doctor
H A DDoctor_Stub.java39 $method_retire_1 = Retireable.class.getMethod("retire", new java.lang.Class[] {});
69 // implementation of retire()
70 public void retire() method in class:Doctor_Stub
H A DSetChildEnv.java202 ((Retireable)doctor).retire();
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.hpp127 // and retire the current buffer.
145 retire(end_of_gc, retain);
161 void retire(bool end_of_gc, bool retain);
257 void retire(bool end_of_gc, bool retain);
H A DparGCAllocBuffer.cpp48 // look like it's full of objects when we retire it, so we make
52 void ParGCAllocBuffer::retire(bool end_of_gc, bool retain) { function in class:ParGCAllocBuffer
208 void ParGCAllocBufferWithBOT::retire(bool end_of_gc, bool retain) { function in class:ParGCAllocBufferWithBOT
225 ParGCAllocBuffer::retire(end_of_gc, retain);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1AllocRegion.hpp70 // field so that, when we retire it, we can calculate how much space
109 // sure that the region is full before we retire it so that noone
111 void retire(bool fill_up);
H A Dg1AllocRegion.cpp54 // of the region we are trying to retire, as they can do so without
87 void G1AllocRegion::retire(bool fill_up) { function in class:G1AllocRegion
177 retire(false /* fill_up */);
179 ar_ext_msg(this, "post-condition of retire()"));
H A Dg1AllocRegion.inline.hpp81 retire(true /* fill_up */);
H A Dg1HRPrinter.hpp109 void retire(HeapRegion* hr) { function in class:VALUE_OBJ_CLASS_SPEC
H A Dg1CollectedHeap.hpp1790 void retire(bool end_of_gc, bool retain) {
1793 ParGCAllocBuffer::retire(end_of_gc, retain);
1904 alloc_buf->retire(false /* end_of_gc */, false /* retain */);
H A Dg1CollectedHeap.cpp1365 // We should call this after we retire any currently active alloc
3920 // We should call this after we retire the mutator alloc
4156 // event, and after we retire the GC alloc regions so that all
5638 // retire any active alloc buffers
5757 // to do this _before_ we retire the GC alloc regions
6383 _hr_printer.retire(alloc_region);
6458 _hr_printer.retire(alloc_region);
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp53 make_parsable(true); // also retire the TLAB
117 void ThreadLocalAllocBuffer::make_parsable(bool retire) { argument
121 if (retire) {
125 CollectedHeap::fill_with_object(top(), hard_end(), retire); local
127 if (retire || ZeroTLAB) { // "Reset" the TLAB
134 assert(!(retire || ZeroTLAB) ||
H A DtenuredGeneration.cpp366 buf->retire(false, false);
405 buf->retire(true, ParallelGCRetainPLAB);
411 _alloc_buffers[i]->retire(true /*end_of_gc*/, false /*retain*/);
H A DthreadLocalAllocBuffer.hpp144 void make_parsable(bool retire);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.hpp647 void retire(int tid);
H A DcompactibleFreeListSpace.cpp2717 void CFLS_LAB::retire(int tid) { function in class:CFLS_LAB
2726 "Can't retire more than what we obtained");
H A DconcurrentMarkSweepGeneration.cpp1456 ps->lab.retire(thread_num);
2935 gch->ensure_parsability(false); // fill TLABs, but no need to retire them
3615 gch->ensure_parsability(false); // fill TLABs, but no need to retire them
4999 gch->ensure_parsability(false); // fill TLAB's, but no need to retire them
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp233 plab->retire(false, false);
463 // retire the last buffer.

Completed in 297 milliseconds