comparison src/share/vm/code/relocInfo.hpp @ 304:dc7f315e41f7

5108146: Merge i486 and amd64 cpu directories 6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
author never
date Wed, 27 Aug 2008 00:21:55 -0700
parents a61af66fc99e
children 9ee9cf798b59
comparison
equal deleted inserted replaced
303:fa4d1d240383 304:dc7f315e41f7
1198 1198
1199 1199
1200 class poll_Relocation : public Relocation { 1200 class poll_Relocation : public Relocation {
1201 bool is_data() { return true; } 1201 bool is_data() { return true; }
1202 relocInfo::relocType type() { return relocInfo::poll_type; } 1202 relocInfo::relocType type() { return relocInfo::poll_type; }
1203 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1203 }; 1204 };
1204 1205
1205 class poll_return_Relocation : public Relocation { 1206 class poll_return_Relocation : public Relocation {
1206 bool is_data() { return true; } 1207 bool is_data() { return true; }
1207 relocInfo::relocType type() { return relocInfo::poll_return_type; } 1208 relocInfo::relocType type() { return relocInfo::poll_return_type; }
1209 void fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest);
1208 }; 1210 };
1209 1211
1210 1212
1211 class breakpoint_Relocation : public Relocation { 1213 class breakpoint_Relocation : public Relocation {
1212 relocInfo::relocType type() { return relocInfo::breakpoint_type; } 1214 relocInfo::relocType type() { return relocInfo::breakpoint_type; }