hg: jdk7/hotspot-gc/hotspot: 6951188: CMS: move PromotionInfo into its own file

y.s.ramakrishna at oracle.com y.s.ramakrishna at oracle.com
Mon May 10 23:15:47 UTC 2010


Changeset: a8127dc669ba
Author:    ysr
Date:      2010-05-10 12:31 -0700
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/a8127dc669ba

6951188: CMS: move PromotionInfo into its own file
Summary: Moved PromotionInfo and friends into new files promotionInfo.{h,c}pp from their previous compactibleFreeListSpace.{h,c}pp home.
Reviewed-by: apetrusenko

! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp
! src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
! src/share/vm/gc_implementation/concurrentMarkSweep/concurrentMarkSweepGeneration.cpp
+ src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp
+ src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.hpp
! src/share/vm/gc_implementation/includeDB_gc_concurrentMarkSweep




More information about the hotspot-gc-dev mailing list