src/share/vm/interpreter/interpreterRuntime.hpp

changeset 2508
b92c45f2bc75
parent 2464
633a44a9fc45
child 2978
d83ac25d0304
     1.1 --- a/src/share/vm/interpreter/interpreterRuntime.hpp	Thu Jan 27 16:11:27 2011 -0800
     1.2 +++ b/src/share/vm/interpreter/interpreterRuntime.hpp	Wed Feb 02 11:35:26 2011 -0500
     1.3 @@ -157,6 +157,12 @@
     1.4  #ifdef TARGET_ARCH_zero
     1.5  # include "interpreterRT_zero.hpp"
     1.6  #endif
     1.7 +#ifdef TARGET_ARCH_arm
     1.8 +# include "interpreterRT_arm.hpp"
     1.9 +#endif
    1.10 +#ifdef TARGET_ARCH_ppc
    1.11 +# include "interpreterRT_ppc.hpp"
    1.12 +#endif
    1.13  
    1.14  
    1.15    // Interpreter's frequency counter overflow

mercurial