hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp
changeset 2570 ecc7862946d4
parent 2534 08dac9ce0cd7
child 4429 d7eb4e2099aa
equal deleted inserted replaced
2569:9e8daec25638 2570:ecc7862946d4
   164   return entry;
   164   return entry;
   165 }
   165 }
   166 
   166 
   167 
   167 
   168 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state,
   168 address TemplateInterpreterGenerator::generate_return_entry_for(TosState state,
   169                                                                 int step) {
   169                                                                 int step, bool unbox) {
       
   170   assert(!unbox, "NYI");//6815692//
   170 
   171 
   171   // amd64 doesn't need to do anything special about compiled returns
   172   // amd64 doesn't need to do anything special about compiled returns
   172   // to the interpreter so the code that exists on x86 to place a sentinel
   173   // to the interpreter so the code that exists on x86 to place a sentinel
   173   // here and the specialized cleanup code is not needed here.
   174   // here and the specialized cleanup code is not needed here.
   174 
   175