src/share/vm/code/relocInfo.hpp

Print this page
rev 7258 : 8064611: AARCH64: Changes to HotSpot shared code
Summary: Everything except cpu/ and os_cpu/.
Reviewed-by: kvn

*** 428,438 **** # include "relocInfo_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "relocInfo_ppc.hpp" #endif ! protected: // Derived constant, based on format_width which is PD: enum { offset_width = nontype_width - format_width, --- 428,440 ---- # include "relocInfo_arm.hpp" #endif #ifdef TARGET_ARCH_ppc # include "relocInfo_ppc.hpp" #endif ! #ifdef TARGET_ARCH_aarch64 ! # include "relocInfo_aarch64.hpp" ! #endif protected: // Derived constant, based on format_width which is PD: enum { offset_width = nontype_width - format_width,