hg: hsx/hotspot-gc/hotspot: 8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
jon.masamitsu at oracle.com
jon.masamitsu at oracle.com
Thu May 16 03:27:19 UTC 2013
Changeset: eba99d16dc6f
Author: tamao
Date: 2013-05-15 10:41 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/eba99d16dc6f
8007763: Refactoring: split up compute_generation_free_space() into two functions for class PSAdaptiveSizePolicy
Summary: split up compute_generation_free_space() into two functions: compute_eden_space_size() + compute_old_gen_free_space(), each of which (if needed) can be reused without executing an overhead of the other.
Reviewed-by: jmasa, tschatzl
Contributed-by: tamao <tao.mao at oracle.com>
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.cpp
! src/share/vm/gc_implementation/parallelScavenge/psAdaptiveSizePolicy.hpp
! src/share/vm/gc_implementation/parallelScavenge/psMarkSweep.cpp
! src/share/vm/gc_implementation/parallelScavenge/psParallelCompact.cpp
! src/share/vm/gc_implementation/parallelScavenge/psScavenge.cpp
More information about the hotspot-gc-dev
mailing list