hotspot/src/cpu/x86/vm/templateInterpreter_x86_64.cpp
changeset 4429 d7eb4e2099aa
parent 2570 ecc7862946d4
child 4478 c3a8af0fc6b0
equal deleted inserted replaced
4428:d1617f46285d 4429:d7eb4e2099aa
   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, bool unbox) {
   169                                                                 int step) {
   170   assert(!unbox, "NYI");//6815692//
       
   171 
   170 
   172   // amd64 doesn't need to do anything special about compiled returns
   171   // amd64 doesn't need to do anything special about compiled returns
   173   // to the interpreter so the code that exists on x86 to place a sentinel
   172   // to the interpreter so the code that exists on x86 to place a sentinel
   174   // here and the specialized cleanup code is not needed here.
   173   // here and the specialized cleanup code is not needed here.
   175 
   174