src/hotspot/share/gc/shenandoah/shenandoahPacer.cpp
changeset 59290 97d13893ec3c
parent 59252 623722a6aeb9
equal deleted inserted replaced
59289:c887851da33d 59290:97d13893ec3c
    24 #include "precompiled.hpp"
    24 #include "precompiled.hpp"
    25 
    25 
    26 #include "gc/shenandoah/shenandoahFreeSet.hpp"
    26 #include "gc/shenandoah/shenandoahFreeSet.hpp"
    27 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    27 #include "gc/shenandoah/shenandoahHeap.inline.hpp"
    28 #include "gc/shenandoah/shenandoahPacer.hpp"
    28 #include "gc/shenandoah/shenandoahPacer.hpp"
       
    29 #include "runtime/atomic.hpp"
    29 
    30 
    30 /*
    31 /*
    31  * In normal concurrent cycle, we have to pace the application to let GC finish.
    32  * In normal concurrent cycle, we have to pace the application to let GC finish.
    32  *
    33  *
    33  * Here, we do not know how large would be the collection set, and what are the
    34  * Here, we do not know how large would be the collection set, and what are the