hotspot/src/share/vm/gc_implementation/g1/g1RootProcessor.hpp
changeset 30578 8b6c44532ca2
parent 30153 596ed88949ad
child 30585 12f312d694cd
equal deleted inserted replaced
30577:de9fa7ccc1bc 30578:8b6c44532ca2
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_ROOTPROCESSOR_HPP
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_G1_ROOTPROCESSOR_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "memory/strongRootsScope.hpp"
    29 #include "memory/strongRootsScope.hpp"
    30 #include "runtime/mutex.hpp"
    30 #include "runtime/mutex.hpp"
    31 
    31 
   116 
   116 
   117   // Inform the root processor about the number of worker threads
   117   // Inform the root processor about the number of worker threads
   118   void set_num_workers(int active_workers);
   118   void set_num_workers(int active_workers);
   119 };
   119 };
   120 
   120 
   121 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_ROOTPROCESSOR_HPP
   121 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1ROOTPROCESSOR_HPP