< prev index next >

src/hotspot/cpu/zero/relocInfo_zero.cpp

Print this page
rev 47445 : 8171853: Remove Shark compiler

*** 48,58 **** ShouldNotCallThis(); return NULL; } address* Relocation::pd_address_in_code() { ! // Relocations in Shark are just stored directly return (address *) addr(); } void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dst) { --- 48,58 ---- ShouldNotCallThis(); return NULL; } address* Relocation::pd_address_in_code() { ! ShouldNotCallThis(); return (address *) addr(); } void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dst) {
< prev index next >