src/share/vm/runtime/stubRoutines.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/_stubRoutines.cpp.incl" // Implementation of StubRoutines - for a description // of how to extend it, see the header file. --- 20,41 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "asm/codeBuffer.hpp" ! #include "memory/resourceArea.hpp" ! #include "oops/oop.inline.hpp" ! #include "runtime/interfaceSupport.hpp" ! #include "runtime/sharedRuntime.hpp" ! #include "runtime/stubRoutines.hpp" ! #include "runtime/timer.hpp" ! #include "utilities/copy.hpp" ! #ifdef COMPILER2 ! #include "opto/runtime.hpp" ! #endif // Implementation of StubRoutines - for a description // of how to extend it, see the header file.