hotspot/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.hpp
changeset 30563 03c5eaa78f80
parent 29792 8c6fa07f0869
child 30566 18eb9aa972d0
equal deleted inserted replaced
30562:bc911febff4c 30563:03c5eaa78f80
    42 // on cheap. This can lead to memory leaks, though, as they are not auto
    42 // on cheap. This can lead to memory leaks, though, as they are not auto
    43 // deallocated.
    43 // deallocated.
    44 //
    44 //
    45 // FIX ME FIX ME Add a destructor, and don't rely on the user to drain/flush/deallocate!
    45 // FIX ME FIX ME Add a destructor, and don't rely on the user to drain/flush/deallocate!
    46 //
    46 //
    47 
       
    48 // Move to some global location
       
    49 #define HAS_BEEN_MOVED 0x1501d01d
       
    50 // End move to some global location
       
    51 
    47 
    52 class MutableSpace;
    48 class MutableSpace;
    53 class PSOldGen;
    49 class PSOldGen;
    54 class ParCompactionManager;
    50 class ParCompactionManager;
    55 
    51