mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
5108146: Merge i486 and amd64 cpu directories
6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
This commit is contained in:
parent
2697216f3a
commit
26c780da72
85 changed files with 18308 additions and 15496 deletions
|
@ -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);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue