< prev index next > src/hotspot/cpu/riscv/relocInfo_riscv.hpp
Print this page
enum {
// Relocations are byte-aligned.
offset_unit = 1,
// Must be at least 1 for RelocInfo::narrow_oop_in_const.
// Must be at least 2 for ZGC GC barrier patching.
! format_width = 2
};
public:
// This platform has no oops in the code that are not also
enum {
// Relocations are byte-aligned.
offset_unit = 1,
// Must be at least 1 for RelocInfo::narrow_oop_in_const.
// Must be at least 2 for ZGC GC barrier patching.
! // Must be at least 3 for Shenandoah GC barrier patching.
+ format_width = 3
};
public:
// This platform has no oops in the code that are not also
< prev index next >