src/share/vm/runtime/stubRoutines.hpp

changeset 2508
b92c45f2bc75
parent 2314
f95d63e2154a
child 2606
0ac769a57c64
     1.1 --- a/src/share/vm/runtime/stubRoutines.hpp	Thu Jan 27 16:11:27 2011 -0800
     1.2 +++ b/src/share/vm/runtime/stubRoutines.hpp	Wed Feb 02 11:35:26 2011 -0500
     1.3 @@ -40,6 +40,12 @@
     1.4  #ifdef TARGET_ARCH_zero
     1.5  # include "nativeInst_zero.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_ARCH_arm
     1.8 +# include "nativeInst_arm.hpp"
     1.9 +#endif
    1.10 +#ifdef TARGET_ARCH_ppc
    1.11 +# include "nativeInst_ppc.hpp"
    1.12 +#endif
    1.13  
    1.14  // StubRoutines provides entry points to assembly routines used by
    1.15  // compiled code and the run-time system. Platform-specific entry
    1.16 @@ -105,6 +111,12 @@
    1.17  #ifdef TARGET_ARCH_MODEL_zero
    1.18  # include "stubRoutines_zero.hpp"
    1.19  #endif
    1.20 +#ifdef TARGET_ARCH_MODEL_arm
    1.21 +# include "stubRoutines_arm.hpp"
    1.22 +#endif
    1.23 +#ifdef TARGET_ARCH_MODEL_ppc
    1.24 +# include "stubRoutines_ppc.hpp"
    1.25 +#endif
    1.26  
    1.27  
    1.28    static jint    _verify_oop_count;

mercurial