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