comparison src/cpu/x86/vm/templateInterpreter_x86_32.cpp @ 18857:5214669b01f2

moved generate_deopt_entry_for to InterpreterGenerator for all architectures Contributed-by: Igor Ignatyev <igor.ignatyev@oracle.com>
author Doug Simon <doug.simon@oracle.com>
date Tue, 13 Jan 2015 13:08:26 +0100
parents 0bf37f737702
children
comparison
equal deleted inserted replaced
18856:e86659e1f813 18857:5214669b01f2
211 211
212 return entry; 212 return entry;
213 } 213 }
214 214
215 215
216 address TemplateInterpreterGenerator::generate_deopt_entry_for(TosState state, int step) { 216 address InterpreterGenerator::generate_deopt_entry_for(TosState state, int step) {
217 address entry = __ pc(); 217 address entry = __ pc();
218 218
219 // In SSE mode, FP results are in xmm0 219 // In SSE mode, FP results are in xmm0
220 if (state == ftos && UseSSE > 0) { 220 if (state == ftos && UseSSE > 0) {
221 __ subptr(rsp, wordSize); 221 __ subptr(rsp, wordSize);