aboutsummaryrefslogtreecommitdiff
path: root/src/share/vm/code/relocInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/vm/code/relocInfo.hpp')
-rw-r--r--src/share/vm/code/relocInfo.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/vm/code/relocInfo.hpp b/src/share/vm/code/relocInfo.hpp
index 8a2867dc0..36006e824 100644
--- a/src/share/vm/code/relocInfo.hpp
+++ b/src/share/vm/code/relocInfo.hpp
@@ -1200,11 +1200,13 @@ class section_word_Relocation : public internal_word_Relocation {
class poll_Relocation : public Relocation {
bool is_data() { return true; }
relocInfo::relocType type() { return relocInfo::poll_type; }
+ void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
};
class poll_return_Relocation : public Relocation {
bool is_data() { return true; }
relocInfo::relocType type() { return relocInfo::poll_return_type; }
+ void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
};