src/cpu/sparc/vm/stubRoutines_sparc.hpp

Print this page

        

*** 20,29 **** --- 20,32 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ + #ifndef CPU_SPARC_VM_STUBROUTINES_SPARC_HPP + #define CPU_SPARC_VM_STUBROUTINES_SPARC_HPP + // This file holds the platform specific parts of the StubRoutines // definition. See stubRoutines.hpp for a description on how to // extend it.
*** 98,102 **** --- 101,107 ---- // flushes (all but current) register window static intptr_t* (*flush_callers_register_windows_func())() { return CAST_TO_FN_PTR(intptr_t* (*)(void), _flush_callers_register_windows_entry); } static address partial_subtype_check() { return _partial_subtype_check; } }; + + #endif // CPU_SPARC_VM_STUBROUTINES_SPARC_HPP