equal
deleted
inserted
replaced
44 # include "assembler_sparc.inline.hpp" |
44 # include "assembler_sparc.inline.hpp" |
45 #endif |
45 #endif |
46 #ifdef TARGET_ARCH_zero |
46 #ifdef TARGET_ARCH_zero |
47 # include "assembler_zero.inline.hpp" |
47 # include "assembler_zero.inline.hpp" |
48 #endif |
48 #endif |
|
49 #ifdef TARGET_ARCH_arm |
|
50 # include "assembler_arm.inline.hpp" |
|
51 #endif |
|
52 #ifdef TARGET_ARCH_ppc |
|
53 # include "assembler_ppc.inline.hpp" |
|
54 #endif |
49 |
55 |
50 |
56 |
51 DEF_STUB_INTERFACE(ICStub); |
57 DEF_STUB_INTERFACE(ICStub); |
52 |
58 |
53 StubQueue* InlineCacheBuffer::_buffer = NULL; |
59 StubQueue* InlineCacheBuffer::_buffer = NULL; |