Searched defs:retire (Results 1 - 8 of 8) 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
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
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 Dg1HRPrinter.hpp109 void retire(HeapRegion* hr) { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
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/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) ||
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcompactibleFreeListSpace.cpp2717 void CFLS_LAB::retire(int tid) { function in class:CFLS_LAB
2726 "Can't retire more than what we obtained");

Completed in 46 milliseconds