src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54058 be40860e8227
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
    26 
    26 
    27 #include "code/codeCache.hpp"
    27 #include "code/codeCache.hpp"
    28 #include "gc/shared/oopStorageParState.hpp"
    28 #include "gc/shared/oopStorageParState.hpp"
    29 #include "gc/shenandoah/shenandoahCodeRoots.hpp"
    29 #include "gc/shenandoah/shenandoahCodeRoots.hpp"
    30 #include "gc/shenandoah/shenandoahHeap.hpp"
    30 #include "gc/shenandoah/shenandoahHeap.hpp"
   121                               uint worker_id);
   121                               uint worker_id);
   122 
   122 
   123   // Number of worker threads used by the root processor.
   123   // Number of worker threads used by the root processor.
   124   uint n_workers() const;
   124   uint n_workers() const;
   125 };
   125 };
   126 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP
   126 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHROOTPROCESSOR_HPP