equal
deleted
inserted
replaced
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 |