src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp

changeset 2314
f95d63e2154a
parent 2132
179464550c7d
child 3732
f69a5d43dc19
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp	Tue Nov 23 15:01:43 2010 -0500
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/promotionInfo.cpp	Tue Nov 23 13:22:55 2010 -0800
     1.3 @@ -22,8 +22,11 @@
     1.4   *
     1.5   */
     1.6  
     1.7 -# include "incls/_precompiled.incl"
     1.8 -# include "incls/_promotionInfo.cpp.incl"
     1.9 +#include "precompiled.hpp"
    1.10 +#include "gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp"
    1.11 +#include "gc_implementation/concurrentMarkSweep/promotionInfo.hpp"
    1.12 +#include "oops/markOop.inline.hpp"
    1.13 +#include "oops/oop.inline.hpp"
    1.14  
    1.15  /////////////////////////////////////////////////////////////////////////
    1.16  //// PromotionInfo

mercurial