comparison src/share/vm/runtime/safepoint.hpp @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents d5d065957597
children 1a2723f7ad8e
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
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
25 #ifndef SHARE_VM_RUNTIME_SAFEPOINT_HPP
26 #define SHARE_VM_RUNTIME_SAFEPOINT_HPP
27
28 #include "asm/assembler.hpp"
29 #include "code/nmethod.hpp"
30 #include "memory/allocation.hpp"
31 #include "runtime/extendedPC.hpp"
32 #include "runtime/os.hpp"
33 #include "utilities/ostream.hpp"
24 34
25 // 35 //
26 // Safepoint synchronization 36 // Safepoint synchronization
27 //// 37 ////
28 // The VMThread or CMS_thread uses the SafepointSynchronize::begin/end 38 // The VMThread or CMS_thread uses the SafepointSynchronize::begin/end
230 } 240 }
231 } 241 }
232 }; 242 };
233 243
234 244
245
246 #endif // SHARE_VM_RUNTIME_SAFEPOINT_HPP