comparison src/cpu/x86/vm/graalCodeInstaller_x86.hpp @ 11799:4c96ccce3772

SPARC: added CodeInstaller::pd_relocate_poll
author twisti
date Wed, 25 Sep 2013 13:26:02 -0700
parents ce0b00597980
children 2d3d3d36ab3c
comparison
equal deleted inserted replaced
11798:2fbb9fd55dde 11799:4c96ccce3772
230 } 230 }
231 case MARK_POLL_RETURN_FAR: 231 case MARK_POLL_RETURN_FAR:
232 _instructions->relocate(pc, relocInfo::poll_return_type); 232 _instructions->relocate(pc, relocInfo::poll_return_type);
233 break; 233 break;
234 default: 234 default:
235 ShouldNotReachHere(); 235 fatal("invalid mark value");
236 break; 236 break;
237 } 237 }
238 } 238 }
239 239
240 #endif // CPU_X86_VM_CODEINSTALLER_X86_HPP 240 #endif // CPU_X86_VM_CODEINSTALLER_X86_HPP