comparison src/cpu/sparc/vm/stubRoutines_sparc.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 d55217dc206f
children f7d55ea6ee56
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 CPU_SPARC_VM_STUBROUTINES_SPARC_HPP
26 #define CPU_SPARC_VM_STUBROUTINES_SPARC_HPP
24 27
25 // This file holds the platform specific parts of the StubRoutines 28 // This file holds the platform specific parts of the StubRoutines
26 // definition. See stubRoutines.hpp for a description on how to 29 // definition. See stubRoutines.hpp for a description on how to
27 // extend it. 30 // extend it.
28 31
98 // flushes (all but current) register window 101 // flushes (all but current) register window
99 static intptr_t* (*flush_callers_register_windows_func())() { return CAST_TO_FN_PTR(intptr_t* (*)(void), _flush_callers_register_windows_entry); } 102 static intptr_t* (*flush_callers_register_windows_func())() { return CAST_TO_FN_PTR(intptr_t* (*)(void), _flush_callers_register_windows_entry); }
100 103
101 static address partial_subtype_check() { return _partial_subtype_check; } 104 static address partial_subtype_check() { return _partial_subtype_check; }
102 }; 105 };
106
107 #endif // CPU_SPARC_VM_STUBROUTINES_SPARC_HPP