< prev index next >

src/share/vm/jfr/writers/jfrEncoders.hpp

Print this page

        

*** 41,50 **** --- 41,53 ---- # include "bytes_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "bytes_ppc.hpp" #endif + #ifdef TARGET_ARCH_aarch64 + # include "bytes_aarch64.hpp" + #endif // // The Encoding policy prescribes a template // method taking a first parameter of type T. // This is the value to be encoded. The second
< prev index next >