src/cpu/sparc/vm/c1_FrameMap_sparc.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! # include "incls/_precompiled.incl" ! # include "incls/_c1_FrameMap_sparc.cpp.incl" const int FrameMap::pd_c_runtime_reserved_arg_size = 7; --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "c1/c1_FrameMap.hpp" ! #include "c1/c1_LIR.hpp" ! #include "runtime/sharedRuntime.hpp" ! #include "vmreg_sparc.inline.hpp" const int FrameMap::pd_c_runtime_reserved_arg_size = 7;