comparison src/cpu/sparc/vm/graalCodeInstaller_sparc.hpp @ 11760:ce0b00597980

made safepoint-on-return use specialized HotSpot runtime support for such safepoints (which have no debug info attached)
author Doug Simon <doug.simon@oracle.com>
date Tue, 24 Sep 2013 08:51:02 +0200
parents 5a9d68c3a7d7
children 4c96ccce3772
comparison
equal deleted inserted replaced
11759:8bcd76c3f23b 11760:ce0b00597980
180 fatal("invalid _next_call_type value"); 180 fatal("invalid _next_call_type value");
181 break; 181 break;
182 } 182 }
183 } 183 }
184 184
185 inline int32_t* CodeInstaller::pd_locate_operand(address instruction) {
186 fatal("CodeInstaller::pd_locate_operand - sparc unimp");
187 return (int32_t*)0;
188 }
189
190 #endif // CPU_SPARC_VM_CODEINSTALLER_SPARC_HPP 185 #endif // CPU_SPARC_VM_CODEINSTALLER_SPARC_HPP