src/cpu/sparc/vm/stubRoutines_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hsx-gc Cdiff src/cpu/sparc/vm/stubRoutines_sparc.cpp

src/cpu/sparc/vm/stubRoutines_sparc.cpp

Print this page
rev 3849 : imported patch thread.inline.hpp

*** 24,39 **** #include "precompiled.hpp" #include "runtime/deoptimization.hpp" #include "runtime/frame.inline.hpp" #include "runtime/stubRoutines.hpp" ! #ifdef TARGET_OS_FAMILY_linux ! # include "thread_linux.inline.hpp" ! #endif ! #ifdef TARGET_OS_FAMILY_solaris ! # include "thread_solaris.inline.hpp" ! #endif // Implementation of the platform-specific part of StubRoutines - for // a description of how to extend it, see the stubRoutines.hpp file. --- 24,34 ---- #include "precompiled.hpp" #include "runtime/deoptimization.hpp" #include "runtime/frame.inline.hpp" #include "runtime/stubRoutines.hpp" ! #include "runtime/thread.inline.hpp" // Implementation of the platform-specific part of StubRoutines - for // a description of how to extend it, see the stubRoutines.hpp file.
src/cpu/sparc/vm/stubRoutines_sparc.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File