Searched refs:shrink (Results 1 - 20 of 20) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPermGen.cpp106 shrink(aligned_change_bytes);
H A DpsOldGen.hpp97 void shrink(size_t bytes);
H A DpsOldGen.cpp313 void PSOldGen::shrink(size_t bytes) { function in class:PSOldGen
368 // shrink doesn't grab this lock, expand does. Is that right?
370 shrink(change_bytes);
/openjdk7/hotspot/src/share/vm/memory/
H A DpermGen.cpp148 _gen->shrink(_gen->capacity() - desired_capacity);
H A Dgeneration.hpp682 // Shrink generation with specified size (returns false if unable to shrink)
687 void shrink(size_t bytes);
H A DtenuredGeneration.cpp89 assert(_shrink_factor <= 100, "invalid shrink factor");
104 // Don't shrink less than the initial generation size
149 // No expansion, now see if we want to shrink
151 // We would never want to shrink more than this
181 // We don't want shrink all the way back to initSize if people call
188 assert(shrink_bytes <= max_shrink_bytes, "invalid shrink size");
204 " new shrink factor: %d"
222 assert(shrink_bytes <= max_shrink_bytes, "invalid shrink size");
236 // Don't shrink unless it's significant
238 shrink(shrink_byte
[all...]
H A Dgeneration.cpp530 void OneContigSpaceCardGeneration::shrink(size_t bytes) { function in class:OneContigSpaceCardGeneration
/openjdk7/jdk/src/share/classes/javax/swing/
H A DArrayTable.java238 shrink();
328 private void shrink() { method in class:ArrayTable
/openjdk7/hotspot/src/share/vm/services/
H A DmemPtrArray.hpp60 virtual bool shrink() = 0;
252 bool shrink() { function in class:MemPointerArrayImpl
H A DmemRecorder.hpp115 bool shrink() { function in class:FixedSizeMemPointerArray
H A DmemSnapshot.hpp335 _malloc_data->shrink();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRedefineClasses.hpp477 constantPoolHandle scratch_cp, int scratch_cp_length, bool shrink, TRAPS);
H A DjvmtiRedefineClasses.cpp2341 // scratch_cp. If shrink is true, then scratch_cp_length elements
2346 int scratch_cp_length, bool shrink, TRAPS) {
2347 assert(!shrink || scratch_cp->length() >= scratch_cp_length, "sanity check");
2349 if (shrink) {
2344 set_new_constant_pool( instanceKlassHandle scratch_class, constantPoolHandle scratch_cp, int scratch_cp_length, bool shrink, TRAPS) argument
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpMap.java151 void shrink() method in class:OpMap
H A DXPathParser.java165 compiler.shrink();
220 m_ops.shrink();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.hpp762 virtual void shrink(size_t expand_bytes);
H A Dg1CollectedHeap.cpp1640 // No expansion, now see if we want to shrink
1653 shrink(shrink_bytes);
1800 // need to shrink the committed space accordingly.
1848 "shrink the heap",
1874 "did not shrink the heap",
1879 void G1CollectedHeap::shrink(size_t shrink_bytes) { function in class:G1CollectedHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1115 // Shrink generation by specified size (returns false if unable to shrink)
1266 void shrink(size_t bytes);
H A DconcurrentMarkSweepGeneration.cpp3406 void ConcurrentMarkSweepGeneration::shrink(size_t bytes) {
9181 shrink(shrink_bytes);
9276 // No room to shrink
9278 gclog_or_tty->print_cr("No room to shrink: old_end "
9311 // If the space did shrink (shrinking is not guaranteed),
9312 // shrink the chunk at the end by the appropriate amount.
9320 // Get the chunk at end, shrink it, and put it
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp1063 // shrink to fit:
1069 int shrink = (int)(chars.limit() - chp); local
1070 chars.len -= shrink;
1071 charbuf.b.len -= shrink; // ungrow to reclaim buffer space

Completed in 190 milliseconds