hotspot/src/share/vm/runtime/stubRoutines.hpp
changeset 25715 d5a8dbdc5150
parent 24953 9680119572be
child 26434 09ad55e5f486
equal deleted inserted replaced
25469:3bcfa1db9717 25715:d5a8dbdc5150
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
    30 #include "runtime/frame.hpp"
    30 #include "runtime/frame.hpp"
    31 #include "runtime/mutexLocker.hpp"
    31 #include "runtime/mutexLocker.hpp"
    32 #include "runtime/stubCodeGenerator.hpp"
    32 #include "runtime/stubCodeGenerator.hpp"
    33 #include "utilities/top.hpp"
    33 #include "utilities/top.hpp"
    34 #ifdef TARGET_ARCH_x86
       
    35 # include "nativeInst_x86.hpp"
       
    36 #endif
       
    37 #ifdef TARGET_ARCH_sparc
       
    38 # include "nativeInst_sparc.hpp"
       
    39 #endif
       
    40 #ifdef TARGET_ARCH_zero
       
    41 # include "nativeInst_zero.hpp"
       
    42 #endif
       
    43 #ifdef TARGET_ARCH_arm
       
    44 # include "nativeInst_arm.hpp"
       
    45 #endif
       
    46 #ifdef TARGET_ARCH_ppc
       
    47 # include "nativeInst_ppc.hpp"
       
    48 #endif
       
    49 
    34 
    50 // StubRoutines provides entry points to assembly routines used by
    35 // StubRoutines provides entry points to assembly routines used by
    51 // compiled code and the run-time system. Platform-specific entry
    36 // compiled code and the run-time system. Platform-specific entry
    52 // points are defined in the platform-specific inner class.
    37 // points are defined in the platform-specific inner class.
    53 //
    38 //