hotspot/src/share/vm/runtime/icache.hpp
changeset 8107 78e5bd944384
parent 7397 5b173b4ca846
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8076:96d498ec7ae1 8107:78e5bd944384
    75 # include "icache_sparc.hpp"
    75 # include "icache_sparc.hpp"
    76 #endif
    76 #endif
    77 #ifdef TARGET_ARCH_zero
    77 #ifdef TARGET_ARCH_zero
    78 # include "icache_zero.hpp"
    78 # include "icache_zero.hpp"
    79 #endif
    79 #endif
       
    80 #ifdef TARGET_ARCH_arm
       
    81 # include "icache_arm.hpp"
       
    82 #endif
       
    83 #ifdef TARGET_ARCH_ppc
       
    84 # include "icache_ppc.hpp"
       
    85 #endif
    80 
    86 
    81 
    87 
    82 
    88 
    83 class ICacheStubGenerator : public StubCodeGenerator {
    89 class ICacheStubGenerator : public StubCodeGenerator {
    84  public:
    90  public: