hotspot/src/share/vm/memory/genRemSet.cpp
changeset 29199 db7ae483ecb2
parent 22548 d54e4339811f
equal deleted inserted replaced
29084:1b732f2836ce 29199:db7ae483ecb2
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
    26 #include "classfile/classLoaderData.hpp"
    26 #include "classfile/classLoaderData.hpp"
    27 #include "memory/cardTableRS.hpp"
    27 #include "memory/cardTableRS.hpp"
    28 #include "memory/genRemSet.hpp"
    28 #include "memory/genRemSet.hpp"
       
    29 #include "oops/klass.hpp"
    29 
    30 
    30 // This kind of "BarrierSet" allows a "CollectedHeap" to detect and
    31 // This kind of "BarrierSet" allows a "CollectedHeap" to detect and
    31 // enumerate ref fields that have been modified (since the last
    32 // enumerate ref fields that have been modified (since the last
    32 // enumeration.)
    33 // enumeration.)
    33 
    34