src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp	Wed Jan 15 01:41:08 2014
--- new/src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp	Wed Jan 15 01:41:08 2014

*** 116,127 **** --- 116,127 ---- return virtual_spaces()->reserved_space().size(); } // Make checks on the current sizes of the generations and ! // the contraints on the sizes of the generations. Push ! // up the boundary within the contraints. A partial ! // the constraints on the sizes of the generations. Push ! // up the boundary within the constraints. A partial // push can occur. void AdjoiningGenerations::request_old_gen_expansion(size_t expand_in_bytes) { assert(UseAdaptiveSizePolicy && UseAdaptiveGCBoundary, "runtime check"); assert_lock_strong(ExpandHeap_lock);

src/share/vm/gc_implementation/parallelScavenge/adjoiningGenerations.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File